Skip to content

Commit 0bf440c

Browse files
authored
Merge pull request #20642 from lorentey/disable-string-literal-concat-da
[test] Disable concat_string_literals.32.swift in stdlib-DebugAssert builds
2 parents 81bcf9d + 27d49a6 commit 0bf440c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILOptimizer/concat_string_literals.32.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// We have a separate test for 64-bit architectures.
55
// REQUIRES: PTRSIZE=32
66

7+
// rdar://problem/46096829 - stdlib-DebugAssert builds fail this test
8+
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
9+
710
// NOTE: 25185.byteSwapped = 0x62 'a', 0x61 'b'
811
// CHECK-LABEL: test_ascii_scalar_scalar2
912
// CHECK: insertvalue { i32, i32, i32 } { i32 25185,

0 commit comments

Comments
 (0)