Skip to content

Commit ed98768

Browse files
committed
Disable batch-mode-llvmIRHash-consistency test
It fails multiple bots. rdar://77654695
1 parent 7594191 commit ed98768

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/multifile/batch-mode-llvmIRHash-consistency.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Ensure that the LLVMIR hash of the 2nd compilation in batch mode
22
// is consistent no matter if the first one generates code or not.
33

4+
// REQUIRES: rdar_77654695
5+
46
// RUN: %empty-directory(%t)
57
// RUN: echo 'public enum E: Error {}' >%t/main.swift
68
// RUN: echo >%t/other.swift

0 commit comments

Comments
 (0)