[dmd-internals] Problem with the autotester
Walter Bright
walter at digitalmars.com
Tue Nov 21 06:23:27 UTC 2017
This run:
https://auto-tester.puremagic.com/show-run.ghtml?projectid=1&runid=2897254&isPull=true
is run on win32. I get two failures:
Makefile:163: recipe for target 'test_results/compilable/test16031.d.out' failed
gmake[1]: *** [test_results/compilable/test16031.d.out] Error 127
Makefile:201: recipe for target 'start_compilable_tests' failed
gmake: *** [start_compilable_tests] Error 2
and:
Makefile:170: recipe for target 'test_results/fail_compilation/cppeh2.d.out' failed
gmake[1]: *** [test_results/fail_compilation/cppeh2.d.out] Error 127
Makefile:207: recipe for target 'start_fail_compilation_tests' failed
gmake: *** [start_fail_compilation_tests] Error 2
gmake: *** Waiting for unfinished jobs....
In test16031.d it says:
// REQUIRED_ARGS: -fPIC -lib
// PERMUTE_ARGS:
// DISABLED: win32 win64
and in cppeh2.d it says:
// DISABLED: win32 win64
How can the tests fail on Win32 when they are disabled on Win32?
More information about the dmd-internals
mailing list