Skip to content

Commit 9372385

Browse files
Merge pull request swiftlang#40688 from rintaro/disble-rdar86809003
[SourceKit] Disable a failing test case for 'request.compile'
2 parents 319672d + 17d47d2 commit 9372385

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/SourceKit/Compile/basic.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: rdar86809003
2+
13
// RUN: %empty-directory(%t)
24
// RUN: %empty-directory(%t/out)
35
// RUN: split-file %s %t
@@ -12,10 +14,6 @@
1214
// RUN: -req=compile.close -name c1 \
1315
// RUN: | %FileCheck %s
1416

15-
// UNSUPPORTED: CPU=arm64
16-
// UNSUPPORTED: CPU=arm64e
17-
// UNSUPPORTED: CPU=aarch64
18-
1917
// CHECK-LABEL: # start
2018
// CHECK-NEXT: {
2119
// CHECK-NEXT: key.diagnostics: [

0 commit comments

Comments
 (0)