[Issue 16407] New: fix from test15779 fails on windows 10 32bit builds

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Aug 20 10:38:01 PDT 2016


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

          Issue ID: 16407
           Summary: fix from test15779 fails on windows 10 32bit builds
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: major
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: braddr at puremagic.com
        Depends on: 15779

Attempting to test dmd on a windows 10 32 bit build, runnable/test15779 fails.

 ... runnable\test15779.d           -gx (-inline -release -g -O)
Test failed.  The logged output:
..\src\dmd.exe -conf= -m32 -Irunnable -gx  -odtest_results\runnable
-oftest_results\runnable\test15779_0.exe runnable\test15779.d -map nul.map
test_results\runnable\test15779_0.exe

..\src\dmd.exe -conf= -m32 -Irunnable -gx -inline -odtest_results\runnable
-oftest_results\runnable\test15779_1.exe runnable\test15779.d -map nul.map
test_results\runnable\test15779_1.exe


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

--


More information about the Digitalmars-d-bugs mailing list