Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r89876:8af33396f2f2
Date: 2017-02-01 13:43 +0100
http://bitbucket.org/pypy/pypy/changeset/8af33396f2f2/
Log: skip this test
diff --git a/lib-python/3/test/test_hash.py b/lib-python/3/test/test_hash.py
--- a/lib-python/3/test/test_hash.py
+++ b/lib-python/3/test/test_hash.py
@@ -308,6 +308,7 @@
def test_empty_string(self):
self.assertEqual(hash(""), 0)
+ @impl_detail("hash(ucs2) differs on PyPy if unichar is 4 bytes",
pypy=False)
@skip_unless_internalhash
def test_ucs2_string(self):
h = self.get_expected_hash(3, 6)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit