Padraic Fanning
|
3553440cb6
|
Mark failing/erroring tests
|
2021-02-26 13:23:36 -05:00 |
|
Padraic Fanning
|
2f1fe3d763
|
Add test_httplib from CPython 3.8.7
|
2021-02-26 13:23:36 -05:00 |
|
Noah
|
a0a1ce4f6d
|
Merge pull request #2496 from fanninpm/test-genericpath
Add test_genericpath from CPython 3.8.7
|
2021-02-26 12:11:54 -06:00 |
|
Noah
|
4d5dda37c4
|
Merge pull request #2502 from fanninpm/test-htmlparser
Add test_htmlparser from CPython 3.8.7
|
2021-02-26 12:10:54 -06:00 |
|
Noah
|
af020ad5e4
|
Merge pull request #2505 from fanninpm/improve-index-methods
Improve index methods of lists and tuples
|
2021-02-26 12:08:52 -06:00 |
|
Padraic Fanning
|
f8d184b5df
|
Pass test_Sequence_mixins
|
2021-02-25 16:59:28 -05:00 |
|
Padraic Fanning
|
3349e1db84
|
Change skips to expected failures
|
2021-02-25 16:22:57 -05:00 |
|
Padraic Fanning
|
3ce476c13d
|
Add optional arguments to tuple.index()
More or less directly translated from the CPython implementation.
|
2021-02-25 16:12:44 -05:00 |
|
Padraic Fanning
|
d32e5501be
|
Add optional arguments to list.index()
More or less directly translated from the CPython implementation.
|
2021-02-25 15:53:50 -05:00 |
|
Noah
|
28ea92c571
|
Merge pull request #2498 from fanninpm/test-getpass
Add test_getpass from CPython 3.8.7
|
2021-02-21 19:34:28 -06:00 |
|
Padraic Fanning
|
17434eb630
|
Mark failing tests
|
2021-02-21 20:34:19 -05:00 |
|
Padraic Fanning
|
786da29647
|
Add test_htmlparser from CPython 3.8.7
|
2021-02-21 20:34:19 -05:00 |
|
Noah
|
3dc018b4c2
|
Merge pull request #2500 from fanninpm/test-html
Add test_html from CPython 3.8.7
|
2021-02-21 19:33:21 -06:00 |
|
Noah
|
c8fc9e0836
|
Merge pull request #2499 from fanninpm/test-global
Add test_global from CPython 3.8.7
|
2021-02-21 17:51:41 -06:00 |
|
Padraic Fanning
|
2e38eace4d
|
Add test_html from CPython 3.8.7
|
2021-02-21 18:47:55 -05:00 |
|
Padraic Fanning
|
4aeba94bcd
|
Add test_global from CPython 3.8.7
|
2021-02-21 18:08:15 -05:00 |
|
Padraic Fanning
|
d9245d4383
|
Add test_getpass from CPython 3.8.7
|
2021-02-21 17:32:37 -05:00 |
|
Noah
|
a02d2533b1
|
Merge pull request #2497 from fanninpm/test-getopt
Add test_getopt from CPython 3.8.7
|
2021-02-21 16:14:57 -06:00 |
|
Padraic Fanning
|
ca52c938ed
|
Add test_getopt from CPython 3.8.7
|
2021-02-21 16:31:20 -05:00 |
|
Padraic Fanning
|
49513be025
|
Skip erroring/failing tests on Windows
|
2021-02-21 16:10:03 -05:00 |
|
Padraic Fanning
|
e327039db5
|
Mark erroring test
|
2021-02-21 16:10:03 -05:00 |
|
Padraic Fanning
|
1259e1317e
|
Add test_genericpath from CPython 3.8.7
|
2021-02-21 16:10:03 -05:00 |
|
Jeong YunWon
|
d32e0413eb
|
Merge pull request #2493 from fanninpm/test-format
Add test_format from CPython 3.8.7
|
2021-02-22 05:56:58 +09:00 |
|
Padraic Fanning
|
2c665ff961
|
Mark erroring/failing tests
|
2021-02-21 11:31:52 -05:00 |
|
Padraic Fanning
|
aecc074cf2
|
Skip test for chewing up RAM
|
2021-02-21 11:31:51 -05:00 |
|
Padraic Fanning
|
e90491cc7d
|
Add test_format from CPython 3.8.7
|
2021-02-21 11:31:51 -05:00 |
|
Noah
|
2a4b90ede7
|
Merge pull request #2489 from fanninpm/test-fileio
Add test_fileio from CPython 3.8.7
|
2021-02-21 09:44:34 -06:00 |
|
Noah
|
309eacd9eb
|
Merge pull request #2490 from fanninpm/test-float
Add test_float from CPython 3.8.7
|
2021-02-21 09:43:09 -06:00 |
|
Noah
|
f821ec58e9
|
Merge pull request #2492 from fanninpm/test-fnmatch
Add test_fnmatch from CPython 3.8.7
|
2021-02-21 09:42:05 -06:00 |
|
Noah
|
4feb26eea7
|
Merge pull request #2491 from fanninpm/fix/test-enum
Fix other test_enum unexpected success on Windows
|
2021-02-20 21:03:23 -06:00 |
|
Padraic Fanning
|
9f0f884318
|
Mark expected failure on Windows
|
2021-02-20 21:50:52 -05:00 |
|
Padraic Fanning
|
29261f6f31
|
Add test_fnmatch from CPython 3.8.7
|
2021-02-20 21:15:39 -05:00 |
|
Noah
|
7ced0f2d38
|
Merge pull request #2488 from fanninpm/test-file
Add test_file from CPython 3.8.7
|
2021-02-20 19:52:15 -06:00 |
|
Padraic Fanning
|
4d7a8b945f
|
Fix other test_enum unexpected success on Windows
|
2021-02-20 20:48:52 -05:00 |
|
Padraic Fanning
|
fb3ec9758e
|
Mark failed/errored tests
|
2021-02-20 20:37:25 -05:00 |
|
Padraic Fanning
|
d793207421
|
Add supporting files
|
2021-02-20 20:37:25 -05:00 |
|
Padraic Fanning
|
290f464494
|
Add test_float from CPython 3.8.7
|
2021-02-20 20:37:24 -05:00 |
|
Padraic Fanning
|
f10a90c514
|
Mark failing/erroring tests on Windows
|
2021-02-20 19:56:48 -05:00 |
|
Padraic Fanning
|
57b036da13
|
Mark failing/erroring tests
|
2021-02-20 19:44:28 -05:00 |
|
Padraic Fanning
|
4093ecdfae
|
Add test_fileio from CPython 3.8.7
|
2021-02-20 19:44:27 -05:00 |
|
Noah
|
fdfdfbce01
|
Merge pull request #2473 from rickygao/itertools-support
Follow the latest `itertools` module
|
2021-02-20 15:58:24 -06:00 |
|
Padraic Fanning
|
9d8f02fe40
|
Skip failing tests due to setup errors
|
2021-02-20 15:27:50 -05:00 |
|
Noah
|
9439212a9d
|
Merge pull request #2472 from RustPython/coolreader18/optimize-lasti
Don't use atomics as much for lasti
|
2021-02-20 14:21:43 -06:00 |
|
Padraic Fanning
|
f48f77914e
|
Mark failing test functions
|
2021-02-20 14:53:08 -05:00 |
|
Padraic Fanning
|
e223dcc778
|
Mark failing tests on Windows only
|
2021-02-20 14:07:52 -05:00 |
|
Noah
|
ed4fcf519a
|
Don't use atomics as much for lasti
|
2021-02-20 12:51:52 -06:00 |
|
Padraic Fanning
|
6da6f1e6dc
|
Mark failing test
|
2021-02-20 13:26:53 -05:00 |
|
Padraic Fanning
|
712b82a857
|
Add test_file from CPython 3.8.7
|
2021-02-20 13:26:53 -05:00 |
|
Jeong YunWon
|
4cad936262
|
Merge pull request #2478 from fanninpm/test-configparser
Add test_configparser from CPython 3.8.7
|
2021-02-20 12:48:33 +09:00 |
|
Jeong YunWon
|
b8b764f527
|
Merge pull request #2486 from RustPython/coolreader18/update-difflib
Update difflib.py
|
2021-02-20 12:44:09 +09:00 |
|