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