Skip to content

Commit 565c97a

Browse files
authored
Merge pull request swiftlang#76800 from mikeash/reflection-test-no-timeout
[Test] Remove timeout from Reflection.swift and Reflection_objc.swift.
2 parents e3402b1 + 0d14ab0 commit 565c97a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test/stdlib/Reflection.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift -parse-stdlib %s -module-name Reflection -o %t/a.out
33
// RUN: %target-codesign %t/a.out
4-
// RUN: %{python} %S/../Inputs/timeout.py 360 %target-run %t/a.out | %FileCheck %s
4+
// RUN: %target-run %t/a.out | %FileCheck %s
55
// REQUIRES: executable_test
66
// REQUIRES: reflection
7-
// FIXME: timeout wrapper is necessary because the ASan test runs for hours
87

98
//
109
// DO NOT add more tests to this file. Add them to test/1_stdlib/Runtime.swift.

test/stdlib/Reflection_objc.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// and it is needed for conformances on macOS < 15.
66
// RUN: %target-build-swift -parse-stdlib %s -module-name Reflection -I %S/Inputs/Mirror/ -Xlinker %t/Mirror.mm.o -o %t/a.out -lswiftCoreGraphics
77
// RUN: %target-codesign %t/a.out
8-
// RUN: %{python} %S/../Inputs/timeout.py 360 %target-run %t/a.out %S/Inputs/shuffle.jpg | %FileCheck %s
9-
// FIXME: timeout wrapper is necessary because the ASan test runs for hours
8+
// RUN: %target-run %t/a.out %S/Inputs/shuffle.jpg | %FileCheck %s
109

1110
// REQUIRES: executable_test
1211
// REQUIRES: objc_interop

0 commit comments

Comments
 (0)