www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 22257] New: Add win32mscoff to the supported DISABLED tests

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

          Issue ID: 22257
           Summary: Add win32mscoff to the supported DISABLED tests in the
                    test runner
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: bugzilla digitalmars.com

This is so that test/runnable/bitfieldsdm.c can be run. Currently, it fails
because the Azure test runner tries throwing -mscoff32 at it, or even linking
with the MS libraries.

See https://github.com/dlang/dmd/pull/13034

--
Aug 31 2021