mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Test] Disable deserialization safety in test breaking access control
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// Verifies that all of the generic signatures in the standard library are
|
// Verifies that all of the generic signatures in the standard library are
|
||||||
// minimal and canonical.
|
// minimal and canonical.
|
||||||
|
|
||||||
// RUN: %target-typecheck-verify-swift -verify-generic-signatures Swift
|
// RUN: %target-typecheck-verify-swift -verify-generic-signatures Swift -disable-deserialization-safety
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
// RUN: %empty-directory(%t)
|
// RUN: %empty-directory(%t)
|
||||||
//
|
//
|
||||||
// RUN: %target-clang %S/Inputs/Mirror/Mirror.mm -c -o %t/Mirror.mm.o -g
|
// RUN: %target-clang %S/Inputs/Mirror/Mirror.mm -c -o %t/Mirror.mm.o -g
|
||||||
// RUN: %target-build-swift -parse-stdlib -Xfrontend -disable-access-control -module-name a -I %S/Inputs/Mirror/ -Xlinker %t/Mirror.mm.o %s -o %t.out
|
// RUN: %target-build-swift -parse-stdlib -Xfrontend -disable-access-control -module-name a -I %S/Inputs/Mirror/ -Xlinker %t/Mirror.mm.o %s -o %t.out -Xfrontend -disable-deserialization-safety
|
||||||
// RUN: %target-codesign %t.out
|
// RUN: %target-codesign %t.out
|
||||||
// RUN: %target-run %t.out
|
// RUN: %target-run %t.out
|
||||||
// REQUIRES: executable_test
|
// REQUIRES: executable_test
|
||||||
|
|||||||
Reference in New Issue
Block a user