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 libgomp/88303] New: libgomp does not repect RUNTESTFLAGS


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.

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