Skip to content

Commit 20d9435

Browse files
authored
Merge pull request #15244 from davezarzycki/mark_param_passing_tests_as_long_test
[Testing] Mark two latent long tests as 'long_test'
2 parents b92bc23 + 89b5240 commit 20d9435

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/stdlib/ParameterPassing.swift.gyb renamed to validation-test/stdlib/ParameterPassing.swift.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
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
1616
// REQUIRES: executable_test
17+
// REQUIRES: long_test
1718

1819
import StdlibUnittest
1920

test/stdlib/SIMDParameterPassing.swift.gyb renamed to validation-test/stdlib/SIMDParameterPassing.swift.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// RUN: %target-run %t/a.out_Release
1616

1717
// REQUIRES: executable_test
18+
// REQUIRES: long_test
1819
// XFAIL: linux
1920

2021
import StdlibUnittest

0 commit comments

Comments
 (0)