Skip to content

Commit 2941b32

Browse files
authored
Merge pull request #10351 from rudkx/disable-asan-failing-test-4.0
Disable new test that is running into stack overflow in ASAN runs. (#…
2 parents b009770 + ebb733b commit 2941b32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Misc/expression_too_complex_3.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %target-typecheck-verify-swift
22
// REQUIRES OS=macosx
33

4+
// REQUIRES: rdar32796272
5+
46
// This should NOT produce an expression too complex error.
57
var radar32680856 = [
68
Int32(bitPattern: 0x00), Int32(bitPattern: 0x01), Int32(bitPattern: 0x02), Int32(bitPattern: 0x03), Int32(bitPattern: 0x04), Int32(bitPattern: 0x05), Int32(bitPattern: 0x06), Int32(bitPattern: 0x07), Int32(bitPattern: 0x08), Int32(bitPattern: 0x09), Int32(bitPattern: 0x0A), Int32(bitPattern: 0x0B), Int32(bitPattern: 0x0C), Int32(bitPattern: 0x0D), Int32(bitPattern: 0x0E), Int32(bitPattern: 0x0F),

0 commit comments

Comments
 (0)