|
1 | 1 | SKIP_TESTS=(
|
2 |
| - [test_descr.py]=1 # FIXME: Works on c90ff51? |
| 2 | + [test_descr.py]=1 |
| 3 | + # [test_descr.py]=pytest_module # FIXME: Works on c90ff51? |
| 4 | + # AssertionError: 'D(4)C(4)A(4)' != 'D(4)C(4)B(4)A(4)' |
| 5 | + # - D(4)C(4)A(4) |
| 6 | + # + D(4)C(4)B(4)A(4) |
| 7 | + # ? ++++ |
3 | 8 |
|
4 |
| - [test_cmath.py]=1 # FIXME |
| 9 | + |
| 10 | + [test_cmath.py]=1 # Control-flow "elif else -> else: if else" |
| 11 | + # [test_cmath.py]=pytest_module |
5 | 12 | # AssertionError: rect1000: rect(complex(0.0, 0.0))
|
6 | 13 | # Expected: complex(0.0, 0.0)
|
7 | 14 | # Received: complex(0.0, -1.0)
|
8 | 15 | # Received value insufficiently close to expected value.
|
9 | 16 |
|
10 | 17 |
|
11 | 18 | [test_cmd_line.py]=1
|
12 |
| - [test_collections.py]=1 |
| 19 | + |
| 20 | + [test_collections.py]=1 # fail on its own |
| 21 | + # E TypeError: __new__() takes exactly 4 arguments (1 given) |
| 22 | + |
13 | 23 | [test_concurrent_futures.py]=1 # too long to run over 46 seconds by itself
|
14 |
| - [test_datetimetester.py]=1 |
15 |
| - [test_decimal.py]=1 |
16 |
| - [test_dictcomps.py]=1 # FIXME: semantic error: actual = {k:v for k in } |
17 |
| - [test_doctest.py]=1 # test failures |
| 24 | + [test_datetime.py]=pytest_module |
| 25 | + |
| 26 | + [test_decimal.py]=1 # Fails on its own, even with pytest |
| 27 | + |
| 28 | + [test_dictcomps.py]=1 |
| 29 | + # [test_dictcomps.py]=pytest_module # FIXME: semantic error: actual = {k:v for k in } |
| 30 | + # assert (count * 2) <= i |
| 31 | + |
| 32 | + [test_doctest.py]=1 # Missing pytest fixture |
| 33 | + # [test_doctest.py]=pytest_module |
| 34 | + # fixture 'coverdir' not found |
| 35 | + |
18 | 36 | [test_dis.py]=1 # We change line numbers - duh!
|
| 37 | + |
19 | 38 | [test_exceptions.py]=1 # parse error
|
| 39 | + # [test_exceptions.py]=pytest_module # parse error |
20 | 40 |
|
21 | 41 | [test_modulefinder.py]=1 # test failures
|
22 | 42 | [test_multiprocessing.py]=1 # test takes too long to run: 35 seconds
|
|
0 commit comments