mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Adjust XFAILs
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
// RUN: %empty-directory(%t)
|
||||
|
||||
// XFAIL: noncopyable_generics
|
||||
|
||||
// RUN: %target-swift-frontend -c -Xcc -DA -Xcc -DB -emit-module -o %t %S/ASTSection.swift -swift-version 4
|
||||
// RUN: %swift-ide-test -test-CompilerInvocation-from-module -source-filename=%t/ASTSection.swiftmodule
|
||||
|
||||
|
||||
@@ -65,3 +65,5 @@ Struct _ObjectRuntimeFunctionCountersState is a new API without @available attri
|
||||
Struct _RuntimeFunctionCounters is a new API without @available attribute
|
||||
|
||||
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
|
||||
|
||||
// XFAIL: noncopyable_generics
|
||||
@@ -12,3 +12,5 @@
|
||||
// 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
|
||||
// RUN: %clang -E -P -x c %t.tmp/changes.txt -o - | sed '/^\s*$/d' | sort > %t.tmp/changes.txt.tmp
|
||||
// RUN: diff -u %t.tmp/stability-stdlib-source.swift.expected %t.tmp/changes.txt.tmp
|
||||
|
||||
// XFAIL: noncopyable_generics
|
||||
Reference in New Issue
Block a user