From f6bd504e9b2c51c580da1582956cb68eebfaeee1 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 10 Oct 2024 21:57:44 +0200 Subject: [PATCH] Add one more openmp test to ignore list The test failed on s390x brew without any useful output. Also add --time-tests to the lit args. Related: RHEL-57454 --- llvm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index 6e93909..e0bcd2b 100644 --- a/llvm.spec +++ b/llvm.spec @@ -1367,7 +1367,7 @@ function reset_test_opts() export LD_LIBRARY_PATH="%{buildroot}/%{install_libdir}:%{buildroot}/%{_libdir}"; # See https://llvm.org/docs/CommandGuide/lit.html#general-options - export LIT_OPTS="-vv" + export LIT_OPTS="-vv --time-tests" # Set to mark tests as expected to fail. # See https://llvm.org/docs/CommandGuide/lit.html#cmdoption-lit-xfail @@ -1493,6 +1493,10 @@ test_list_filter_out+=("libomp :: worksharing/for/omp_collapse_many_GTGEGT_int.c test_list_filter_out+=("libomp :: worksharing/for/omp_collapse_many_LTLEGE_int.c") test_list_filter_out+=("libomp :: worksharing/for/omp_collapse_one_int.c") +%ifarch s390x +test_list_filter_out+=("libomp :: flush/omp_flush.c") +%endif + # The following tests seem pass on ppc64le and x86_64 and aarch64 only: %ifnarch ppc64le x86_64 s390x aarch64 # Passes on ppc64le: