Skip to content

Commit e4d7dbd

Browse files
authored
Merge pull request #22609 from xedin/rdar-48061151-5.0
[5.0][TypeChecker] Disable perf test-case for rdar://problem/21398466
2 parents 8d88441 + f41eb87 commit e4d7dbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

validation-test/Sema/type_checker_perf/fast/rdar21398466.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1 -swift-version 5 -solver-disable-shrink -disable-constraint-solver-performance-hacks -solver-enable-operator-designated-types
2-
// REQUIRES: tools-release,no_asserts
2+
// REQUIRES: OS=macosx
3+
// REQUIRES: asserts
4+
// REQUIRES: rdar48061151
35

46
// This problem is related to renaming,
57
// as soon as `init(truncatingBitPattern:)` is changed

0 commit comments

Comments
 (0)