[llvm] adc1c34 - [NFC][tests] Remove XFAIL for AIX for passing tests
Hubert Tong via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 10:57:28 PDT 2022
Author: Hubert Tong
Date: 2022-07-20T13:57:11-04:00
New Revision: adc1c34bab8c82e203ebdd04d6d418958e9ccb17
URL: https://github.com/llvm/llvm-project/commit/adc1c34bab8c82e203ebdd04d6d418958e9ccb17
DIFF: https://github.com/llvm/llvm-project/commit/adc1c34bab8c82e203ebdd04d6d418958e9ccb17.diff
LOG: [NFC][tests] Remove XFAIL for AIX for passing tests
https://lab.llvm.org/buildbot/#/builders/214/builds/2425 reports these
tests as XPASS.
Added:
Modified:
llvm/test/DebugInfo/Generic/pass-by-value.ll
llvm/test/DebugInfo/cross-cu-scope.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/Generic/pass-by-value.ll b/llvm/test/DebugInfo/Generic/pass-by-value.ll
index 107a815eaab94..1e33dac3e48ab 100644
--- a/llvm/test/DebugInfo/Generic/pass-by-value.ll
+++ b/llvm/test/DebugInfo/Generic/pass-by-value.ll
@@ -3,9 +3,6 @@
; RUN: | FileCheck %s --check-prefix=STRICT --implicit-check-not DW_AT_calling_convention
;
-; Visibility is unsupported for XCOFF object writing
-; XFAIL: -aix
-
; // S is not trivially copyable.
; struct S {
; ~S() {}
diff --git a/llvm/test/DebugInfo/cross-cu-scope.ll b/llvm/test/DebugInfo/cross-cu-scope.ll
index deb4e34f27d98..2deaca404ac79 100644
--- a/llvm/test/DebugInfo/cross-cu-scope.ll
+++ b/llvm/test/DebugInfo/cross-cu-scope.ll
@@ -2,9 +2,6 @@
; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
; REQUIRES: object-emission
-; Visibility is unsupported for XCOFF object writing
-; XFAIL: -aix
-
; Reduced test case from PR35212. Two DISubprogram belong to a
diff erent CU but
; share a scope. Both are declarations and end up in the scope's CU. We want to
; check that the CU from the context DIE is used (rather than from the IR).
More information about the llvm-commits
mailing list