Skip to content

Commit 6c11713

Browse files
authored
Merge pull request #36834 from hborla/disable-linux-tests
[Test] Disable a few failing tests on linux.
2 parents 0ffa5f8 + e6e716a commit 6c11713

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Concurrency/Runtime/executor_deinit1.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// REQUIRES: concurrency
55
// REQUIRES: libdispatch
66

7+
// UNSUPPORTED: linux
8+
79

810
// doesn't matter that it's bool identity function or not
911
func boolIdentityFn(_ x : Bool) -> Bool { return x }

validation-test/SILOptimizer/large_string_array.swift.gyb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %gyb %s > %t/main.swift
33

4+
// UNSUPPORTED: linux
5+
46
// The compiler should finish in less than 1 minute. To give some slack,
57
// specify a timeout of 5 minutes.
68
// If the compiler needs more than 5 minutes, there is probably a real problem.

0 commit comments

Comments
 (0)