Commit Graph

17 Commits

Author SHA1 Message Date
Tom Stellard 73f8cd5920 Add symlink to clang-format-diff in /usr/bin
rhbz#1939018
2021-04-19 22:21:30 +00:00
Tom Stellard efa487912b Fix libomp CI test
We need to uninstall clang at the beginning of this test along with libomp,
so that we can later install clang to test that it has the correct dependency on
libomp.  If we don't uninstall clang along with libomp at the beginning, then
clang won't be installed later and libomp won't get pulled back in.
2020-11-02 16:50:37 +00:00
Tom Stellard 7a3aee27c2 Add dependency on libomp-devel
This fixes compiling with -fopenmp, because clang needs libomp-devel
to be installed so it can find omp.h.
2020-03-20 18:43:26 +00:00
Tom Stellard 73d4dd7e74 Pull tests from tests/clang repository 2019-09-25 02:40:16 +00:00
Tom Stellard d04c1c444a 9.0.0 Release 2019-09-20 01:03:04 +00:00
Tom Stellard 77df2a6206 Pull llvm-test-suite tests from common repo 2019-08-22 20:18:09 +00:00
Tom Stellard d41e350538 Fix compiling with -stdlib=libc++ 2019-02-25 21:17:07 +00:00
sergesanspaille b4f2f9a2ea Scan-view Python3 compat 2019-02-05 20:44:37 +00:00
sergesanspaille 734d45aa8f Fix and reorganize CI tests 2019-02-05 17:35:30 +00:00
Tom Stellard 1f58b21528 Fix for rhbz#1657544 2018-12-19 16:58:24 +00:00
Tom Stellard 1e5a2ecac9 Disable pocl tests 2018-12-19 03:42:36 +00:00
Tom Stellard 120d6498d7 Add pocl test to the CI test list 2018-10-04 16:37:48 +00:00
Tom Stellard 94356f81b4 Remove which from the list of test dependencies
llvm-test-suite will pull this in automatically.
2018-10-04 16:37:48 +00:00
Tom Stellard 471d877a78 Limit test-suite to a single thread
This avoids OOM errors on the CI systems.
2018-10-03 18:15:31 +00:00
Tom Stellard 52c2187ff7 Move llvm-test-suite into a sub-package
This will allow it to be run by CI systems instead of during
the %check phase.
2018-08-23 15:07:37 +00:00
Tom Stellard db1e6f5a70 Rewrite test using correct format. 2018-06-14 04:53:39 +00:00
Tom Stellard f917db2d93 Add test for rhbz1482491 2018-06-14 04:45:38 +00:00