Skip to content

Commit 3ce71a3

Browse files
committed
[test/Index/Store] Remove the XFAILs for linux on some tests
1 parent cd7a9bc commit 3ce71a3

12 files changed

+0
-24
lines changed

test/Index/Store/driver-multiple-inputs.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: linux
2-
31
// Make sure the indexing invocation through the driver works.
42

53
// RUN: %empty-directory(%t)

test/Index/Store/record-comments.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// RUN: %target-swift-frontend -index-store-path %t/idx -o %t.o -typecheck %s
33
// RUN: c-index-test core -print-record %t/idx | %FileCheck %s
44

5-
// XFAIL: linux
6-
75
// CHECK: record-comments.swift
86
// CHECK: ------------
97
// CHECK: comment-tag/Swift | <no-name> | t:this_is_a_tag | <no-cgname> | Def -

test/Index/Store/record-dependency.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@
1717
// TWO_RECORDS: Record | user | {{.*}}s2.swift | s2.swift-
1818
// TWO_RECORDS: DEPEND END
1919

20-
// XFAIL: linux
21-
2220
func foo() {}

test/Index/Store/record-empty.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
// RUN: %target-swift-frontend -index-store-path %t/idx -o %t/file.o -typecheck %s
44
// RUN: c-index-test core -print-unit %t/idx | %FileCheck %s
55
// CHECK-NOT: Record{{.*}}record-empty
6-
7-
// XFAIL: linux

test/Index/Store/record-sourcefile.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
// RUN: c-index-test core -print-record %t/idx1 | %FileCheck %s
55
// RUN: c-index-test core -print-record %t/idx2 | %FileCheck %s
66

7-
// XFAIL: linux
8-
97
// CHECK: record-sourcefile.swift
108
// CHECK: ------------
119
// CHECK: struct/Swift | S1 | s:4file2S1V | <no-cgname> | Def,Ref,RelCont -

test/Index/Store/record-with-compile-error.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: linux
2-
31
// RUN: %empty-directory(%t)
42
// RUN: %target-swift-frontend -index-store-path %t/idx -o %t/file.o -typecheck %s -verify
53
// RUN: c-index-test core -print-record %t/idx | %FileCheck %s

test/Index/Store/unit-from-compile.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: linux
2-
31
// RUN: %empty-directory(%t)
42
// RUN: %target-swift-frontend -c -index-store-path %t/idx %s -o %t/file1.o -module-name some_module_test
53
// RUN: c-index-test core -print-unit %t/idx | %FileCheck %s

test/Index/Store/unit-multiple-sourcefiles.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: linux
2-
31
//===--- Building source files separately with a module merge at the end
42

53
// RUN: %empty-directory(%t)

test/Index/Store/unit-one-file-multi-file-invocation.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: linux
2-
31
// RUN: rm -rf %t
42
// RUN: %target-build-swift -index-file -index-file-path %s %s %S/Inputs/SwiftModuleA.swift -module-name unit_one_test -o %t.output_for_index -index-store-path %t/idx
53
// RUN: c-index-test core -print-unit %t/idx | %FileCheck %s -check-prefix=UNIT

test/Index/Store/unit-one-sourcefile.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: linux
2-
31
// RUN: rm -rf %t
42
// RUN: %target-swift-frontend -index-store-path %t/idx %s -o %t/file1.o -typecheck
53
// RUN: c-index-test core -print-unit %t/idx | %FileCheck %s -check-prefix=FILE1

test/Index/Store/unit-swiftmodule-dependency.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
// RUN: c-index-test core -print-unit %t/idx | %FileCheck %s
1010

11-
// XFAIL: linux
12-
1311
import SwiftModuleA
1412
import SwiftModuleB
1513

test/Index/Store/unit-with-bridging-header.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: linux
2-
31
// RUN: %empty-directory(%t)
42
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -emit-pch -index-store-path %t/idx -o %t/bridge-head.pch %S/Inputs/bridge-head.h
53
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck -import-objc-header %t/bridge-head.pch -primary-file %s -o %t/s1.o -index-store-path %t/idx

0 commit comments

Comments
 (0)