SHA256
1
0
forked from pool/llvm14

- Disable test that fails on ppc64le.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=60
This commit is contained in:
Aaron Puchert 2024-03-04 00:34:56 +00:00 committed by Git OBS Bridge
parent 68ac31f503
commit 57c38099b3
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -1357,6 +1357,8 @@ sed -i '/UNSUPPORTED/i// XFAIL: powerpc-' ../tools/clang/test/Interpreter/execut
# Tests hang on armv6l.
sed -i '1i// UNSUPPORTED: armv6' \
../tools/clang/test/{Interpreter/execute.cpp,Modules/{preprocess-{build-diamond.m,decluse.cpp,module.cpp},string_names.cpp}}
# Missing DW_TAG_formal_parameter. Test has been moved to X86 in the meantime (https://reviews.llvm.org/D109806).
sed -i '1i; XFAIL: powerpc64le-' ../test/DebugInfo/Generic/missing-abstract-variable.ll
%ifarch ppc64le
# Sporadic failures, possibly races?
rm -r ../tools/clang/test/ClangScanDeps