[Mono-dev] s390x test failures

Neale Ferguson NealeFerguson at verizon.net
Mon Jun 29 15:23:12 EDT 2009


I¹ve fixed some LCONV/ICONV stuff for s390x and now pass the
basic/basic-long/exceptions tests that used to fail. However, it is failing
in the more complex tests in ./tests:

synchronized:
-------------
Unhandled Exception: System.Threading.SynchronizationLockException: Object
is not synchronized
  at System.Threading.Monitor.Pulse (System.Object obj) [0x0002d] in
/home/neale/Mono/mcs/class/corlib/System.Threading/Monitor.cs:90
  at Tests.test () [0x00006] in
/home/neale/Mono/mono/mono/tests/synchronized.cs:19
  at (wrapper delegate-invoke) Tests/Delegate1:invoke_int__this__ ()
  at Tests.Main (System.String[] args) [0x000b8] in
/home/neale/Mono/mono/mono/tests/synchronized.cs:86

filter-stack:
-------------
** ERROR **: file method-to-ir.c: line 10737 (mono_spill_global_vars):
assertion failed: (((sreg == -1) && (regtype == ' ')) || ((sreg != -1) &&
(regtype != ' ')))
aborting...
Stacktrace:

  at main.Main () [0x0001c] in
/home/neale/Mono/mono/mono/tests/filter-stack.cs:61
  at main.Main () [0x00005] in
/home/neale/Mono/mono/mono/tests/filter-stack.cs:57
  at (wrapper runtime-invoke) <Module>.runtime_invoke_int
(object,intptr,intptr,intptr) <IL 0x0004d, 0xffffffff>

exception17:
------------
Unhandled Exception: System.Exception: Exception of type 'System.Exception'
was thrown.
  at main.finaller () [0x00000] in
/home/neale/Mono/mono/mono/tests/exception17.cs:8
  at main.catcher1 () [0x00005] in
/home/neale/Mono/mono/mono/tests/exception17.cs:17

bug-400716:
Unhandled Exception: System.NullReferenceException: Object reference not set
to an instance of an object
  at Repro.Driver.TestEnumerator[Byte[],Object] () [0x0001f] in
/home/neale/Mono/mono/mono/tests/bug-400716.cs:19
  at Repro.Driver.Main () [0x0005f] in
/home/neale/Mono/mono/mono/tests/bug-400716.cs:61

vararg:
-------
-2145998900
-7949248
0
-2145998900
-2145998900
-7949248
test_85_varargs_refany failed: got 2141019148, expected 85
Regression tests: 4 ran, 1 failed in Tests

vararg2:
--------
Nothing in stdout/stderr but:
Testing vararg2.exe... failed 256 (1) signal (0).

Before I go through the process of debugging these guys, are these failures
familiar to anyone for other architectures that may give me a headstart?

Neale




More information about the Mono-devel-list mailing list