[Mono-dev] Test failures during 'make check' on MacBook Pro

2006-04-29 Thread Blake Ramsdell
I note that building the April 14 mono-1.1.15.tar.gz on a MacBook Pro, the following tests indicate a failure during 'make check': Testing pinvoke2.exe... failed 768 (3) signal (0). Testing pinvoke3.exe... failed 256 (1) signal (0). Testing pinvoke11.exe... failed 768 (3) signal (0). ... 194

Re: [Mono-dev] Test failures during 'make check' on MacBook Pro

2006-04-29 Thread Zac Bowling
Yah, I seen something similar the other day. I'm guessing its maybe alignment issues of going from structures from managed to native or maybe big endian/little endian on some the ints in there somewhere. I've been running into some strange bugs myself like this on my new intel mac mini but I'm

Re: [Mono-dev] Test failures during 'make check' on MacBook Pro

2006-04-29 Thread Blake Ramsdell
On Apr 29, 2006, at 5:41 AM, Zac Bowling wrote: I'm guessing its maybe alignment issues of going from structures from managed to native or maybe big endian/little endian on some the ints in there somewhere. I note the following output:

[Mono-dev] Small patch to SqlDateTime

2006-04-29 Thread Alexandre Miguel Pedro Gomes
Hello,This patch should cleanup and optimize a bit the SqlDateTime constructors. There were some MONOTODO in there, about arounding the values, but I've checked the MSDN docs and the code logic and didn't find a reason we should round those values. Maybe someone could double check? -- Alexandre