[Bug d/94609] FAIL: gdc.dg/runnable.d

ibuclaw at gdcproject dot org gcc-bugzilla@gcc.gnu.org
Thu Apr 16 07:41:04 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94609

--- Comment #12 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
Created attachment 48285
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48285&action=edit
pr94609.patch

Results of attached patch.

kernighan_ritchie.d failure is due to glibc bug being fixed here
https://sourceware.org/bugzilla/show_bug.cgi?id=25810

primitives.d failure is due to an unrelated library bug being fixed here
https://github.com/dlang/phobos/pull/7447


---
Native configuration is x86_64-pc-linux-gnu

                === gdc tests ===

Schedule of variations:
    unix
    unix/-m32
    unix/-mx32

                === gdc Summary for unix ===

# of expected passes            30546
                === gdc Summary for unix/-m32 ===

# of expected passes            30546
                === gdc Summary for unix/-mx32 ===

# of expected passes            30546

                === gdc Summary ===

# of expected passes            91638

                === libphobos tests ===

Schedule of variations:
    unix
    unix/-m32
    unix/-mx32

                === libphobos Summary for unix ===

# of expected passes            756
                === libphobos Summary for unix/-m32 ===
UNSUPPORTED: libphobos.phobos/std/net/curl.d: skipped test
UNSUPPORTED: libphobos.phobos_shared/std/net/curl.d: skipped test

# of expected passes            752
# of unsupported tests          2
                === libphobos Summary for unix/-mx32 ===
FAIL:
libphobos.phobos/std/experimental/allocator/building_blocks/kernighan_ritchie.d
execution test
UNSUPPORTED: libphobos.phobos/std/net/curl.d: skipped test
FAIL: libphobos.phobos/std/range/primitives.d (test for excess errors)
UNRESOLVED: libphobos.phobos/std/range/primitives.d compilation failed to
produce executable
FAIL:
libphobos.phobos_shared/std/experimental/allocator/building_blocks/kernighan_ritchie.d
execution test
UNSUPPORTED: libphobos.phobos_shared/std/net/curl.d: skipped test
FAIL: libphobos.phobos_shared/std/range/primitives.d (test for excess errors)
UNRESOLVED: libphobos.phobos_shared/std/range/primitives.d compilation failed
to produce executable

# of expected passes            746
# of unexpected failures        4
# of unresolved testcases       2
# of unsupported tests          2


More information about the Gcc-bugs mailing list