Noa
fbd0c7a99e
Implement IncrementalNewlineDecoder in rust
2024-11-14 23:06:53 -06:00
Noa
7933edad43
Add missing functionality to posixsubprocess
2024-09-21 22:40:15 -05:00
Jeong YunWon
75a985e63e
mark failng tests
2024-05-01 15:59:23 +09:00
CPython Developers
5714558785
Update subprocess from CPython 3.12.3
2024-05-01 04:23:14 +09:00
Jeong, YunWon
49cfcd817d
remove some skipIf and enable shutil CI for windows ( #5235 )
...
* mark failing shtuil tests in windows
* unsetenv raise more informed error
* Remove a few skipIf for windows
2024-04-20 03:00:27 +09:00
Jeong, YunWon
6c4ee951e0
fix windows OSError
2024-04-18 10:23:12 +09:00
DimitrisJim
283a8046aa
Mark failing tests.
2023-05-19 22:38:38 +03:00
DimitrisJim
7366a41b1c
Update subprocess from CPython 3.11
2023-05-19 19:54:59 +03:00
Jeong YunWon
367a948ff0
Adapt unittest.expectedFailureIf
2023-03-02 04:41:15 +09:00
dvermd
a18bad2ca3
Fill OSError attributes
2022-10-04 13:34:09 +02:00
Moreal
6d017420c5
Unmark resolved tests
2022-08-13 08:39:58 +09:00
Sion Kang
bb52ed774e
Feat: grp module ( #3967 )
2022-08-04 15:44:40 +09:00
Jeong Yunwon
7fdbf53822
update subprocess for windows
2022-07-25 07:11:18 +09:00
Jeong YunWon
e33a6a68ac
Fix _posixsubprocess for updated subprocess
2022-07-25 04:10:59 +09:00
CPython developers
51b998d663
update subprocess from CPyhton 3.10.5
2022-07-25 04:10:59 +09:00
Dean Li
29c953d9a6
test: update test.support and test_io to 3.10
...
Initially this is only meant to be a small update for `test_io.py`.
But it turns out that `test.support` need a lot of cleanup especially
for `test.support.warnings_helper`.
2022-04-18 22:50:55 +08:00
Jeong Yunwon
b48cb1f50c
hide test_subprocess.test_invalid_cmd
2022-04-18 21:38:32 +09:00
Dean Li
6f98288e84
test: use import_helper
2021-11-29 21:03:02 +08:00
Dean Li
5ee4fb899b
test: use os_helper
2021-11-28 20:51:32 +08:00
Jeong YunWon
913b78ca44
Revert "Merge pull request #3433 from deantvv/test-update"
...
This reverts commit 9fa5c5ac66 , reversing
changes made to e7fa32c687 .
2021-11-17 17:06:51 +09:00
Dean Li
49a5805d11
test: use os_helper
2021-11-13 02:18:33 +00:00
Dean Li
a59556ad25
Refactor OSError
...
Implement `raw_os_error_to_exc_type` to reduce duplication of errno to
exception type.
2021-10-30 17:05:54 +08:00
Padraic Fanning
be46e58320
Clean up skips in test_subprocess
2021-10-17 21:28:18 -04:00
ChJR
296f18326e
Make OSError subclass instead of itself
2021-10-08 02:33:44 +09:00
Padraic Fanning
2cb17cc61d
Unmark unexpected successes on Windows
2021-05-23 17:29:08 -04:00
Padraic Fanning
1a4fb31cd2
Mark erroring/failing tests on Windows
2021-05-15 19:14:08 -04:00
Padraic Fanning
daeb787528
Mark erroring test(s) on non-Windows systems
2021-05-15 19:10:51 -04:00
Padraic Fanning
be24b7a51c
Unmark unexpected successes
2021-05-15 18:24:07 -04:00
Padraic Fanning
b9eee35ad2
Mark erroring test on Windows
2021-05-15 16:03:01 -04:00
Padraic Fanning
4444de71d5
Skip tests that take too long in test_subprocess
2021-05-15 15:59:21 -04:00
Padraic Fanning
9ae8f2547e
Skip hanging test in test_subprocess
2021-05-15 15:58:34 -04:00
Padraic Fanning
b3757987ad
Mark unexpected successes on Windows
2021-05-14 22:23:24 -04:00
Padraic Fanning
a6b458e406
Mark erroring/failing tests on Windows
2021-05-14 22:18:16 -04:00
Padraic Fanning
44d55e9da4
Skip flaky tests
2021-05-14 20:55:59 -04:00
Padraic Fanning
95f831925c
Mark erroring/failing tests
2021-05-14 20:02:58 -04:00
Padraic Fanning
4fcbe702d8
Add test_subprocess from CPython 3.8
2021-05-14 19:56:15 -04:00