Skip to content

Commit c54df97

Browse files
authored
Merge pull request #36794 from xedin/enable-perf-tests-on-apple-platforms
[TypeChecker] NFC: Disable a couple of perf tests on Linux (they fail…
2 parents a26e236 + c82729b commit c54df97

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

validation-test/Sema/type_checker_perf/fast/rdar23620262.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 -solver-expression-time-threshold=1
22
// REQUIRES: tools-release,no_asan
33

4+
// UNSUPPORTED: linux
5+
46
// expected-no-diagnostics
57

68
let a: [Double] = []

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %scale-test --begin 1 --end 20 --step 1 --select NumLeafScopes %s -Xfrontend=-solver-expression-time-threshold=1
22
// REQUIRES: asserts,no_asan
33

4+
// UNSUPPORTED: linux
5+
46
enum Val {
57
case d([String: Val])
68
case f(Double)

0 commit comments

Comments
 (0)