Skip to content

Commit e5f8e30

Browse files
davezarzyckistephentyrone
authored andcommitted
[Testing] Mark FixedPointConversion tests as "long_test" (#23522)
As of 14d89ec, these tests now take 2.25x longer than the *entire* validation test suite on fast machines. Mark them as "long_test" for now until they can be broken into smaller concurrent tests.
1 parent 7d1a657 commit e5f8e30

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

validation-test/stdlib/FixedPointConversion_Debug.test-sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
//
66
// RUN: %line-directive %t/FixedPointConversion.swift -- %target-run %t/a.out_Debug
77
// REQUIRES: executable_test
8+
// REQUIRES: long_test

validation-test/stdlib/FixedPointConversion_Release.test-sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
//
66
// RUN: %line-directive %t/FixedPointConversion.swift -- %target-run %t/a.out_Release
77
// REQUIRES: executable_test
8+
// REQUIRES: long_test

0 commit comments

Comments
 (0)