On 09/30/02 Ferguson, Neale wrote: > Okay, here's the results of the 1st attempt at running the tests on S/390 > (summary 112 passed/16 failed). Which of these would require exercising of
Pretty good results! > the mono_create_method_pointer code that tramp.c would emit? Some of the pinvoke tests. > Testing exception6.exe... failed 2048 (8) signal (0). Need to finish the .ovf opcode implementation in mint: fails on x86, too. > Testing pinvoke1.exe... pass. > Testing pinvoke2.exe... failed 34304 (134) signal (0). > Testing pinvoke3.exe... failed 34304 (134) signal (0). > Testing pinvoke4.exe... failed 34304 (134) signal (0). > Testing pinvoke5.exe... pass. > Testing pinvoke6.exe... failed 65280 (255) signal (0). > Testing pinvoke7.exe... failed 65280 (255) signal (0). > Testing pinvoke8.exe... failed 34304 (134) signal (0). > Testing pinvoke9.exe... failed 256 (1) signal (0). Only pinvoke7.exe fails on x86. > Testing cattr-object.exe... failed 512 (2) signal (0). mcs bug: http://bugzilla.ximian.com/show_bug.cgi?id=28562 > Testing jit-int.exe... failed 65280 (255) signal (0). I guess a mint bug: it fails on x86, too. > Testing appdomain2.exe... failed 1024 (4) signal (0). Fails on x86, too. > Testing vararg.exe... failed 34304 (134) signal (0). Vararg call convention not yet implemented in the runtime and in mint, not important. > Testing marshal2.exe... failed 256 (1) signal (0). Fails on x86, too. > Testing marshal4.exe... failed 34304 (134) signal (0). > Testing thread5.exe... failed 256 (1) signal (0). Works on x86. > Testing thread6.exe... failed 35328 (138) signal (0). Fails on x86, too. > ilasm cpblkTest.il /OUTPUT=cpblkTest.exe > make: ilasm: Command not found > make: *** [cpblkTest.exe] Error 127 You need an il assembler to compile .il programs: there is one in the mcs module, but it's not yet ready to compile our test programs, I guess. Hope this helps. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
