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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user