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 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments