Skip to content

Commit 1e45d16

Browse files
committed
[Test] Disable a test on Linux at swift_test_mode_optimize_none.
Per @xedin, it's fine to leave this test disabled here.
1 parent c754929 commit 1e45d16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1
22
// REQUIRES: tools-release,no_asan
3+
// UNSUPPORTED: swift_test_mode_optimize_none && OS=linux-gnu
34

45
func rdar26564101(a: [Double], m: Double) -> Double {
56
return Double(Array(0...a.count - 1).reduce(0) { $0 + $1 - m })

0 commit comments

Comments
 (0)