Skip to content

Commit cc8ecf4

Browse files
committed
Disable test batch-mode-llvmIRHash-consistency
It fails in some configurations. rdar://62338337
1 parent c513cf1 commit cc8ecf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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+
// This test fails in some configurations.
5+
// REQUIRES: rdar_62338337
6+
47
// RUN: %empty-directory(%t)
58
// RUN: echo 'public enum E: Error {}' >%t/main.swift
69
// RUN: echo >%t/other.swift

0 commit comments

Comments
 (0)