[Openmp-commits] [PATCH] D39767: [OpenMP] Removing unused testsuite/ directory

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Nov 13 09:45:25 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL318056: [OpenMP] Remove the unused testsuite/ directory (authored by jlpeyton).

Changed prior to commit:
  https://reviews.llvm.org/D39767?vs=122000&id=122676#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39767

Files:
  openmp/trunk/testsuite/LICENSE
  openmp/trunk/testsuite/LLVM-IR/lit.cfg
  openmp/trunk/testsuite/LLVM-IR/lit.site.cfg.in
  openmp/trunk/testsuite/LLVM-IR/lit.tmp
  openmp/trunk/testsuite/Makefile
  openmp/trunk/testsuite/README_LLVM_OPENMP
  openmp/trunk/testsuite/README_OpenMP_Validation_Suite
  openmp/trunk/testsuite/adding_xfails.py
  openmp/trunk/testsuite/bin/Makefile
  openmp/trunk/testsuite/bin/distribute.sh
  openmp/trunk/testsuite/bin/header
  openmp/trunk/testsuite/bin/lit.cfg
  openmp/trunk/testsuite/bin/lit.site.cfg.in
  openmp/trunk/testsuite/bin/lit.tmp
  openmp/trunk/testsuite/c/has_openmp.c
  openmp/trunk/testsuite/c/omp_atomic.c
  openmp/trunk/testsuite/c/omp_barrier.c
  openmp/trunk/testsuite/c/omp_critical.c
  openmp/trunk/testsuite/c/omp_flush.c
  openmp/trunk/testsuite/c/omp_for_collapse.c
  openmp/trunk/testsuite/c/omp_for_firstprivate.c
  openmp/trunk/testsuite/c/omp_for_lastprivate.c
  openmp/trunk/testsuite/c/omp_for_nowait.c
  openmp/trunk/testsuite/c/omp_for_ordered.c
  openmp/trunk/testsuite/c/omp_for_private.c
  openmp/trunk/testsuite/c/omp_for_reduction.c
  openmp/trunk/testsuite/c/omp_for_schedule_auto.c
  openmp/trunk/testsuite/c/omp_for_schedule_dynamic.c
  openmp/trunk/testsuite/c/omp_for_schedule_guided.c
  openmp/trunk/testsuite/c/omp_for_schedule_static.c
  openmp/trunk/testsuite/c/omp_for_schedule_static_3.c
  openmp/trunk/testsuite/c/omp_get_num_threads.c
  openmp/trunk/testsuite/c/omp_get_wtick.c
  openmp/trunk/testsuite/c/omp_get_wtime.c
  openmp/trunk/testsuite/c/omp_in_parallel.c
  openmp/trunk/testsuite/c/omp_lock.c
  openmp/trunk/testsuite/c/omp_master.c
  openmp/trunk/testsuite/c/omp_master_3.c
  openmp/trunk/testsuite/c/omp_nest_lock.c
  openmp/trunk/testsuite/c/omp_nested.c
  openmp/trunk/testsuite/c/omp_parallel_copyin.c
  openmp/trunk/testsuite/c/omp_parallel_default.c
  openmp/trunk/testsuite/c/omp_parallel_firstprivate.c
  openmp/trunk/testsuite/c/omp_parallel_for_firstprivate.c
  openmp/trunk/testsuite/c/omp_parallel_for_if.c
  openmp/trunk/testsuite/c/omp_parallel_for_lastprivate.c
  openmp/trunk/testsuite/c/omp_parallel_for_ordered.c
  openmp/trunk/testsuite/c/omp_parallel_for_private.c
  openmp/trunk/testsuite/c/omp_parallel_for_reduction.c
  openmp/trunk/testsuite/c/omp_parallel_if.c
  openmp/trunk/testsuite/c/omp_parallel_num_threads.c
  openmp/trunk/testsuite/c/omp_parallel_private.c
  openmp/trunk/testsuite/c/omp_parallel_reduction.c
  openmp/trunk/testsuite/c/omp_parallel_sections_firstprivate.c
  openmp/trunk/testsuite/c/omp_parallel_sections_lastprivate.c
  openmp/trunk/testsuite/c/omp_parallel_sections_private.c
  openmp/trunk/testsuite/c/omp_parallel_sections_reduction.c
  openmp/trunk/testsuite/c/omp_parallel_shared.c
  openmp/trunk/testsuite/c/omp_section_firstprivate.c
  openmp/trunk/testsuite/c/omp_section_lastprivate.c
  openmp/trunk/testsuite/c/omp_section_private.c
  openmp/trunk/testsuite/c/omp_sections_nowait.c
  openmp/trunk/testsuite/c/omp_sections_reduction.c
  openmp/trunk/testsuite/c/omp_single.c
  openmp/trunk/testsuite/c/omp_single_copyprivate.c
  openmp/trunk/testsuite/c/omp_single_nowait.c
  openmp/trunk/testsuite/c/omp_single_private.c
  openmp/trunk/testsuite/c/omp_task.c
  openmp/trunk/testsuite/c/omp_task_final.c
  openmp/trunk/testsuite/c/omp_task_firstprivate.c
  openmp/trunk/testsuite/c/omp_task_if.c
  openmp/trunk/testsuite/c/omp_task_imp_firstprivate.c
  openmp/trunk/testsuite/c/omp_task_private.c
  openmp/trunk/testsuite/c/omp_task_shared.c
  openmp/trunk/testsuite/c/omp_task_untied.c
  openmp/trunk/testsuite/c/omp_taskwait.c
  openmp/trunk/testsuite/c/omp_taskyield.c
  openmp/trunk/testsuite/c/omp_test_lock.c
  openmp/trunk/testsuite/c/omp_test_nest_lock.c
  openmp/trunk/testsuite/c/omp_threadprivate.c
  openmp/trunk/testsuite/c/omp_threadprivate_for.c
  openmp/trunk/testsuite/common_utility.f
  openmp/trunk/testsuite/fortran/OMP1_TEST
  openmp/trunk/testsuite/fortran/OMP2_TEST
  openmp/trunk/testsuite/fortran/common_utility.f
  openmp/trunk/testsuite/fortran/do_collapse.f
  openmp/trunk/testsuite/fortran/do_firstprivate.f
  openmp/trunk/testsuite/fortran/do_lastprivate.f
  openmp/trunk/testsuite/fortran/do_ordered.f
  openmp/trunk/testsuite/fortran/do_private.f
  openmp/trunk/testsuite/fortran/do_reduction.f
  openmp/trunk/testsuite/fortran/do_schedule_dynamic.f
  openmp/trunk/testsuite/fortran/do_schedule_guided.f
  openmp/trunk/testsuite/fortran/do_schedule_static.f
  openmp/trunk/testsuite/fortran/has_openmp.f
  openmp/trunk/testsuite/fortran/omp_atomic.f
  openmp/trunk/testsuite/fortran/omp_barrier.f
  openmp/trunk/testsuite/fortran/omp_copyin.f
  openmp/trunk/testsuite/fortran/omp_critical.f
  openmp/trunk/testsuite/fortran/omp_flush.f
  openmp/trunk/testsuite/fortran/omp_get_num_threads.f
  openmp/trunk/testsuite/fortran/omp_get_wticks.f
  openmp/trunk/testsuite/fortran/omp_in_parallel.f
  openmp/trunk/testsuite/fortran/omp_lock.f
  openmp/trunk/testsuite/fortran/omp_master.f
  openmp/trunk/testsuite/fortran/omp_master_3.f
  openmp/trunk/testsuite/fortran/omp_nest_lock.f
  openmp/trunk/testsuite/fortran/omp_nested.f
  openmp/trunk/testsuite/fortran/omp_num_threads.f
  openmp/trunk/testsuite/fortran/omp_single.f
  openmp/trunk/testsuite/fortran/omp_task.f
  openmp/trunk/testsuite/fortran/omp_task_firstprivate.f
  openmp/trunk/testsuite/fortran/omp_task_if.f
  openmp/trunk/testsuite/fortran/omp_task_private.f
  openmp/trunk/testsuite/fortran/omp_task_shared.f
  openmp/trunk/testsuite/fortran/omp_task_untied.f
  openmp/trunk/testsuite/fortran/omp_taskwait.f
  openmp/trunk/testsuite/fortran/omp_test_nest_lock.f
  openmp/trunk/testsuite/fortran/omp_testlock.f
  openmp/trunk/testsuite/fortran/omp_testsuite.f
  openmp/trunk/testsuite/fortran/omp_threadprivate.f
  openmp/trunk/testsuite/fortran/omp_workshare.f
  openmp/trunk/testsuite/fortran/omp_workshare_default.f
  openmp/trunk/testsuite/fortran/omp_wtime.f
  openmp/trunk/testsuite/fortran/par_do_firstprivate.f
  openmp/trunk/testsuite/fortran/par_do_if.f
  openmp/trunk/testsuite/fortran/par_do_lastprivate.f
  openmp/trunk/testsuite/fortran/par_do_ordered.f
  openmp/trunk/testsuite/fortran/par_do_private.f
  openmp/trunk/testsuite/fortran/par_do_reduction.f
  openmp/trunk/testsuite/fortran/par_section_firstprivate.f
  openmp/trunk/testsuite/fortran/par_section_lastprivate.f
  openmp/trunk/testsuite/fortran/par_section_private.f
  openmp/trunk/testsuite/fortran/par_section_reduct.f
  openmp/trunk/testsuite/fortran/section_firstprivate.f
  openmp/trunk/testsuite/fortran/section_lastprivate.f
  openmp/trunk/testsuite/fortran/section_private.f
  openmp/trunk/testsuite/fortran/section_reduction.f
  openmp/trunk/testsuite/fortran/single_copyprivate.f
  openmp/trunk/testsuite/fortran/single_nowait.f
  openmp/trunk/testsuite/fortran/single_private.f
  openmp/trunk/testsuite/fortran/testlist-f.txt
  openmp/trunk/testsuite/omp_my_sleep.f
  openmp/trunk/testsuite/omp_my_sleep.h
  openmp/trunk/testsuite/omp_testsuite.f
  openmp/trunk/testsuite/omp_testsuite.h
  openmp/trunk/testsuite/ompts-c.conf
  openmp/trunk/testsuite/ompts-f.conf
  openmp/trunk/testsuite/ompts.conf
  openmp/trunk/testsuite/ompts_makeHeader.pl
  openmp/trunk/testsuite/ompts_parser.pl
  openmp/trunk/testsuite/ompts_parserFunctions.pm
  openmp/trunk/testsuite/ompts_standaloneProc.c
  openmp/trunk/testsuite/ompts_standaloneProc.f
  openmp/trunk/testsuite/runtest.pl
  openmp/trunk/testsuite/template_parser_c.pl
  openmp/trunk/testsuite/template_parser_fortran.pl
  openmp/trunk/testsuite/testlist-c.txt
  openmp/trunk/testsuite/testlist-f.txt
  openmp/trunk/testsuite/tests_to_integrate/omp_set_unset_lock_hinted.c
  openmp/trunk/testsuite/tests_to_integrate/omp_set_unset_lock_hinted.f

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39767.122676.patch
Type: text/x-patch
Size: 472435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171113/9036b46f/attachment-0001.bin>


More information about the Openmp-commits mailing list