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
This commit is contained in:
parent
7b2f59cfc4
commit
f6bd504e9b
@ -1367,7 +1367,7 @@ function reset_test_opts()
|
|||||||
export LD_LIBRARY_PATH="%{buildroot}/%{install_libdir}:%{buildroot}/%{_libdir}";
|
export LD_LIBRARY_PATH="%{buildroot}/%{install_libdir}:%{buildroot}/%{_libdir}";
|
||||||
|
|
||||||
# See https://llvm.org/docs/CommandGuide/lit.html#general-options
|
# 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.
|
# Set to mark tests as expected to fail.
|
||||||
# See https://llvm.org/docs/CommandGuide/lit.html#cmdoption-lit-xfail
|
# 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_many_LTLEGE_int.c")
|
||||||
test_list_filter_out+=("libomp :: worksharing/for/omp_collapse_one_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:
|
# The following tests seem pass on ppc64le and x86_64 and aarch64 only:
|
||||||
%ifnarch ppc64le x86_64 s390x aarch64
|
%ifnarch ppc64le x86_64 s390x aarch64
|
||||||
# Passes on ppc64le:
|
# Passes on ppc64le:
|
||||||
|
Loading…
Reference in New Issue
Block a user