Skip to content

Commit 1caf637

Browse files
committed
enable working cpython tests
1 parent 1f4a1b0 commit 1caf637

19 files changed

+6
-41
lines changed

from_cpython/Lib/test/test_dictcomps.py

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

43
from test import test_support as support

from_cpython/Lib/test/test_eof.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# expected: fail
21
"""test script for a few new invalid token catches"""
32

43
import unittest

from_cpython/Lib/test/test_longexp.py

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

from_cpython/Lib/test/test_mailbox.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 sys
43
import time

from_cpython/Lib/test/test_memoryio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# expected: fail
21
"""Unit tests for memory-based file-like objects.
32
StringIO -- for unicode strings
43
BytesIO -- for bytes

from_cpython/Lib/test/test_minidom.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# expected: fail
21
# test for xml.dom.minidom
32

43
import pickle

from_cpython/Lib/test/test_old_mailbox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# expected: fail
21
# This set of tests exercises the backward-compatibility class
32
# in mailbox.py (the ones without write support).
43

from_cpython/Lib/test/test_pep263.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# expected: fail
21
# -*- coding: koi8-r -*-
32

43
import unittest

from_cpython/Lib/test/test_pep277.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# expected: fail
21
# Test the Unicode versions of normal file functions
32
# open, os.open, os.stat. os.listdir, os.rename, os.remove, os.mkdir, os.chdir, os.rmdir
43
import sys, os, unittest

from_cpython/Lib/test/test_shlex.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# expected: fail
21
# -*- coding: iso-8859-1 -*-
32
import unittest
43
import shlex

0 commit comments

Comments
 (0)