Skip to content

Commit 3223750

Browse files
committed
test: disable Index.Store.output-failure on Windows
`chmod -w` really doesn't make sense on Windows. Although NTFS allows for readonly directories, it is something done through file system level ACLs. This test doesn't really apply to Windows.
1 parent e622ea6 commit 3223750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Index/Store/output-failure.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: mkdir %t/idx
3+
// UNSUPPORTED: OS=windows-msvc
34

45
// Before indexing, do a dry-run to ensure any clang modules are cached. We
56
// want to isolate the error that comes from swift's indexing support, not

0 commit comments

Comments
 (0)