Skip to content

Commit 6939740

Browse files
committed
Adjust XFAILs
1 parent 7667047 commit 6939740

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

test/DebugInfo/ASTSection_linker.swift

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

33
// RUN: %empty-directory(%t)
44

5-
// XFAIL: noncopyable_generics
6-
75
// RUN: %target-swift-frontend -c -Xcc -DA -Xcc -DB -emit-module -o %t %S/ASTSection.swift -swift-version 4
86
// RUN: %swift-ide-test -test-CompilerInvocation-from-module -source-filename=%t/ASTSection.swiftmodule
97

test/api-digester/stability-stdlib-abi-with-asserts.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ Struct _ObjectRuntimeFunctionCountersState is a new API without @available attri
6565
Struct _RuntimeFunctionCounters is a new API without @available attribute
6666

6767
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
68+
69+
// XFAIL: noncopyable_generics

test/api-digester/stability-stdlib-source.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@
1212
// RUN: %clang -E -P -x c %S/Outputs/stability-stdlib-source-%target-cpu.swift.expected -o - | sed '/^\s*$/d' | sort > %t.tmp/stability-stdlib-source.swift.expected
1313
// RUN: %clang -E -P -x c %t.tmp/changes.txt -o - | sed '/^\s*$/d' | sort > %t.tmp/changes.txt.tmp
1414
// RUN: diff -u %t.tmp/stability-stdlib-source.swift.expected %t.tmp/changes.txt.tmp
15+
16+
// XFAIL: noncopyable_generics

0 commit comments

Comments
 (0)