32 Commits

Author SHA1 Message Date
Jeong, YunWon
2ac1b04914 Upgrade nt_path from v3.14.2 2026-01-25 00:18:55 +09:00
Jeong, YunWon
ae39b132e4 impl more ntpath (#6531) 2025-12-26 09:43:01 +09:00
Jeong, YunWon
3438fb2850 nt junction (#6407)
* pylib strip path

* nt._path_* functions,

* nt junction
2025-12-12 09:03:19 +09:00
Jeong, YunWon
f379ea8327 winapi._findfirstfile,nt.chmod (#6401) 2025-12-12 00:18:02 +09:00
Jeong, YunWon
00543942aa nt.skiproot, winapi.LCMapStringEx (#6399) 2025-12-11 21:42:28 +09:00
Jeong, YunWon
4828fb3ba6 test_os, test_io on windows (#6379)
* Allow hidden env vars on nt

* Enable test_os on windows

* enable test_io on windows
2025-12-11 13:11:29 +09:00
Jeong, YunWon
876368e476 windows umask, win32_xstat_slow_impl, fake EXT_SUFFIX (#6340)
* umask

* EXT_SUFFIX

* File Attributes and win32_xstat_slow_impl

* unmark tests
2025-12-08 10:39:15 +09:00
Shahar Naveh
63de4387e7 Fix broken CI on windows (#6143)
* Fix `test_dtrace.py`

* Fix `test_genericpath.py`

* fix `test_ntpath.py`

* Fix `test_py_compile.py`

* Fix `test_shutil.py`

* fix `test_stat.py`

* Fix `test_tarfile.py`

* Mark failing tests
2025-09-11 14:05:04 +09:00
Shahar Naveh
91979a3d0e Update {nt,posix}path.py from 3.13.5 (#6070)
* Update `{nt,posix}path.py` from 3.13.5

* Mark failing tests
2025-08-05 23:18:10 +09:00
Noa
a86126419c Fix remaining tests 2025-03-25 19:05:12 -05:00
Jeong, YunWon
53b1b4d682 Mark failing tests in test_ntpath 2024-04-24 00:54:12 +09:00
CPython Developers
566d9bee5c Update ntpath from CPython 3.12.3 2024-04-24 00:54:12 +09:00
Jeong, YunWon
3286e683e6 win32_xstat (#5247)
* win32_xstat

* vm::windows

* Add file_id
2024-04-21 22:02:09 +09:00
Jeong, YunWon
192b0a8fb5 fileutils and fstat (#5242) 2024-04-19 19:21:35 +09:00
DimitrisJim
3c8fb93ab4 Update ntpath from Python 3.11 2023-06-14 00:50:38 +03:00
Jeong YunWon
367a948ff0 Adapt unittest.expectedFailureIf 2023-03-02 04:41:15 +09:00
Jeong Yunwon
2154d12d96 adjust test_ntpath markers 2022-08-16 10:08:03 +09:00
Jeong Yunwon
e62fdd105c fix windows CI 2022-07-26 04:03:00 +09:00
Padraic Fanning
092053f7df Skip tests on Windows with ValueError
"ValueError: illegal environment variable name" likely comes from the
`--fail-env-changed` switch we're now using.
2022-06-22 22:32:22 -04:00
Padraic Fanning
7d8dc183d8 Mark erroring/failing tests on Windows 2022-06-22 21:54:53 -04:00
Padraic Fanning
e850b6e041 Mark erroring test 2022-06-22 20:27:25 -04:00
Padraic Fanning
81d6765a76 Update test_ntpath to CPython 3.10 2022-06-22 20:27:25 -04:00
Padraic Fanning
54ae3bd962 Fix test.support imports 2022-02-12 18:36:31 -05: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
Frank King
e652ae8fc0 Support unicode array type. 2021-08-21 20:18:05 +08:00
Noah
f608626f27 Fix tests in test_ntpath/add functions to the nt module 2021-04-27 21:04:59 -05:00
Padraic Fanning
878d755718 Mark erroring/failing tests on Windows 2021-04-21 21:28:44 -04:00
Padraic Fanning
66b2c88011 Fix unexpected success for macOS and Windows 2021-04-21 20:33:48 -04:00
Padraic Fanning
b054181666 Mark erroring/failing tests 2021-04-21 19:35:39 -04:00
Padraic Fanning
ef583e84c3 Add test_ntpath from CPython 3.8 2021-04-21 19:35:38 -04:00