
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.
11 lines
331 B
C++
11 lines
331 B
C++
// XFAIL: target={{.*}}-aix{{.*}}
|
|
// RUN: c-index-test core -print-source-symbols -- %s -target x86_64-unknown-unknown 2>&1 | FileCheck %s
|
|
|
|
namespace ns {
|
|
// void foo();
|
|
}
|
|
|
|
using ns::foo __attribute__((using_if_exists));
|
|
// CHECK: [[@LINE-1]]:11 | using/C++ | foo | c:@UD@foo | <no-cgname> | Decl | rel: 0
|
|
// CHECK-NOT: <unknown>
|