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

@@ -2,3 +2,6 @@
// RUN: %swift -emit-module -o %t.mod/cake.swiftmodule %S/Inputs/cake.swift -parse-as-library -enable-objc-interop -emit-module-doc-path %t.mod/cake.swiftdoc -disable-implicit-concurrency-module-import -disable-implicit-string-processing-module-import
// RUN: %sourcekitd-test -req=doc-info -module cake -- -Xfrontend -disable-implicit-concurrency-module-import -Xfrontend -disable-implicit-string-processing-module-import -I %t.mod > %t.response
// RUN: %diff -u %s.response %t.response
// XFAIL: noncopyable_generics