[Openmp-commits] [PATCH] D11821: [OpenMP] Initial testsuite change to purely llvm-lit based testing

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Mon Sep 21 13:43:14 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL248211: OpenMP Initial testsuite change to purely llvm-lit based testing (authored by jlpeyton).

Changed prior to commit:
  http://reviews.llvm.org/D11821?vs=33716&id=35303#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D11821

Files:
  openmp/trunk/runtime/CMakeLists.txt
  openmp/trunk/runtime/src/CMakeLists.txt
  openmp/trunk/runtime/test/CMakeLists.txt
  openmp/trunk/runtime/test/api/has_openmp.c
  openmp/trunk/runtime/test/api/omp_get_num_threads.c
  openmp/trunk/runtime/test/api/omp_get_wtick.c
  openmp/trunk/runtime/test/api/omp_get_wtime.c
  openmp/trunk/runtime/test/api/omp_in_parallel.c
  openmp/trunk/runtime/test/atomic/omp_atomic.c
  openmp/trunk/runtime/test/barrier/omp_barrier.c
  openmp/trunk/runtime/test/critical/omp_critical.c
  openmp/trunk/runtime/test/flush/omp_flush.c
  openmp/trunk/runtime/test/lit.cfg
  openmp/trunk/runtime/test/lit.site.cfg.in
  openmp/trunk/runtime/test/lock/omp_lock.c
  openmp/trunk/runtime/test/lock/omp_nest_lock.c
  openmp/trunk/runtime/test/lock/omp_test_lock.c
  openmp/trunk/runtime/test/lock/omp_test_nest_lock.c
  openmp/trunk/runtime/test/master/omp_master.c
  openmp/trunk/runtime/test/master/omp_master_3.c
  openmp/trunk/runtime/test/omp_my_sleep.h
  openmp/trunk/runtime/test/omp_testsuite.h
  openmp/trunk/runtime/test/parallel/omp_nested.c
  openmp/trunk/runtime/test/parallel/omp_parallel_copyin.c
  openmp/trunk/runtime/test/parallel/omp_parallel_default.c
  openmp/trunk/runtime/test/parallel/omp_parallel_firstprivate.c
  openmp/trunk/runtime/test/parallel/omp_parallel_if.c
  openmp/trunk/runtime/test/parallel/omp_parallel_num_threads.c
  openmp/trunk/runtime/test/parallel/omp_parallel_private.c
  openmp/trunk/runtime/test/parallel/omp_parallel_reduction.c
  openmp/trunk/runtime/test/parallel/omp_parallel_shared.c
  openmp/trunk/runtime/test/tasking/omp_task.c
  openmp/trunk/runtime/test/tasking/omp_task_final.c
  openmp/trunk/runtime/test/tasking/omp_task_firstprivate.c
  openmp/trunk/runtime/test/tasking/omp_task_if.c
  openmp/trunk/runtime/test/tasking/omp_task_imp_firstprivate.c
  openmp/trunk/runtime/test/tasking/omp_task_private.c
  openmp/trunk/runtime/test/tasking/omp_task_shared.c
  openmp/trunk/runtime/test/tasking/omp_taskwait.c
  openmp/trunk/runtime/test/tasking/omp_taskyield.c
  openmp/trunk/runtime/test/threadprivate/omp_threadprivate.c
  openmp/trunk/runtime/test/threadprivate/omp_threadprivate_for.c
  openmp/trunk/runtime/test/worksharing/for/omp_for_collapse.c
  openmp/trunk/runtime/test/worksharing/for/omp_for_firstprivate.c
  openmp/trunk/runtime/test/worksharing/for/omp_for_lastprivate.c
  openmp/trunk/runtime/test/worksharing/for/omp_for_nowait.c
  openmp/trunk/runtime/test/worksharing/for/omp_for_ordered.c
  openmp/trunk/runtime/test/worksharing/for/omp_for_private.c
  openmp/trunk/runtime/test/worksharing/for/omp_for_reduction.c
  openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_auto.c
  openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_dynamic.c
  openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_guided.c
  openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_static.c
  openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_static_3.c
  openmp/trunk/runtime/test/worksharing/for/omp_parallel_for_firstprivate.c
  openmp/trunk/runtime/test/worksharing/for/omp_parallel_for_if.c
  openmp/trunk/runtime/test/worksharing/for/omp_parallel_for_lastprivate.c
  openmp/trunk/runtime/test/worksharing/for/omp_parallel_for_ordered.c
  openmp/trunk/runtime/test/worksharing/for/omp_parallel_for_private.c
  openmp/trunk/runtime/test/worksharing/for/omp_parallel_for_reduction.c
  openmp/trunk/runtime/test/worksharing/sections/omp_parallel_sections_firstprivate.c
  openmp/trunk/runtime/test/worksharing/sections/omp_parallel_sections_lastprivate.c
  openmp/trunk/runtime/test/worksharing/sections/omp_parallel_sections_private.c
  openmp/trunk/runtime/test/worksharing/sections/omp_parallel_sections_reduction.c
  openmp/trunk/runtime/test/worksharing/sections/omp_section_firstprivate.c
  openmp/trunk/runtime/test/worksharing/sections/omp_section_lastprivate.c
  openmp/trunk/runtime/test/worksharing/sections/omp_section_private.c
  openmp/trunk/runtime/test/worksharing/sections/omp_sections_nowait.c
  openmp/trunk/runtime/test/worksharing/sections/omp_sections_reduction.c
  openmp/trunk/runtime/test/worksharing/single/omp_single.c
  openmp/trunk/runtime/test/worksharing/single/omp_single_copyprivate.c
  openmp/trunk/runtime/test/worksharing/single/omp_single_nowait.c
  openmp/trunk/runtime/test/worksharing/single/omp_single_private.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11821.35303.patch
Type: text/x-patch
Size: 150511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20150921/40e272c7/attachment-0001.bin>


More information about the Openmp-commits mailing list