Skip to content

Commit

Permalink
[AIX][tests] Temporarily disable more Clang/Index tests
Browse files Browse the repository at this point in the history
This extends 985dace by XFAILing more tests that started failing after these commits:
* 14498a4
* e644f59
* 89bacc0

These failures need to be investigated. Possible cause is D151938.
  • Loading branch information
jansvoboda11 committed Sep 10, 2023
1 parent 2a0f2fa commit d9c82e1
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions clang/test/Index/Core/designated-inits.c
@@ -1,3 +1,4 @@
// XFAIL: target={{.*}}-aix{{.*}}
// RUN: c-index-test core -print-source-symbols -- %s -target x86_64-apple-macosx10.7 | FileCheck %s

struct MyStruct {
Expand Down
1 change: 1 addition & 0 deletions clang/test/Index/Core/external-source-symbol-attr-cxx.cpp
@@ -1,3 +1,4 @@
// XFAIL: target={{.*}}-aix{{.*}}
// RUN: c-index-test core -print-source-symbols -- %s -target x86_64-apple-macosx10.7 | FileCheck %s

#define GEN_DECL_USR(mod_name, usr) __attribute__((external_source_symbol(language="Swift", defined_in=mod_name, USR=usr, generated_declaration)))
Expand Down
1 change: 1 addition & 0 deletions clang/test/Index/Core/external-source-symbol-attr.m
@@ -1,3 +1,4 @@
// XFAIL: target={{.*}}-aix{{.*}}
// RUN: c-index-test core -print-source-symbols -- %s -target x86_64-apple-macosx10.7 | FileCheck %s

#define EXT_DECL(mod_name) __attribute__((external_source_symbol(language="Swift", defined_in=mod_name)))
Expand Down
1 change: 1 addition & 0 deletions clang/test/Index/Core/index-dependent-source.cpp
@@ -1,3 +1,4 @@
// XFAIL: target={{.*}}-aix{{.*}}
// RUN: c-index-test core -print-source-symbols -- %s -std=c++14 -target x86_64-apple-macosx10.7 | FileCheck %s

int invalid;
Expand Down
1 change: 1 addition & 0 deletions clang/test/Index/Core/index-instantiated-source.cpp
@@ -1,3 +1,4 @@
// XFAIL: target={{.*}}-aix{{.*}}
// RUN: c-index-test core -print-source-symbols -- %s -std=c++14 -target x86_64-apple-macosx10.7 | FileCheck %s
// References to declarations in instantiations should be canonicalized:

Expand Down
1 change: 1 addition & 0 deletions clang/test/Index/Core/index-source-invalid-name.cpp
@@ -1,3 +1,4 @@
// XFAIL: target={{.*}}-aix{{.*}}
// RUN: c-index-test core -print-source-symbols -- %s -std=c++1z -target x86_64-apple-macosx10.7 | FileCheck %s

namespace rdar32474406 {
Expand Down
1 change: 1 addition & 0 deletions clang/test/Index/Core/index-source.cpp
@@ -1,3 +1,4 @@
// XFAIL: target={{.*}}-aix{{.*}}
// RUN: c-index-test core -print-source-symbols -- %s -std=c++1z -target x86_64-apple-macosx10.7 | FileCheck %s
// RUN: c-index-test core -print-source-symbols -include-locals -- %s -std=c++1z -target x86_64-apple-macosx10.7 | FileCheck -check-prefix=LOCAL %s

Expand Down
1 change: 1 addition & 0 deletions clang/test/Index/Core/index-source.m
@@ -1,3 +1,4 @@
// XFAIL: target={{.*}}-aix{{.*}}
// RUN: c-index-test core -print-source-symbols -- %s -target x86_64-apple-macosx10.7 | FileCheck %s
// RUN: c-index-test core -print-source-symbols -include-locals -- %s -target x86_64-apple-macosx10.7 | FileCheck -check-prefix=LOCAL %s

Expand Down
1 change: 1 addition & 0 deletions clang/test/Index/Core/index-source.mm
@@ -1,3 +1,4 @@
// XFAIL: target={{.*}}-aix{{.*}}
// RUN: c-index-test core -print-source-symbols -- %s -target x86_64-apple-macosx10.7 | FileCheck %s

@interface MyCls
Expand Down
1 change: 1 addition & 0 deletions clang/test/Index/Core/index-subkinds.m
@@ -1,3 +1,4 @@
// XFAIL: target={{.*}}-aix{{.*}}
// RUN: c-index-test core -print-source-symbols -- %s -target x86_64-apple-macosx10.7 | FileCheck %s

// CHECK: [[@LINE+1]]:12 | class/ObjC | XCTestCase | c:objc(cs)XCTestCase | _OBJC_CLASS_$_XCTestCase | Decl | rel: 0
Expand Down
1 change: 1 addition & 0 deletions clang/test/Index/ms-property.cpp
@@ -1,3 +1,4 @@
// XFAIL: target={{.*}}-aix{{.*}}
// RUN: c-index-test core -print-source-symbols -- -target x86_64-apple-darwin10 -fms-extensions -fno-ms-compatibility %s | FileCheck %s

// CHECK: [[@LINE+1]]:8 | struct/C++ | Simple | [[Simple_USR:.*]] | <no-cgname> | Def | rel: 0
Expand Down
1 change: 1 addition & 0 deletions clang/test/Index/using_if_exists.cpp
@@ -1,3 +1,4 @@
// XFAIL: target={{.*}}-aix{{.*}}
// RUN: c-index-test core -print-source-symbols -- %s -target x86_64-unknown-unknown 2>&1 | FileCheck %s

namespace ns {
Expand Down

0 comments on commit d9c82e1

Please sign in to comment.