|
12 | 12 | // RUN: -target %target-cpu-apple-macosx10.15 \ |
13 | 13 | // RUN: -I %t -L %t -l Interface \ |
14 | 14 | // RUN: -emit-module-interface-path %t/Types.swiftinterface \ |
15 | | -// RUN: -Xfrontend -enable-experimental-feature -Xfrontend DynamicActorIsolation |
| 15 | +// RUN: -Xfrontend -enable-upcoming-feature -Xfrontend DynamicActorIsolation |
16 | 16 |
|
17 | | -// RUN: %target-build-swift -Xfrontend -enable-experimental-feature -Xfrontend DynamicActorIsolation -I %t -L %t -l Types %t/src/Crash1.swift -o %t/crash1.out |
| 17 | +// RUN: %target-build-swift -Xfrontend -enable-upcoming-feature -Xfrontend DynamicActorIsolation -I %t -L %t -l Types %t/src/Crash1.swift -o %t/crash1.out |
18 | 18 | // RUN: %target-codesign %t/crash1.out |
19 | 19 | // RUN: not --crash env SWIFT_UNEXPECTED_EXECUTOR_LOG_LEVEL=2 %target-run %t/crash1.out 2>&1 | %FileCheck %t/src/Crash1.swift |
20 | 20 |
|
21 | | -// RUN: %target-build-swift -Xfrontend -enable-experimental-feature -Xfrontend DynamicActorIsolation -I %t -L %t -l Types %t/src/Crash2.swift -o %t/crash2.out |
| 21 | +// RUN: %target-build-swift -Xfrontend -enable-upcoming-feature -Xfrontend DynamicActorIsolation -I %t -L %t -l Types %t/src/Crash2.swift -o %t/crash2.out |
22 | 22 | // RUN: %target-codesign %t/crash2.out |
23 | 23 | // RUN: not --crash env SWIFT_UNEXPECTED_EXECUTOR_LOG_LEVEL=2 %target-run %t/crash2.out 2>&1 | %FileCheck %t/src/Crash2.swift |
24 | 24 |
|
25 | | -// RUN: %target-build-swift -Xfrontend -enable-experimental-feature -Xfrontend DynamicActorIsolation -I %t -L %t -l Types %t/src/Crash3.swift -o %t/crash3.out |
| 25 | +// RUN: %target-build-swift -Xfrontend -enable-upcoming-feature -Xfrontend DynamicActorIsolation -I %t -L %t -l Types %t/src/Crash3.swift -o %t/crash3.out |
26 | 26 | // RUN: %target-codesign %t/crash3.out |
27 | 27 | // RUN: not --crash env SWIFT_UNEXPECTED_EXECUTOR_LOG_LEVEL=2 %target-run %t/crash3.out 2>&1 | %FileCheck %t/src/Crash3.swift |
28 | 28 |
|
29 | | -// RUN: %target-build-swift -Xfrontend -enable-experimental-feature -Xfrontend DynamicActorIsolation -I %t -L %t -l Types %t/src/Crash4.swift -o %t/crash4.out |
| 29 | +// RUN: %target-build-swift -Xfrontend -enable-upcoming-feature -Xfrontend DynamicActorIsolation -I %t -L %t -l Types %t/src/Crash4.swift -o %t/crash4.out |
30 | 30 | // RUN: %target-codesign %t/crash4.out |
31 | 31 | // RUN: not --crash env SWIFT_UNEXPECTED_EXECUTOR_LOG_LEVEL=2 %target-run %t/crash4.out 2>&1 | %FileCheck %t/src/Crash4.swift |
32 | 32 |
|
|
0 commit comments