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:
Kavon Farvardin
2024-02-20 12:02:49 -08:00
committed by Slava Pestov
parent 1d89f9b8f0
commit f296d8e158
100 changed files with 223 additions and 0 deletions

View File

@@ -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