We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be62491 commit e3840ceCopy full SHA for e3840ce
test/stdlib/ReflectionHashing.swift
@@ -2,7 +2,12 @@
2
// RUN: %target-run %t.out
3
// REQUIRES: executable_test
4
5
-// XFAIL: linux
+// This test expects consistent hash code generation. However String instance
6
+// generate different values on Linux depending on which version of libicu is
7
+// installed. Therefore we run this test only on non-linux OSes, which is
8
+// best described as having objc_interop.
9
+
10
+// REQUIRES: objc_interop
11
12
//
13
// This file contains reflection tests that depend on hash values.
0 commit comments