From 3b2ce34d98d8f7a0006f4c3fb934d25efe3a050bf76c3cec9aec16e971a11f5d Mon Sep 17 00:00:00 2001 From: Aaron Puchert Date: Mon, 4 Mar 2024 00:35:44 +0000 Subject: [PATCH] - Disable test that fails on ppc64le. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm13?expand=0&rev=44 --- llvm13.changes | 5 +++++ llvm13.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/llvm13.changes b/llvm13.changes index e7631f4..30b352f 100644 --- a/llvm13.changes +++ b/llvm13.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 3 20:30:50 UTC 2024 - Aaron Puchert + +- Disable test that fails on ppc64le. + ------------------------------------------------------------------- Fri Mar 1 12:26:37 UTC 2024 - pgajdos@suse.com diff --git a/llvm13.spec b/llvm13.spec index 319e63a..cc8f209 100644 --- a/llvm13.spec +++ b/llvm13.spec @@ -1180,6 +1180,8 @@ sed -i '1i; XFAIL: armv6, powerpc-' ../test/ExecutionEngine/frem.ll sed -i '1i; UNSUPPORTED: armv6' ../test/CodeGen/Generic/PBQP.ll sed -i '1i; UNSUPPORTED: armv6\n; XFAIL: powerpc-' \ ../test/ExecutionEngine/{mov64zext32,test-interp-vec-{arithm_{float,int},logical,setcond-{fp,int}}}.ll +# 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 ../test/tools/llvm-cov/{multithreaded-report,sources-specified}.test