Skip to content

Commit 44951f0

Browse files
committed
These two Evolution tests are failing with optimizations enabled
I'll investigate shortly.
1 parent e11bc86 commit 44951f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

validation-test/Evolution/test_struct_fixed_layout_add_conformance.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
// RUN: %target-run %t/after_after
2121

2222
// REQUIRES: executable_test
23+
// REQUIRES: swift_test_mode_optimize_none
2324

2425
import StdlibUnittest
2526
import struct_fixed_layout_add_conformance

validation-test/Evolution/test_struct_resilient_add_conformance.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
// RUN: %target-run %t/after_after
2121

2222
// REQUIRES: executable_test
23+
// REQUIRES: swift_test_mode_optimize_none
2324

2425
import StdlibUnittest
2526
import struct_resilient_add_conformance

0 commit comments

Comments
 (0)