Skip to content

Commit 18e0a5c

Browse files
authored
[SourceKit] Disable invalid_offset.swift on Linux (#15005)
This test seems occasionally fail on Linux. Disable it while we investigate it.
1 parent 8ace7b8 commit 18e0a5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SourceKit/CursorInfo/invalid_offset.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ let a = 12
99
// RUN: -req=cursor -offset=250 %s -- %s \
1010
// RUN: | %FileCheck %s
1111

12+
// rdar://problem/38162017
13+
// REQUIRES: OS=macosx
14+
1215
// CHECK: <empty cursor info>

0 commit comments

Comments
 (0)