|
1 | 1 | // RUN: %empty-directory(%t) |
2 | 2 |
|
| 3 | +// Due to SE427NoInferenceOnExtension not being in production |
| 4 | +// REQUIRES: asserts |
| 5 | + |
3 | 6 | // RUN: %target-swift-frontend -swift-version 5 -enable-library-evolution -emit-module \ |
4 | 7 | // RUN: -enable-experimental-feature SuppressedAssociatedTypes \ |
5 | 8 | // RUN: -enable-experimental-feature NonescapableTypes \ |
| 9 | +// RUN: -enable-experimental-feature SE427NoInferenceOnExtension \ |
6 | 10 | // RUN: -o %t/NoncopyableGenerics_Misc.swiftmodule \ |
7 | 11 | // RUN: -emit-module-interface-path %t/NoncopyableGenerics_Misc.swiftinterface \ |
8 | 12 | // RUN: %S/Inputs/NoncopyableGenerics_Misc.swift |
9 | 13 |
|
10 | 14 | // RUN: %target-swift-frontend -swift-version 5 -enable-library-evolution -emit-module \ |
11 | 15 | // RUN: -enable-experimental-feature SuppressedAssociatedTypes \ |
12 | 16 | // RUN: -enable-experimental-feature NonescapableTypes \ |
| 17 | +// RUN: -enable-experimental-feature SE427NoInferenceOnExtension \ |
13 | 18 | // RUN: -o %t/Swiftskell.swiftmodule \ |
14 | 19 | // RUN: -emit-module-interface-path %t/Swiftskell.swiftinterface \ |
15 | 20 | // RUN: %S/../Inputs/Swiftskell.swift |
|
24 | 29 | // RUN: %target-swift-frontend -compile-module-from-interface \ |
25 | 30 | // RUN: -enable-experimental-feature SuppressedAssociatedTypes \ |
26 | 31 | // RUN: -enable-experimental-feature NonescapableTypes \ |
| 32 | +// RUN: -enable-experimental-feature SE427NoInferenceOnExtension \ |
27 | 33 | // RUN: %t/NoncopyableGenerics_Misc.swiftinterface -o %t/NoncopyableGenerics_Misc.swiftmodule |
28 | 34 |
|
29 | 35 | // RUN: %target-swift-frontend -compile-module-from-interface \ |
30 | 36 | // RUN: -enable-experimental-feature SuppressedAssociatedTypes \ |
31 | 37 | // RUN: -enable-experimental-feature NonescapableTypes \ |
| 38 | +// RUN: -enable-experimental-feature SE427NoInferenceOnExtension \ |
32 | 39 | // RUN: %t/Swiftskell.swiftinterface -o %t/Swiftskell.swiftmodule |
33 | 40 |
|
34 | 41 | // RUN: %target-swift-frontend -emit-silgen -I %t %s \ |
35 | 42 | // RUN: -enable-experimental-feature SuppressedAssociatedTypes \ |
36 | 43 | // RUN: -enable-experimental-feature NonescapableTypes \ |
| 44 | +// RUN: -enable-experimental-feature SE427NoInferenceOnExtension \ |
37 | 45 | // RUN: -o %t/final.silgen |
38 | 46 |
|
39 | 47 | // RUN: %FileCheck %s --check-prefix=CHECK-SILGEN < %t/final.silgen |
|
0 commit comments