Skip to content

Commit 01d2638

Browse files
committed
[test] Mark two SILOptimizer tests requiring asserts
Pending investigation: rdar://71857770
1 parent dd92ed5 commit 01d2638

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/SILOptimizer/semantic-arc-opts-lifetime-joining.sil

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-sil-opt -module-name Swift -enable-sil-verify-all -semantic-arc-opts -sil-semantic-arc-peepholes-lifetime-joining %s | %FileCheck %s
2+
// REQUIRES: swift_stdlib_asserts
23

34
// NOTE: Some of our tests here depend on borrow elimination /not/ running!
45
// Please do not add it to clean up the IR like we did in

test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-sil-opt -module-name Swift -enable-sil-verify-all -semantic-arc-opts -sil-semantic-arc-peepholes-redundant-copyvalue-elim %s | %FileCheck %s
2+
// REQUIRES: swift_stdlib_asserts
23

34
// NOTE: Some of our tests here depend on borrow elimination /not/ running!
45
// Please do not add it to clean up the IR like we did in

0 commit comments

Comments
 (0)