Jeong YunWon
|
7359f9dda0
|
skip test_sched_priority for now
|
2021-09-02 20:20:11 +09:00 |
|
Dean Li
|
88a86fdd9e
|
os: Implement getgroups
`getgroups` is already implement in rust, just wrap the function
to let it be used in python.
|
2021-06-13 10:39:25 +08:00 |
|
Dean Li
|
28589f67a1
|
test: add reason of failure for tests
Help developers to find failure by better documenting it.
|
2021-06-10 20:42:39 +08:00 |
|
Noah
|
d5dbe293e0
|
Merge pull request #2669 from deantvv/os-listdir-optional-arg
os: argument in listdir should be optional
|
2021-05-24 20:21:08 -05:00 |
|
Dean Li
|
fde0431bd1
|
os: argument in listdir should be optional
From `listdir(path)` to `listdir(path='.')`
|
2021-05-24 18:12:58 +08:00 |
|
Noah
|
4d03383e6c
|
Unskip tests
|
2021-05-21 17:38:51 -05:00 |
|
Noah
|
d969299de5
|
Always have fds represent the C RT's fds, even on windows
|
2021-04-27 08:15:12 -05:00 |
|
Noah
|
501c555c54
|
Unskip tests
|
2021-04-11 17:38:44 -05:00 |
|
kenkoooo
|
1a3b6a1f92
|
Skip TestPosixWeaklinking for macOS
|
2021-02-12 21:55:33 +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 |
|