[dmd-internals] Failure in runnable/xtest55.d on Ubuntu 12.04

Alex Rønne Petersen xtzgzorex at gmail.com
Mon Aug 6 16:25:49 PDT 2012


Hi,

This test looks broken on Ubuntu 12.04:

Running runnable tests
 ... runnable/xtest55.d             ()
Test failed.  The logged output:
../src/dmd -m32 -Irunnable   -odtest_results/runnable
-oftest_results/runnable/xtest55_0 runnable/xtest55.d
test_results/runnable/xtest55_0
core.exception.AssertError at xtest55(19): Assertion failure
----------------
test_results/runnable/xtest55_0(_d_assertm+0x16) [0x8071b66]
test_results/runnable/xtest55_0() [0x806ff0a]
test_results/runnable/xtest55_0(_Dmain+0x9d) [0x806a871]
test_results/runnable/xtest55_0(extern (C) int rt.dmain2.main(int,
char**).void runMain()+0x14) [0x8072164]
test_results/runnable/xtest55_0(extern (C) int rt.dmain2.main(int,
char**).void tryExec(scope void delegate())+0x18) [0x8071c74]
test_results/runnable/xtest55_0(extern (C) int rt.dmain2.main(int,
char**).void runAll()+0x32) [0x80721a6]
test_results/runnable/xtest55_0(extern (C) int rt.dmain2.main(int,
char**).void tryExec(scope void delegate())+0x18) [0x8071c74]
test_results/runnable/xtest55_0(main+0x94) [0x8071c24]
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x555e04d3]
----------------
5576EFF0	5576EFF0

==============================
Test failed: expected rc == 0, exited with rc == 1

make[1]: *** [test_results/runnable/xtest55.d.out] Error 1
make: *** [start_runnable_tests] Error 2

Anyone have any idea what's going wrong here? I don't see how those
two addresses end up the same...

Regards,
Alex


More information about the dmd-internals mailing list