Commit Graph

1022 Commits

Author SHA1 Message Date
rickygao
c0e8b8d8bc follow the latest signature itertools.accumulate(iterable[, func, *, initial=None]) 2021-02-16 14:37:06 +08:00
Noah
8cccf6e5b5 Merge pull request #2471 from fanninpm/test-colorsys
Add test_colorsys from CPython 3.8.7
2021-02-15 21:06:46 -06:00
Noah
73a6a49379 Merge pull request #2470 from zsilver1/math-lib-fixes
Fix `math.floor` and `math.ceil` functions to match cpython behavior
2021-02-15 21:05:30 -06:00
Noah
aa7bff0b07 Merge pull request #2465 from fanninpm/test-bufio
Add test_bufio from CPython 3.8.7
2021-02-15 21:04:52 -06:00
Padraic Fanning
668ccc2283 Add test_colorsys from CPython 3.8.7 2021-02-15 21:23:32 -05:00
Zach Silver
83de5bdf13 Unmark testFloor and testCeil failure 2021-02-15 16:34:53 -08:00
Padraic Fanning
75761665be Skip tests on Windows 2021-02-15 17:19:07 -05:00
Padraic Fanning
5796b455da Mark erroring tests on Windows only 2021-02-15 16:46:38 -05:00
Padraic Fanning
fc22ea70f2 Add test_bufio from CPython 3.8.7 2021-02-15 14:53:05 -05:00
Padraic Fanning
811f3ef5ab Mark failed test 2021-02-15 13:09:09 -05:00
Padraic Fanning
93f0c968df Add test_augassign from CPython 3.8.7 2021-02-15 13:07:54 -05:00
Noah
f31eb9f1f7 Merge pull request #2457 from fanninpm/test-ast
Add ast tests from CPython 3.8.7
2021-02-15 00:26:57 -06:00
Noah
5b23f29213 Merge pull request #2459 from fanninpm/test-asyncore
Add test_asyncore from CPython 3.8.7
2021-02-15 00:24:11 -06:00
Noah
1bdbd8000f Merge pull request #2458 from fanninpm/test-asynchat
Add test_asynchat from CPython 3.8.7
2021-02-15 00:22:52 -06:00
Padraic Fanning
0fea43948a Add conditional test skip 2021-02-14 23:45:37 -05:00
Padraic Fanning
cf703c4e70 Add expected failures to errored/failed tests 2021-02-14 23:10:45 -05:00
Padraic Fanning
21af8a7f90 Skip test that causes a panic 2021-02-14 22:36:37 -05:00
Padraic Fanning
f207f06eac Add test_asyncore from CPython 3.8.7 2021-02-14 22:17:32 -05:00
Padraic Fanning
f1642a2415 Add expected failures to errored/failed tests 2021-02-14 22:12:04 -05:00
Padraic Fanning
3a2429f6b5 Add test_asynchat from CPython 3.8.7 2021-02-14 22:09:07 -05:00
Padraic Fanning
cd67375edc Add expected failures to failed/errored tests 2021-02-14 21:41:16 -05:00
Padraic Fanning
eb487dc8d6 Add test_abc.py from CPython 3.8.7 2021-02-14 21:37:33 -05:00
Padraic Fanning
0d0dec2a91 Add expected failures to failed/errored tests 2021-02-14 20:46:56 -05:00
Padraic Fanning
f6f821771c Skip tests that cause panics 2021-02-14 20:15:33 -05:00
Padraic Fanning
ff8eca77ad Add ast tests from CPython 3.8.7 2021-02-14 20:07:49 -05:00
Padraic Fanning
945718c858 Update abc.py to CPython 3.9.1 2021-02-14 14:47:41 -05:00
kenkoooo
1a3b6a1f92 Skip TestPosixWeaklinking for macOS 2021-02-12 21:55:33 +09:00
kenkoooo
b15daec6c6 Merge branch 'master' into os_getgrouplist 2021-02-12 21:42:12 +09:00
kenkoooo
c81d85c0f9 Explain test_putenv skip 2021-02-12 21:17:00 +09:00
kenkoooo
57ceebbd6b Mark unimplemented tests 2021-02-12 20:53:16 +09:00
kenkoooo
33d67cd710 Add test_posix from CPython 3.9.1 2021-02-12 18:57:09 +09:00
Noah
3f36dcdaef Merge pull request #2426 from RustPython/fix-utime
Fix os.utime to be able to take floats
2021-02-11 10:16:35 -06:00
Jeong YunWon
7ba97f00f6 Merge pull request #2443 from fanninpm/cleanup-skipped-tests
Cleanup skipped tests
2021-02-11 14:20:59 +09:00
Padraic Fanning
d7ad4bff30 Explain test_relative_path skip 2021-02-09 11:35:35 -05:00
Padraic Fanning
121d912451 Explain test_mac_ver_with_fork skip 2021-02-09 11:32:55 -05:00
Padraic Fanning
3c444939dc Explain test_handling_bad_descriptor skip 2021-02-09 11:31:16 -05:00
Padraic Fanning
27030ec936 Disable test_handling_bad_descriptor skip (temp) 2021-02-09 11:02:48 -05:00
Padraic Fanning
9f3e23e982 Disable test_mac_ver_with_fork skip (for now) 2021-02-09 11:02:07 -05:00
Padraic Fanning
02282cb080 Explain test_mac_ver skip 2021-02-09 11:00:55 -05:00
Padraic Fanning
0b14772717 Explain test_big_compress_buffer skip 2021-02-08 21:30:54 -05:00
Padraic Fanning
fe25a749b7 Unskip test_compressincremental 2021-02-08 21:29:45 -05:00
Padraic Fanning
982f87064e Unskip test_baddecompressobj 2021-02-08 21:29:04 -05:00
Padraic Fanning
33e8e0670d Unskip test_badcompressobj 2021-02-08 21:28:32 -05:00
Padraic Fanning
1ca6aa7894 Explain test_raiseMemError skip 2021-02-08 21:27:19 -05:00
Padraic Fanning
2746cc8d05 Unskip test_formatting_huge_width 2021-02-08 21:25:49 -05:00
Padraic Fanning
dacc6d9217 Unskip test_formatting_huge_precision 2021-02-08 21:23:09 -05:00
Padraic Fanning
1db5622c21 Explain test_format_huge_item_number skip 2021-02-08 21:21:04 -05:00
Padraic Fanning
64265e49be Unskip test_format_huge_width 2021-02-08 21:19:44 -05:00
Padraic Fanning
6411f7965a Explain test_format_huge_precision skip 2021-02-08 21:17:22 -05:00
Padraic Fanning
abc4e0f00d Explain test_invalid skip 2021-02-08 21:12:27 -05:00