Skip to content

Commit 6648508

Browse files
committed
type_checker_perf tests should require no_asan
Fixes rdar://problem/138246764.
1 parent 65def07 commit 6648508

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=10
22

3+
// REQUIRES: no_asan
4+
35
struct S {
46
var t: Double
57

validation-test/Sema/type_checker_perf/slow/coerce_literal_linear_combo.swift.gyb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %scale-test --invert-result --begin 2 --end 5 --step 1 --select NumLeafScopes %s
22

3+
// REQUIRES: no_asan
4+
35
func g<T: Equatable>(_: T, _: T) {}
46

57
let base: UInt64 = 0

validation-test/Sema/type_checker_perf/slow/simd_scalar_multiple.swift.gyb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %scale-test --invert-result --begin 1 --end 5 --step 1 --select NumLeafScopes %s
22

3+
// REQUIRES: no_asan
4+
35
func f(c: Float, a: SIMD2<Float>) -> SIMD2<Float> {
46
return (c * a)
57
%for i in range(1, N):

0 commit comments

Comments
 (0)