Skip to content

Commit 17aece4

Browse files
committed
[android] Mark Interpreter/async as an executable test.
Tests that need to execute need to be marked as such so they can be skipped in platforms that are cross-compiled and do not have a target platform available. This situation happens in the Android CI machines. Introduced in swiftlang#34746.
1 parent fe5be63 commit 17aece4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Interpreter/async.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %target-run %t/main | %FileCheck %s
55

66
// REQUIRES: concurrency
7+
// REQUIRES: executable_test
78
// UNSUPPORTED: use_os_stdlib
89
// UNSUPPORTED: CPU=arm64e
910

0 commit comments

Comments
 (0)