[Test] Disable deserialization safety in test breaking access control

This commit is contained in:
Alexis Laferrière
2023-01-05 02:37:22 -08:00
parent 2adb84d443
commit 32abd32ab3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// Verifies that all of the generic signatures in the standard library are
// minimal and canonical.
// RUN: %target-typecheck-verify-swift -verify-generic-signatures Swift
// RUN: %target-typecheck-verify-swift -verify-generic-signatures Swift -disable-deserialization-safety

View File

@@ -1,7 +1,7 @@
// RUN: %empty-directory(%t)
//
// 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-run %t.out
// REQUIRES: executable_test