llvm-project/openmp/runtime/test/tasking
Shilei Tian 3c31b78455 [OpenMP] Fixed an issue that taskwait doesn't work on detachable task
D77609 mistakenly changed the bebavior of task waiting on detachable task that a detachable task is not waited, based on https://lists.llvm.org/pipermail/openmp-dev/2021-February/003836.html. This patch fixed it. Thank Raúl for the report.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D95798
2021-02-03 13:12:43 -05:00
..
hidden_helper_task [OpenMP] Added the support for hidden helper task in RTL 2021-01-25 22:16:17 -05:00
bug_36720.c
bug_nested_proxy_task.c [openmp] Disable tests flaky on Debian 2020-04-01 21:58:05 -07:00
bug_proxy_task_dep_waiting.c [openmp] Disable tests flaky on Debian 2020-04-01 21:58:05 -07:00
bug_serial_taskgroup.c
bug_taskwait_detach.cpp [OpenMP] Fixed an issue that taskwait doesn't work on detachable task 2021-02-03 13:12:43 -05:00
kmp_detach_tasks_t1.c New implementation of OpenMP 5.0 detached tasks. 2019-06-19 13:23:28 +00:00
kmp_detach_tasks_t2.c New implementation of OpenMP 5.0 detached tasks. 2019-06-19 13:23:28 +00:00
kmp_detach_tasks_t3.c New implementation of OpenMP 5.0 detached tasks. 2019-06-19 13:23:28 +00:00
kmp_task_modifier_simple_par_new.cpp [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_task_modifier_simple_par_old.cpp [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_task_modifier_simple_ws_new.cpp [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_task_modifier_simple_ws_old.cpp [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
kmp_task_reduction_nest.cpp [OpenMP] Remove OMP spec versioning 2019-07-12 21:45:36 +00:00
kmp_taskloop.c Remove REQUIRES OMP spec version within lit tests 2019-07-17 15:41:00 +00:00
kmp_taskloop_5.c [OpenMP] Add strict mode in num_tasks and grainsize 2020-12-09 16:46:30 -06:00
nested_parallel_tasking.c
nested_task_creation.c
omp50_task_depend_mtx.c
omp50_task_depend_mtx2.c
omp50_task_depend_mtx3.c [OpenMP] Introduce GOMP mutexinoutset in the runtime 2020-09-24 09:45:13 -05:00
omp50_taskwait_depend.c [OpenMP] Introduce GOMP taskwait depend in the runtime 2020-09-24 09:45:14 -05:00
omp_detach_taskwait.c [OpenMP][Tests] Flag compatibility of OpenMP runtime tests with GCC versions 2020-07-05 22:49:54 +02:00
omp_fill_taskqueue.c [OpenMP][Tests] fix data race in an OpenMP runtime test 2020-06-15 18:48:35 +02:00
omp_task.c
omp_task_depend_resize_hashmap.c [openmp] Disable tests flaky on Debian 2020-04-01 21:58:05 -07:00
omp_task_final.c
omp_task_firstprivate.c
omp_task_if.c
omp_task_imp_firstprivate.c
omp_task_priority.c Remove REQUIRES OMP spec version within lit tests 2019-07-17 15:41:00 +00:00
omp_task_private.c
omp_task_red_taskloop.c [OpenMP][Tests][NFC] Mark compatibility with older versions of clang 2020-07-20 13:53:29 +02:00
omp_task_shared.c
omp_taskloop_grainsize.c [OpenMP] NFC: Fix trivial typos in comments 2020-01-03 22:03:42 -05:00
omp_taskloop_num_tasks.c [OpenMP] NFC: Fix trivial typos in comments 2020-01-03 22:03:42 -05:00
omp_taskloop_taskwait.c [openmp] Fixed taskloop recursive splitting so that taskloop tasks have 2020-06-01 17:51:02 +03:00
omp_taskwait.c
omp_taskyield.c
taskdep_if0.c [OpenMP] Fix if0 task with dependencies in the runtime 2020-09-24 09:47:53 -05:00
taskdep_if0_2.c [OpenMP] Fix if0 task with dependencies in the runtime 2020-09-24 09:47:53 -05:00