[Issue 16204] New: When using the -profile flag phobos unit tests fail

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jun 25 00:51:49 PDT 2016


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

          Issue ID: 16204
           Summary: When using the -profile flag phobos unit tests fail
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: dev at nomad.so

When using the -profile flag phobos unit tests fail

(Ubuntu 16.04 - DMD64 D Compiler v2.071.0)

For example, when following these steps I get a failed unit test:

$ cd /usr/include/dmd/phobos/std/
$ rdmd --force -I/usr/include/dmd/phobos/std -I/usr/include/dmd/phobos/core
-main -unittest -profile format.d

Without the -profile flag it works.

I only tried the format module, others may be affected.

--


More information about the Digitalmars-d-bugs mailing list