|
33 | 33 | // NORMALFAILURE-LABEL: *** DESERIALIZATION FAILURE *** |
34 | 34 | // NORMALFAILURE-LABEL: *** If any module named here was modified in the SDK, please delete the *** |
35 | 35 | // NORMALFAILURE-LABEL: *** new swiftmodule files from the SDK and keep only swiftinterfaces. *** |
36 | | -// NORMALFAILURE-NEXT: module 'Client', builder version {{.*}}', built from source, resilient, loaded from |
| 36 | +// NORMALFAILURE-NEXT: module 'Client', builder version {{.*}}', built from source against SDK {{.*}}, resilient, loaded from |
37 | 37 | // NORMALFAILURE-NEXT: Could not deserialize type for 'foo()' |
38 | 38 | // NORMALFAILURE-NEXT: Caused by: modularization issue on 'SomeType', reference from 'Client' not resolvable: expected in 'A' but found in 'B' |
39 | 39 | // NORMALFAILURE-NEXT: Cross-reference to module 'A' |
|
43 | 43 | // ALLOWFAILURE-LABEL: *** DESERIALIZATION FAILURE *** |
44 | 44 | // ALLOWFAILURE-LABEL: *** If any module named here was modified in the SDK, please delete the *** |
45 | 45 | // ALLOWFAILURE-LABEL: *** new swiftmodule files from the SDK and keep only swiftinterfaces. *** |
46 | | -// ALLOWFAILURE-NEXT: module 'Client', builder version {{.*}}', built from source, non-resilient, built with -experimental-allow-module-with-compiler-errors, loaded from |
| 46 | +// ALLOWFAILURE-NEXT: module 'Client', builder version {{.*}}', built from source against SDK {{.*}}, non-resilient, built with -experimental-allow-module-with-compiler-errors, loaded from |
47 | 47 | // ALLOWFAILURE-NEXT: Could not deserialize type for 'foo()' |
48 | 48 | // ALLOWFAILURE-NEXT: Caused by: modularization issue on 'SomeType', reference from 'Client' not resolvable: expected in 'A' but found in 'B' |
49 | 49 | // ALLOWFAILURE-NEXT: Cross-reference to module 'A' |
|
52 | 52 | /// Test a swiftmodule rebuilt from the swiftinterface. |
53 | 53 | // RUN: not --crash %target-swift-frontend -emit-sil %t/cache/Client-*.swiftmodule -module-name Client -I %t/partials -disable-deserialization-recovery 2> %t/cache_stderr |
54 | 54 | // RUN: cat %t/cache_stderr | %FileCheck %s -check-prefixes=CACHEFAILURE |
55 | | -// CACHEFAILURE: module 'Client', builder version {{.*}}', built from swiftinterface, resilient |
| 55 | +// CACHEFAILURE: module 'Client', builder version {{.*}}', built from swiftinterface against SDK {{.*}}, resilient |
56 | 56 |
|
57 | 57 | #if LIB |
58 | 58 | public struct SomeType { |
|
0 commit comments