[all-commits] [llvm/llvm-project] 99b03c: Detect and disable openmp tests that require multi...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Fri Feb 21 05:03:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 99b03c1c18de3e4228e31ef04d38f2d530d335be
https://github.com/llvm/llvm-project/commit/99b03c1c18de3e4228e31ef04d38f2d530d335be
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2020-02-21 (Fri, 21 Feb 2020)
Changed paths:
M openmp/runtime/test/lit.cfg
M openmp/runtime/test/ompt/teams/parallel_team.c
M openmp/runtime/test/ompt/teams/serial_teams.c
Log Message:
-----------
Detect and disable openmp tests that require multiple hardware processor to run
Team tests seem to require at least two physical cores, and using the same trick
as in https://reviews.llvm.org/D55598 doesn't work (why?) .
Using lit configuration instead.
Differential Revision: https://reviews.llvm.org/D74921
More information about the All-commits
mailing list