[pypy-commit] pypy py3.5: skip this test

arigo pypy.commits at gmail.com
Wed Feb 1 07:44:16 EST 2017


Author: Armin Rigo <arigo at tunes.org>
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)


More information about the pypy-commit mailing list