Commit 12a3ddfe authored by Boxiang Sun's avatar Boxiang Sun

enable test_string and update test notes

parent a771457a
# skip-if: True
# expected: fail
# this test gets stuck in an infinite loop(?) in test_replace (from string_tests)
import unittest, string import unittest, string
from test import test_support, string_tests from test import test_support, string_tests
from UserList import UserList from UserList import UserList
......
...@@ -200,7 +200,6 @@ test_sort argument specification issue in listSort? ...@@ -200,7 +200,6 @@ test_sort argument specification issue in listSort?
test_sqlite [unknown] test_sqlite [unknown]
test_ssl [unknown] test_ssl [unknown]
test_startfile [unknown] test_startfile [unknown]
test_string infinite loops in test_replace
test_str memory leak? test_str memory leak?
test_strtod [unknown] test_strtod [unknown]
test_structmembers [unknown] test_structmembers [unknown]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment