Skip to content

Commit 8db3368

Browse files
authored
Merge pull request #16734 from benlangmuir/san-split
[sourcekit test] Split -sanitizer= test out and add REQUIRES
2 parents 54e652f + 3fa2df6 commit 8db3368

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
var s = 10
2+
s.
3+
4+
// CHECK: littleEndian
5+
6+
// REQUIRES: asan_runtime
7+
// REQUIRES: fuzzer_runtime
8+
9+
// RUN: %sourcekitd-test -req=complete -pos=2:3 %s -- -sanitize=address,fuzzer -sanitize-coverage=func %s | %FileCheck %s

test/SourceKit/Misc/ignored-flags.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ s.
1515
// RUN: %sourcekitd-test -req=complete -pos=2:3 %s -- -use-ld=blah %s | %FileCheck %s
1616
// RUN: %sourcekitd-test -req=complete -pos=2:3 %s -- -incremental %s | %FileCheck %s
1717
// RUN: %sourcekitd-test -req=complete -pos=2:3 %s -- -driver-time-compilation %s | %FileCheck %s
18-
// RUN: %sourcekitd-test -req=complete -pos=2:3 %s -- -sanitize=address,fuzzer -sanitize-coverage=func %s | %FileCheck %s
1918

2019

2120
// Mode flags

0 commit comments

Comments
 (0)