Skip to content

Commit b8b5edb

Browse files
committed
Disable test type_checker_perf/slow/rdar19737632.swift
It failed on a bot. rdar://77656775
1 parent 53644a9 commit b8b5edb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/Sema/type_checker_perf/slow/rdar19737632.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1
22
// REQUIRES: tools-release,no_asan
33

4+
// rdar://77656775
5+
// UNSUPPORTED: CPU=arm64 && OS=macosx
6+
47
let a = "a"
58
let b = "b"
69
let c = 42

0 commit comments

Comments
 (0)