From ff3ec2f1ca4629f43bbaad0efb0161cd3de6c322 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Wed, 4 Dec 2024 13:11:08 +0100 Subject: [PATCH] libcxxabi-test-don-t-fail-extended-long-double Powerpc has extended double that doesn't match x86 coding. Power format would need special tests to verify correctness but for now it is enough to prevent incorrect test from running. Gbp-Pq: Topic libcxx Gbp-Pq: Name libcxxabi-test-don-t-fail-extended-long-double.patch --- libcxxabi/test/test_demangle.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxxabi/test/test_demangle.pass.cpp b/libcxxabi/test/test_demangle.pass.cpp index fe5598991b..780c7996c5 100644 --- a/libcxxabi/test/test_demangle.pass.cpp +++ b/libcxxabi/test/test_demangle.pass.cpp @@ -30235,7 +30235,7 @@ const char* invalid_cases[] = "_ZNSt16allocator_traitsISaIN4llvm3sys2fs18directory_iteratorEEE9constructIS3_IS3_EEEDTcl12_S_constructfp_fp0_spcl7forwardIT0_Efp1_EEERS4_PT_DpOS7_", "3FooILdaaaaaaaaaaAAAAaaEE", "3FooILdaaaaaaaaaaaaaaEE", -#if !LDBL_FP80 +#if !LDBL_FP80 && __LDBL_MANT_DIG__ < 64 "_ZN5test01hIfEEvRAcvjplstT_Le4001a000000000000000E_c", #endif // The following test cases were found by libFuzzer+ASAN -- 2.30.2