This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/64673] New: libgomp missing unsupported tests at -m32/-m64


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

            Bug ID: 64673
           Summary: libgomp missing unsupported tests at -m32/-m64
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: howarth at bromo dot med.uc.edu

The summary output from the libgomp testsuite doesn't properly report the
number of unsupported tests....

        === libgomp Summary for unix/-m32 ===

# of expected passes        1192
# of unsupported tests        8

Running target unix

        === libgomp Summary for unix ===

# of expected passes        1192
# of unsupported tests        8

        === libgomp Summary ===

# of expected passes        11444
# of unsupported tests        506

The libgomp.log actually contains 506 UNSUPPORTED results.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]