mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-04 16:41:43 +00:00
[AIX][tests] Temporarily disable more Clang/Index tests
This extends 985dacea by XFAILing more tests that started failing after these commits: * 14498a477ee9e00dc462779cee8cbc5846ca6d3a * e644f5973b0b71baadc6d7b64596527a1dc49d17 * 89bacc0bb9f6aa66ca1951ec5c0e4c38cc661160 These failures need to be investigated. Possible cause is D151938.
This commit is contained in:
parent
2a0f2fa9d1
commit
d9c82e1919
@ -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 {
|
||||
|
@ -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)))
|
||||
|
@ -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)))
|
||||
|
@ -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;
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user