Skip to content

Commit 756523e

Browse files
authored
Merge pull request #63826 from xedin/rdar-105752467
[Sema/Tests] NFC: Limit a couple of perf tests to macOS
2 parents b2d7d7d + 29725e8 commit 756523e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

validation-test/Sema/type_checker_perf/fast/rdar32998180.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+
// REQUIRES: OS=macosx
34

45
func rdar32998180(value: UInt16) -> UInt16 {
56
let result = ((((value >> 1) ^ (value >> 1) ^ (value >> 1) ^ (value >> 1)) & 1) << 1)

validation-test/Sema/type_checker_perf/fast/rdar36838495.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+
// REQUIRES: OS=macosx
34

45
struct T {
56
enum B {

0 commit comments

Comments
 (0)