Skip to content

Commit 33f4984

Browse files
committed
Add some 3.3 and 3.4 stdlib tests back in
1 parent c499d0a commit 33f4984

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

test/stdlib/3.3-exclude.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SKIP_TESTS=(
1010
# tgt.append(elem)
1111
[test_itertools.py]=1
1212

13-
[test_buffer.py]=pytest # FIXME: Works on c90ff51
13+
[test_buffer.py]=pytest
1414
[test_cmath.py]=pytest
1515

1616
[test_atexit.py]=1 # The atexit test starting at 3.3 looks for specific comments in error lines
@@ -19,7 +19,6 @@ SKIP_TESTS=(
1919
[test_concurrent_futures.py]=1 # too long?
2020

2121
[test_decimal.py]=1 # test takes too long to run: 18 seconds
22-
[test_descr.py]=1 # test assertion errors
2322
[test_doctest.py]=1 # test assertion errors
2423
[test_doctest2.py]=1 # test assertion errors
2524
[test_dis.py]=1 # We change line numbers - duh!

test/stdlib/3.4-exclude.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,16 @@ SKIP_TESTS=(
2626

2727
[test_dbm_gnu.py]=1 # fails on its own
2828
[test_devpoll.py]=1 # it fails on its own
29+
2930
[test_descr.py]=1 # test assertion errors
31+
# ERROR: test_reent_set_bases_on_base (__main__.MroTest)
32+
# Traceback (most recent call last):
33+
# File "test_descr.py", line 5521, in test_reent_set_bases_on_base
34+
# class A(metaclass=M):
35+
# File "test_descr.py", line 5472, in __new__
36+
# return type.__new__(mcls, name, bases, attrs)
37+
# TypeError: 'NoneType' object is not iterable
38+
3039
[test_dis.py]=1 # We change line numbers - duh!
3140
[test_distutils.py]=1 # it fails on its own
3241
[test_doctest2.py]=1

0 commit comments

Comments
 (0)