|
4 | 4 |
|
5 | 5 | // RUN: %target-swift-frontend -emit-module %s \ |
6 | 6 | // RUN: -enable-library-evolution -swift-version 5 \ |
7 | | -// RUN: -enable-deserialization-safety \ |
8 | 7 | // RUN: -Xllvm -debug-only=Serialization 2>&1 \ |
9 | 8 | // RUN: | %FileCheck --check-prefixes=SAFETY-PRIVATE,SAFETY-INTERNAL %s |
10 | 9 |
|
11 | 10 | // RUN: %target-swift-frontend -emit-module %s \ |
12 | 11 | // RUN: -enable-library-evolution -swift-version 5 \ |
13 | | -// RUN: -enable-deserialization-safety \ |
14 | 12 | // RUN: -Xllvm -debug-only=Serialization \ |
15 | 13 | // RUN: -enable-testing 2>&1 \ |
16 | 14 | // RUN: | %FileCheck --check-prefixes=SAFETY-PRIVATE,NO-SAFETY-INTERNAL-NOT %s |
17 | 15 |
|
18 | 16 | /// Don't mark decls as unsafe when private import is enabled. |
19 | 17 | // RUN: %target-swift-frontend -emit-module %s \ |
20 | 18 | // RUN: -enable-library-evolution -swift-version 5 \ |
21 | | -// RUN: -enable-deserialization-safety \ |
22 | 19 | // RUN: -Xllvm -debug-only=Serialization \ |
23 | 20 | // RUN: -enable-private-imports 2>&1 \ |
24 | 21 | // RUN: | %FileCheck --check-prefixes=DISABLED %s |
25 | 22 |
|
26 | 23 | /// Don't mark decls as unsafe without library evolution. |
27 | 24 | // RUN: %target-swift-frontend -emit-module %s \ |
28 | | -// RUN: -enable-deserialization-safety -swift-version 5 \ |
| 25 | +// RUN: -swift-version 5 \ |
29 | 26 | // RUN: -Xllvm -debug-only=Serialization 2>&1 \ |
30 | 27 | // RUN: | %FileCheck --check-prefixes=DISABLED %s |
31 | 28 |
|
|
0 commit comments