Commit f3c7cca
committed
Workaround for test/AutoDiff/array.swift.
`-Xfrontend -enable-ownership-stripping-after-serialization` for swiftCore
causes test/AutoDiff/array.swift to crash (regarding calls to
`Array.recursivelyAllKeyPaths`).
SR-11336 seems related and is reproducible from master.
Disabling flag for swiftCore (and all other standard library modules) until
SR-11336 is resolved.
Temporarily disable affected test SILOptimizer/pound_assert.swift.
TF-799 tracks re-enabling the test.1 parent 6d51923 commit f3c7cca
File tree
2 files changed
+9
-2
lines changed- cmake/modules
- test/SILOptimizer
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | 239 | | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
241 | 246 | | |
242 | 247 | | |
243 | 248 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments