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:
parent
68ac31f503
commit
57c38099b3
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user