File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
com.oracle.graal.python.test/src/tests/unittest_tags Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 92
92
*graalpython.lib-python.3.test.test_unicode.UnicodeTest.test_partition
93
93
*graalpython.lib-python.3.test.test_unicode.UnicodeTest.test_printable_repr
94
94
*graalpython.lib-python.3.test.test_unicode.UnicodeTest.test_printing
95
+ *graalpython.lib-python.3.test.test_unicode.UnicodeTest.test_raiseMemError
95
96
*graalpython.lib-python.3.test.test_unicode.UnicodeTest.test_replace
96
97
*graalpython.lib-python.3.test.test_unicode.UnicodeTest.test_replace_id
97
98
*graalpython.lib-python.3.test.test_unicode.UnicodeTest.test_replace_overflow
Original file line number Diff line number Diff line change @@ -2302,6 +2302,8 @@ def test_expandtabs_optimization(self):
2302
2302
s = 'abc'
2303
2303
self .assertIs (s .expandtabs (), s )
2304
2304
2305
+ # Makes assumptions about memory consumption of strings
2306
+ @support .impl_detail (graalvm = False )
2305
2307
def test_raiseMemError (self ):
2306
2308
if struct .calcsize ('P' ) == 8 :
2307
2309
# 64 bits pointers
You can’t perform that action at this time.
0 commit comments