Skip to content

Commit c5de126

Browse files
author
Boxiang Sun
committed
These tests passed now
1 parent 3255ce7 commit c5de126

File tree

5 files changed

+1
-9
lines changed

5 files changed

+1
-9
lines changed

from_cpython/Lib/test/test_cgi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# expected: fail
21
from test.test_support import run_unittest, check_warnings
32
import cgi
43
import os

from_cpython/Lib/test/test_richcmp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# expected: fail
21
# Tests for rich comparisons
32

43
import unittest

from_cpython/Lib/test/test_ttk_guionly.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# expected: fail
21
import os
32
import unittest
43
from test import test_support

from_cpython/Lib/test/test_ttk_textonly.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# expected: fail
21
import os
32
from test import test_support
43

test/CPYTHON_TEST_NOTES.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ test_bz2 leaks
3232
test_capi [unknown]
3333
test_cd [unknown]
3434
test_cfgparser works when run from inside the from_cpython dir
35-
test_cgi leaks
3635
test_class needs ellipsis
3736
test_cl [unknown]
3837
test_cmd_line_script [unknown]
@@ -139,7 +138,6 @@ test_pydoc [unknown]
139138
test_random long("invalid number")
140139
test_repr complex.__hash__; some unknown issues
141140
test_resource fails on travis-ci: setrlimit RLIMIT_CPU not allowed to raise maximum limit
142-
test_richcmp PyObject_Not
143141
test_runpy [unknown]
144142
test_scope eval of code object from existing function (not currently supported)
145143
test_scriptpackages [unknown]
@@ -166,14 +164,12 @@ test_tempfile [unknown]
166164
test_threading_local [unknown]
167165
test_threading [unknown]
168166
test_thread [unknown]
169-
test_tk [unknown]
167+
test_tk references leak, test files setting
170168
test_tokenize [unknown]
171169
test_tools [unknown]
172170
test_traceback [unknown]
173171
test_trace [unknown]
174172
test_transformer [unknown]
175-
test_ttk_guionly [unknown]
176-
test_ttk_textonly [unknown]
177173
test_types PyErr_WarnEx
178174
test_undocumented_details function.func_closure
179175
test_unicode argument passing issue?

0 commit comments

Comments
 (0)