www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17997] New: autotester's d_do_test has strange failures with

https://issues.dlang.org/show_bug.cgi?id=17997

          Issue ID: 17997
           Summary: autotester's d_do_test has strange failures with Win32
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: bugzilla digitalmars.com

d_do_test.d has an odd failure 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

Running d_do_test locally on my Win32 box shows no abnormal behavior.

--
Nov 21 2017