Skip to content

Commit b291134

Browse files
authored
Merge pull request swiftlang#32254 from lorentey/disable-llvmIRHash-5.3
[czar][test] Disable multifile/batch-mode-llvmIRHash-consistency
2 parents 1ebb558 + 217b33e commit b291134

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)