|
4 | 4 | // RUN: %target-swift-frontend -parse -swift-version 5 \
|
5 | 5 | // RUN: -enable-upcoming-feature DynamicActorIsolation:invalid1 \
|
6 | 6 | // RUN: -enable-upcoming-feature DynamicActorIsolation:invalid2 \
|
| 7 | +// RUN: -enable-upcoming-feature DynamicActorIsolation:adoption \ |
| 8 | +// RUN: -enable-upcoming-feature DynamicActorIsolation:adoption \ |
7 | 9 | // RUN: -enable-experimental-feature DynamicActorIsolation:invalid3 \
|
8 | 10 | // RUN: -enable-experimental-feature DynamicActorIsolation:invalid4 \
|
| 11 | +// RUN: -enable-experimental-feature DynamicActorIsolation:adoption \ |
| 12 | +// RUN: -enable-experimental-feature DynamicActorIsolation:adoption \ |
9 | 13 | // RUN: -disable-upcoming-feature DynamicActorIsolation:invalid5 \
|
10 | 14 | // RUN: -disable-upcoming-feature DynamicActorIsolation:invalid6 \
|
11 | 15 | // RUN: -disable-upcoming-feature DynamicActorIsolation:adoption \
|
|
36 | 40 | // CHECK-SWIFT-5-NEXT: warning: '-disable-upcoming-feature' argument 'DynamicActorIsolation:adoption' cannot specify a mode{{$}}
|
37 | 41 | // CHECK-SWIFT-5-NEXT: warning: '-disable-upcoming-feature' argument 'DynamicActorIsolation:invalid6' cannot specify a mode{{$}}
|
38 | 42 | // CHECK-SWIFT-5-NEXT: warning: '-disable-upcoming-feature' argument 'DynamicActorIsolation:invalid5' cannot specify a mode{{$}}
|
| 43 | +// CHECK-SWIFT-5-NEXT: warning: feature 'DynamicActorIsolation' does not support adoption mode{{$}} |
| 44 | +// CHECK-SWIFT-5-NEXT: warning: feature 'DynamicActorIsolation' does not support adoption mode{{$}} |
39 | 45 | // CHECK-SWIFT-5-NEXT: warning: 'invalid4' is not a recognized mode for feature 'DynamicActorIsolation'; did you mean 'adoption'?{{$}}
|
40 | 46 | // CHECK-SWIFT-5-NEXT: warning: 'invalid3' is not a recognized mode for feature 'DynamicActorIsolation'; did you mean 'adoption'?{{$}}
|
| 47 | +// CHECK-SWIFT-5-NEXT: warning: feature 'DynamicActorIsolation' does not support adoption mode{{$}} |
| 48 | +// CHECK-SWIFT-5-NEXT: warning: feature 'DynamicActorIsolation' does not support adoption mode{{$}} |
41 | 49 | // CHECK-SWIFT-5-NEXT: warning: 'invalid2' is not a recognized mode for feature 'DynamicActorIsolation'; did you mean 'adoption'?{{$}}
|
42 | 50 | // CHECK-SWIFT-5-NEXT: warning: 'invalid1' is not a recognized mode for feature 'DynamicActorIsolation'; did you mean 'adoption'?{{$}}
|
43 | 51 | // CHECK-SWIFT-5-NOT: warning:
|
|
0 commit comments