[clang] c4de9b9 - [clang][deps] Un-XFAIL test on AIX

Jan Svoboda via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 6 10:57:48 PST 2023


Author: Jan Svoboda
Date: 2023-03-06T10:57:43-08:00
New Revision: c4de9b9c021d14972157096514d17692f15fbb15

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

LOG: [clang][deps] Un-XFAIL test on AIX

Added: 
    

Modified: 
    clang/test/ClangScanDeps/modules-full-output-tu-order.c

Removed: 
    


################################################################################
diff  --git a/clang/test/ClangScanDeps/modules-full-output-tu-order.c b/clang/test/ClangScanDeps/modules-full-output-tu-order.c
index e676a2931d631..04939826817fc 100644
--- a/clang/test/ClangScanDeps/modules-full-output-tu-order.c
+++ b/clang/test/ClangScanDeps/modules-full-output-tu-order.c
@@ -1,6 +1,3 @@
-// Disable the test temporarily to investigate why it's failing on AIX.
-// XFAIL: target={{.*}}-aix{{.*}}
-
 // This test checks that ordering of TUs in the input CDB is preserved in the full output.
 
 // RUN: rm -rf %t
@@ -45,7 +42,7 @@
 // CHECK-NEXT:           "input-file": "[[PREFIX]]/tu.c"
 // CHECK-NEXT:         }
 // CHECK:            ]
-// CHECK-NEXT:     },
+// CHECK:          },
 // CHECK-NEXT:     {
 // CHECK-NEXT:       "commands": [
 // CHECK-NEXT:         {
@@ -60,8 +57,8 @@
 // CHECK-NEXT:             "[[PREFIX]]/tu.c"
 // CHECK-NEXT:           ],
 // CHECK-NEXT:           "input-file": "[[PREFIX]]/tu.c"
-// CHECK-NEXT:         }
+// CHECK:              }
 // CHECK:            ]
-// CHECK-NEXT:     }
-// CHECK-NEXT:   ]
-// CHECK-NEXT: }
+// CHECK:          }
+// CHECK:        ]
+// CHECK:      }


        


More information about the cfe-commits mailing list