Skip to content

Commit 698f62c

Browse files
committed
test: disable stdlib tests due to rdar://61347183
1 parent 94d8ffe commit 698f62c

4 files changed

+4
-0
lines changed

validation-test/stdlib/Collection/FlattenCollection.swift.gyb

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
// FIXME: the test is too slow when the standard library is not optimized.
66
// rdar://problem/46878013
7+
// REQUIRES: rdar61347183
78
// REQUIRES: optimized_stdlib
89
// REQUIRES: long_test
910

validation-test/stdlib/Collection/LazyFilterCollection.swift.gyb

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
// FIXME: the test is too slow when the standard library is not optimized.
66
// rdar://problem/46878013
7+
// REQUIRES: rdar61347183
78
// REQUIRES: optimized_stdlib
89
// REQUIRES: long_test
910

validation-test/stdlib/ParameterPassing.swift.gyb

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// RUN: %gyb %s -o %t/ParameterPassing.swift
1414
// RUN: %line-directive %t/ParameterPassing.swift -- %target-build-swift %t/ParameterPassing.swift -o %t/a.out_Release -O
1515
// RUN: %target-run %t/a.out_Release
16+
// REQUIRES: rdar61347183
1617
// REQUIRES: executable_test
1718
// REQUIRES: long_test
1819

validation-test/stdlib/SIMDParameterPassing.swift.gyb

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// RUN: %line-directive %t/SIMDParameterPassing.swift -- %target-build-swift %t/SIMDParameterPassing.swift -o %t/a.out_Release -O
1515
// RUN: %target-run %t/a.out_Release
1616

17+
// REQUIRES: rdar61347183
1718
// REQUIRES: executable_test
1819
// REQUIRES: long_test
1920
// XFAIL: linux

0 commit comments

Comments
 (0)