]> granicus.if.org Git - python/commitdiff
test is cpython only
authorBenjamin Peterson <benjamin@python.org>
Wed, 15 Oct 2014 17:39:46 +0000 (13:39 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 15 Oct 2014 17:39:46 +0000 (13:39 -0400)
Lib/test/test_unicode.py

index e1ccd5c1da40cd92a68067b3857446cb95fd7406..6ab9ed0c3ed2032e4b89bef903c5b7fceb7f0fc5 100644 (file)
@@ -662,6 +662,7 @@ class UnicodeTest(string_tests.CommonTest,
                          '\U0010FFFFx\U0010FFFF\U0010FFFF')
 
     @unittest.skipUnless(sys.maxsize == 2**31 - 1, "requires 32-bit system")
+    @support.cpython_only
     def test_case_operation_overflow(self):
         # Issue #22643
         self.assertRaises(OverflowError, ("ΓΌ"*(2**32//12 + 1)).upper)