[clang] c3c75d8 - [clang][test] Mark test arm-float-abi-lto.c unsupported on AIX

Jake Egan via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 3 18:05:09 PDT 2022


Author: Jake Egan
Date: 2022-06-03T21:04:56-04:00
New Revision: c3c75d805c2174388417080f762230961b3433d6

URL: https://github.com/llvm/llvm-project/commit/c3c75d805c2174388417080f762230961b3433d6
DIFF: https://github.com/llvm/llvm-project/commit/c3c75d805c2174388417080f762230961b3433d6.diff

LOG: [clang][test] Mark test arm-float-abi-lto.c unsupported on AIX

This test is failing after the introduction of opaque pointers (https://reviews.llvm.org/D125847). The test is flaky and fails from segmentation fault, but it's unclear why. So, mark this test unsupported while it's investigated.

Added: 
    

Modified: 
    clang/test/Driver/arm-float-abi-lto.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/arm-float-abi-lto.c b/clang/test/Driver/arm-float-abi-lto.c
index 8b6d8ff6b5d7a..bde61ce16441b 100644
--- a/clang/test/Driver/arm-float-abi-lto.c
+++ b/clang/test/Driver/arm-float-abi-lto.c
@@ -1,3 +1,5 @@
+// FIXME: Produces a segmentation fault on AIX after the introduction of opaque pointers (D125847). 
+// UNSUPPORTED: system-aix
 // REQUIRES: arm-registered-target
 
 // RUN: %clang --target=arm-none-eabi -mcpu=cortex-m33 -mfloat-abi=hard -O1 %s -S -o - -emit-llvm -DCALL_LIB -DDEFINE_LIB | FileCheck %s


        


More information about the cfe-commits mailing list