mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
NCGenerics: mass XFAIL tests
It's easier to get a handle on regressions while working through failures if the tests that are known to not pass are XFAIL'd for NoncopyableGenerics.
This commit is contained in:
committed by
Slava Pestov
parent
1d89f9b8f0
commit
f296d8e158
@@ -3,6 +3,8 @@
|
||||
// RUN: %target-swift-typecheck-module-from-interface(%t/Library.swiftinterface) -I %t
|
||||
// RUN: %FileCheck %s < %t/Library.swiftinterface
|
||||
|
||||
// XFAIL: noncopyable_generics
|
||||
|
||||
// this test makes sure that decls containing a move-only type are guarded by the $MoveOnly feature flag
|
||||
|
||||
// CHECK: #if compiler(>=5.3) && $MoveOnly
|
||||
|
||||
Reference in New Issue
Block a user