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

            Bug ID: 88303
           Summary: libgomp does not repect RUNTESTFLAGS
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
          Assignee: unassigned at gcc dot gnu.org
          Reporter: kargl at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---

The following command use to only execute the testsuite for
files that matched pr88269.f90.

% gmake check-fortran RUNTESTFLAGS="dg.exp=pr88269.f90"

Unfortunately, libgomp seems to ingore RUNTESTFLAGS, which for
the above should run exactly 2 tests instead I get

                === libgomp Summary ===

# of expected passes            4081
# of unsupported tests          158

which significantly increases development time of slow
hardware.

Reply via email to