llvm-project/openmp/runtime/test/worksharing/for
Jonathan Peyton 741b70926f Fix the nowait tests for omp for and omp single
These tests are now modeled after the sections nowait test where threads wait
to be released in the first construct (either for or single) and the last thread
skips the last for/single construct and releases those threads.  If the test
fails, then it hangs because an unnecessary barrier is executed in between the
constructs.

llvm-svn: 274641
2016-07-06 17:26:12 +00:00
..
bug_set_schedule_0.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
kmp_doacross_check.c Forgot to add test files for doacross and task priority. 2016-03-02 22:43:14 +00:00
kmp_set_dispatch_buf.c Offer API for setting number of loop dispatch buffers 2016-05-31 19:01:15 +00:00
omp_for_bigbounds.c Fix trip count calculation for parallel loops in runtime 2016-04-18 21:38:29 +00:00
omp_for_collapse.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_firstprivate.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_lastprivate.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_nowait.c Fix the nowait tests for omp for and omp single 2016-07-06 17:26:12 +00:00
omp_for_ordered.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_private.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_reduction.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_schedule_auto.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_schedule_dynamic.c Remove unnecessary unistd.h header from tests. 2016-05-18 21:36:34 +00:00
omp_for_schedule_guided.c Remove unnecessary unistd.h header from tests. 2016-05-18 21:36:34 +00:00
omp_for_schedule_static.c Remove unnecessary unistd.h header from tests. 2016-05-18 21:36:34 +00:00
omp_for_schedule_static_3.c Remove unnecessary unistd.h header from tests. 2016-05-18 21:36:34 +00:00
omp_parallel_for_firstprivate.c
omp_parallel_for_if.c
omp_parallel_for_lastprivate.c
omp_parallel_for_ordered.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_parallel_for_private.c
omp_parallel_for_reduction.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00