Skip to content

Commit e732179

Browse files
committed
[DependencyVerifier] XFAIL the failure test for now
rdar://60030114
1 parent ef149d5 commit e732179

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/Incremental/fail/main.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
// UNSUPPORTED: OS=windows-msvc
2+
// rdar://60030114
3+
14
// RUN: %empty-directory(%t)
25
// RUN: %{python} %S/../gen-output-file-map.py -o %t %S/Inputs -r %t.resp
3-
// RUN: cat %t.resp
46
// RUN: cd %t
57
// RUN: not %target-swiftc_driver -no-color-diagnostics -typecheck -output-file-map %t/output.json -incremental -module-name main -verify-incremental-dependencies @%t.resp 2>&1 | sort | %FileCheck %s
68

0 commit comments

Comments
 (0)