Commit Graph

7723 Commits

Author SHA1 Message Date
Padraic Fanning
0fea43948a Add conditional test skip 2021-02-14 23:45:37 -05:00
Padraic Fanning
e50d84b627 Reset CI 2021-02-14 23:12:56 -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
kenkoooo
c558335089 Implement os.getpriority and os.setpriority (#2453) 2021-02-14 20:22:18 -06: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
fanninpm
cc6baeddd6 Allow clippy::unnecessary_wraps lint, and rename "to_js" to "into_js" (#2452)
* Allow clippy::unnecessary_wraps lint

* Change PyResultExt to_js signature

* Change "to_js" to "into_js"

* Refactor "to_js" to "into_js"

* Continue refactoring "to_js" to "into_js"

* Move clippy::unnecessary_wraps to lib.rs

* Add allowed lint to jit/lib.rs

* Add allowed lint to vm/src/lib.rs
2021-02-13 19:07:07 -06:00
Noah
6e7de79c85 Merge pull request #2449 from kenkoooo/os_getgrouplist
Implement os.getgrouplist
2021-02-12 17:08:55 -06:00
Noah
10afd2a3fd Merge pull request #2451 from fanninpm/rustfmt
Run rustfmt
2021-02-12 16:01:28 -06:00
Padraic Fanning
0d7570391e Run rustfmt 2021-02-12 16:23:06 -05:00
kenkoooo
f9ef88197e Fix code format 2021-02-12 21:56:59 +09: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
bc81e1f50b Merge pull request #2450 from verhovsky/dont-check-builtin-signatures
Skip checking builtin signatures in whats_left
2021-02-11 10:17:52 -06: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
Noah
6b761e94c0 Unify/simplify os.stat 2021-02-11 08:01:22 -06:00
boris
cc2c46b1b7 don't check builtin signatures 2021-02-11 04:08:20 -05:00
kenkoooo
9b79ca4a0d Implement os.getgrouplist 2021-02-11 18:04:11 +09:00
Jeong YunWon
7ba97f00f6 Merge pull request #2443 from fanninpm/cleanup-skipped-tests
Cleanup skipped tests
2021-02-11 14:20:59 +09:00
Jeong YunWon
491af242e4 Merge pull request #2446 from verhovsky/format-named-tuples-with-equals
format PyStructSequence with = instead of :
2021-02-11 14:16:51 +09:00
boris
ca9b8bad85 format namedtuples with = instead of : 2021-02-10 16:40:55 -05: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
Padraic Fanning
4cde5fc532 Explain test_valid skip 2021-02-08 21:11:45 -05:00