[Openmp-commits] [PATCH] D39767: [OpenMP] Removing unused testsuite/ directory
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Nov 7 15:39:28 PST 2017
jlpeyton created this revision.
jlpeyton added a project: OpenMP.
The testsuite directory is not used or updated and confuses new users to the OpenMP project. These tests were rewritten using the lit format and put under the runtime/test directory. This patch removes the entire testsuite/ directory.
Repository:
rL LLVM
https://reviews.llvm.org/D39767
Files:
testsuite/LICENSE
testsuite/LLVM-IR/lit.cfg
testsuite/LLVM-IR/lit.site.cfg.in
testsuite/LLVM-IR/lit.tmp
testsuite/Makefile
testsuite/README_LLVM_OPENMP
testsuite/README_OpenMP_Validation_Suite
testsuite/adding_xfails.py
testsuite/bin/Makefile
testsuite/bin/distribute.sh
testsuite/bin/header
testsuite/bin/lit.cfg
testsuite/bin/lit.site.cfg.in
testsuite/bin/lit.tmp
testsuite/c/has_openmp.c
testsuite/c/omp_atomic.c
testsuite/c/omp_barrier.c
testsuite/c/omp_critical.c
testsuite/c/omp_flush.c
testsuite/c/omp_for_collapse.c
testsuite/c/omp_for_firstprivate.c
testsuite/c/omp_for_lastprivate.c
testsuite/c/omp_for_nowait.c
testsuite/c/omp_for_ordered.c
testsuite/c/omp_for_private.c
testsuite/c/omp_for_reduction.c
testsuite/c/omp_for_schedule_auto.c
testsuite/c/omp_for_schedule_dynamic.c
testsuite/c/omp_for_schedule_guided.c
testsuite/c/omp_for_schedule_static.c
testsuite/c/omp_for_schedule_static_3.c
testsuite/c/omp_get_num_threads.c
testsuite/c/omp_get_wtick.c
testsuite/c/omp_get_wtime.c
testsuite/c/omp_in_parallel.c
testsuite/c/omp_lock.c
testsuite/c/omp_master.c
testsuite/c/omp_master_3.c
testsuite/c/omp_nest_lock.c
testsuite/c/omp_nested.c
testsuite/c/omp_parallel_copyin.c
testsuite/c/omp_parallel_default.c
testsuite/c/omp_parallel_firstprivate.c
testsuite/c/omp_parallel_for_firstprivate.c
testsuite/c/omp_parallel_for_if.c
testsuite/c/omp_parallel_for_lastprivate.c
testsuite/c/omp_parallel_for_ordered.c
testsuite/c/omp_parallel_for_private.c
testsuite/c/omp_parallel_for_reduction.c
testsuite/c/omp_parallel_if.c
testsuite/c/omp_parallel_num_threads.c
testsuite/c/omp_parallel_private.c
testsuite/c/omp_parallel_reduction.c
testsuite/c/omp_parallel_sections_firstprivate.c
testsuite/c/omp_parallel_sections_lastprivate.c
testsuite/c/omp_parallel_sections_private.c
testsuite/c/omp_parallel_sections_reduction.c
testsuite/c/omp_parallel_shared.c
testsuite/c/omp_section_firstprivate.c
testsuite/c/omp_section_lastprivate.c
testsuite/c/omp_section_private.c
testsuite/c/omp_sections_nowait.c
testsuite/c/omp_sections_reduction.c
testsuite/c/omp_single.c
testsuite/c/omp_single_copyprivate.c
testsuite/c/omp_single_nowait.c
testsuite/c/omp_single_private.c
testsuite/c/omp_task.c
testsuite/c/omp_task_final.c
testsuite/c/omp_task_firstprivate.c
testsuite/c/omp_task_if.c
testsuite/c/omp_task_imp_firstprivate.c
testsuite/c/omp_task_private.c
testsuite/c/omp_task_shared.c
testsuite/c/omp_task_untied.c
testsuite/c/omp_taskwait.c
testsuite/c/omp_taskyield.c
testsuite/c/omp_test_lock.c
testsuite/c/omp_test_nest_lock.c
testsuite/c/omp_threadprivate.c
testsuite/c/omp_threadprivate_for.c
testsuite/common_utility.f
testsuite/fortran/OMP1_TEST
testsuite/fortran/OMP2_TEST
testsuite/fortran/common_utility.f
testsuite/fortran/do_collapse.f
testsuite/fortran/do_firstprivate.f
testsuite/fortran/do_lastprivate.f
testsuite/fortran/do_ordered.f
testsuite/fortran/do_private.f
testsuite/fortran/do_reduction.f
testsuite/fortran/do_schedule_dynamic.f
testsuite/fortran/do_schedule_guided.f
testsuite/fortran/do_schedule_static.f
testsuite/fortran/has_openmp.f
testsuite/fortran/omp_atomic.f
testsuite/fortran/omp_barrier.f
testsuite/fortran/omp_copyin.f
testsuite/fortran/omp_critical.f
testsuite/fortran/omp_flush.f
testsuite/fortran/omp_get_num_threads.f
testsuite/fortran/omp_get_wticks.f
testsuite/fortran/omp_in_parallel.f
testsuite/fortran/omp_lock.f
testsuite/fortran/omp_master.f
testsuite/fortran/omp_master_3.f
testsuite/fortran/omp_nest_lock.f
testsuite/fortran/omp_nested.f
testsuite/fortran/omp_num_threads.f
testsuite/fortran/omp_single.f
testsuite/fortran/omp_task.f
testsuite/fortran/omp_task_firstprivate.f
testsuite/fortran/omp_task_if.f
testsuite/fortran/omp_task_private.f
testsuite/fortran/omp_task_shared.f
testsuite/fortran/omp_task_untied.f
testsuite/fortran/omp_taskwait.f
testsuite/fortran/omp_test_nest_lock.f
testsuite/fortran/omp_testlock.f
testsuite/fortran/omp_testsuite.f
testsuite/fortran/omp_threadprivate.f
testsuite/fortran/omp_workshare.f
testsuite/fortran/omp_workshare_default.f
testsuite/fortran/omp_wtime.f
testsuite/fortran/par_do_firstprivate.f
testsuite/fortran/par_do_if.f
testsuite/fortran/par_do_lastprivate.f
testsuite/fortran/par_do_ordered.f
testsuite/fortran/par_do_private.f
testsuite/fortran/par_do_reduction.f
testsuite/fortran/par_section_firstprivate.f
testsuite/fortran/par_section_lastprivate.f
testsuite/fortran/par_section_private.f
testsuite/fortran/par_section_reduct.f
testsuite/fortran/section_firstprivate.f
testsuite/fortran/section_lastprivate.f
testsuite/fortran/section_private.f
testsuite/fortran/section_reduction.f
testsuite/fortran/single_copyprivate.f
testsuite/fortran/single_nowait.f
testsuite/fortran/single_private.f
testsuite/fortran/testlist-f.txt
testsuite/omp_my_sleep.f
testsuite/omp_my_sleep.h
testsuite/omp_testsuite.f
testsuite/omp_testsuite.h
testsuite/ompts-c.conf
testsuite/ompts-f.conf
testsuite/ompts.conf
testsuite/ompts_makeHeader.pl
testsuite/ompts_parser.pl
testsuite/ompts_parserFunctions.pm
testsuite/ompts_standaloneProc.c
testsuite/ompts_standaloneProc.f
testsuite/runtest.pl
testsuite/template_parser_c.pl
testsuite/template_parser_fortran.pl
testsuite/testlist-c.txt
testsuite/testlist-f.txt
testsuite/tests_to_integrate/omp_set_unset_lock_hinted.c
testsuite/tests_to_integrate/omp_set_unset_lock_hinted.f
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39767.122000.patch
Type: text/x-patch
Size: 462452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171107/f07b9f7a/attachment-0001.bin>
More information about the Openmp-commits
mailing list