Skip to content

Commit 6db2927

Browse files
committed
Merge pull request #2911 from apple/mark-expensive-tests-as-long
2 parents 24f2b3f + ae11d0b commit 6db2927

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

test/IDE/print_stdlib.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Check interface produced for the standard library.
22
//
3+
// REQUIRES: long_test
4+
//
35
// RUN: %target-swift-frontend -parse %s
46
// RUN: %target-swift-ide-test -print-module -module-to-print=Swift -source-filename %s -print-interface > %t.txt
57
// RUN: FileCheck -check-prefix=CHECK-ARGC %s < %t.txt

test/Runtime/weak-reference-racetests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import StdlibUnittest
55

6-
let iterations = 1_000
6+
let iterations = 100
77

88
class Thing {}
99

validation-test/Driver/many-inputs.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@
1616
// RUN: (cd %t && %target-build-swift -emit-library ./*.swift -o ./libMultiFile)
1717
// RUN: nm %t/libMultiFile | FileCheck %t/check.txt
1818

19+
// REQUIRES: long_test
20+

0 commit comments

Comments
 (0)