File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: %target-build-swift -parse-stdlib %s -module-name Reflection -o %t/a.out
3
3
// 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
5
5
// REQUIRES: executable_test
6
6
// REQUIRES: reflection
7
- // FIXME: timeout wrapper is necessary because the ASan test runs for hours
8
7
9
8
//
10
9
// DO NOT add more tests to this file. Add them to test/1_stdlib/Runtime.swift.
Original file line number Diff line number Diff line change 5
5
// and it is needed for conformances on macOS < 15.
6
6
// RUN: %target-build-swift -parse-stdlib %s -module-name Reflection -I %S/Inputs/Mirror/ -Xlinker %t/Mirror.mm.o -o %t/a.out -lswiftCoreGraphics
7
7
// 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
10
9
11
10
// REQUIRES: executable_test
12
11
// REQUIRES: objc_interop
You can’t perform that action at this time.
0 commit comments