- Disable test that fails on ppc64le.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm16?expand=0&rev=28
This commit is contained in:
Aaron Puchert 2024-03-04 00:42:50 +00:00 committed by Git OBS Bridge
parent 08089638cf
commit 65536c2b55
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 3 20:41:46 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Disable test that fails on ppc64le.
-------------------------------------------------------------------
Fri Mar 1 12:29:50 UTC 2024 - pgajdos@suse.com

View File

@ -1379,6 +1379,8 @@ sed -i '1i// XFAIL: target=powerpc-{{.*}}' ../tools/clang/test/Interpreter/{code
# Tests hang on armv6l.
sed -i '1i// UNSUPPORTED: target=armv6{{.*}}' \
../tools/clang/test/{Interpreter/{code-undo,execute,execute-weak}.cpp,Modules/{preprocess-{build-diamond.m,decluse.cpp,module.cpp},string_names.cpp}}
# We get "tail call" instead of "musttail call" (https://reviews.llvm.org/D138954).
sed -i '1i// XFAIL: target=powerpc{{.*}}' ../tools/clang/test/CodeGenCoroutines/pr56329.cpp
%ifarch ppc64le
# Sporadic failures, possibly races?
rm -r ../tools/clang/test/ClangScanDeps