Fix the newly-added tests to use %python substitution in order to use
the correct path to Python interpreter. Otherwise, they fail on NetBSD
where there is no 'python', just 'pythonX.Y'.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D56048
[openmp] [runtime] [test] Fix using %python path ClosedPublic Authored by mgorny on Dec 22 2018, 1:50 AM.
Details Summary Fix the newly-added tests to use %python substitution in order to use
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 22 2018, 1:52 AM Closed by commit rL350001: [runtime] [test] Fix using %python path (authored by mgorny). · Explain WhyDec 22 2018, 2:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 179420 openmp/trunk/runtime/test/affinity/format/affinity_display.1.c
openmp/trunk/runtime/test/affinity/format/api.c
openmp/trunk/runtime/test/affinity/format/api2.c
openmp/trunk/runtime/test/affinity/format/increase.c
openmp/trunk/runtime/test/affinity/format/nested.c
openmp/trunk/runtime/test/affinity/format/nested2.c
openmp/trunk/runtime/test/affinity/format/nested_mixed.c
openmp/trunk/runtime/test/affinity/format/nested_serial.c
openmp/trunk/runtime/test/affinity/format/proc_bind.c
openmp/trunk/runtime/test/affinity/format/simple.c
openmp/trunk/runtime/test/affinity/format/simple_env.c
openmp/trunk/runtime/test/lit.cfg
|