Padraic Fanning
a5fdf247fc
Mark stack overflow on Windows
2021-05-02 11:40:50 -04:00
Padraic Fanning
3b8b59977a
Mark erroring/failing tests
2021-05-02 10:34:30 -04:00
Padraic Fanning
5da02b3cda
Add test_runpy from CPython 3.8
2021-05-02 10:34:30 -04:00
Noah
677616f39f
Merge pull request #2614 from fanninpm/test-richcmp
...
Add test_richcmp from CPython 3.8
2021-05-02 00:58:08 -05:00
fanninpm
3b14ee83f5
Unskip more macOS tests in CI ( #2584 )
...
* Unskip test_argparse test_json test_bytes test_bytearray test_long test_unicode test_array test_asyncgen test_list test_complex test_set test_dis test_calendar in macOS CI
* Re-enable cache on macOS
This will probably not work due to some currently unresolved issues:
- rust-lang/cargo#8603
- actions/cache#403
* Use Swatinem's rust-cache action
2021-05-01 23:22:58 -05:00
Padraic Fanning
4c8e4028b5
Fix binop error message
2021-05-01 15:02:52 -04:00
Padraic Fanning
28df36d33f
Mark stack overflow on Windows
2021-05-01 13:17:31 -04:00
Padraic Fanning
17422f0bc6
Mark failing test(s)
2021-05-01 12:36:47 -04:00
Padraic Fanning
f7ad34773d
Add test_richcmp from CPython 3.8
2021-05-01 12:36:46 -04:00
Jeong YunWon
5647653511
Merge pull request #2592 from ishigoya/index-test
...
Type checking for __index__-defined integers
2021-05-01 18:12:46 +09:00
Jeong YunWon
f0b916e892
Merge pull request #2613 from fanninpm/test-reprlib
...
Add test_reprlib from CPython 3.8
2021-05-01 18:11:42 +09:00
Jeong YunWon
f8171bd674
Merge pull request #2612 from fanninpm/test-regrtest
...
Add test_regrtest from CPython 3.8
2021-05-01 18:11:18 +09:00
Padraic Fanning
bb8b9cff18
Mark erroring/failing tests
2021-04-30 15:31:46 -04:00
Padraic Fanning
66be4a9f52
Add test_reprlib from CPython 3.8
2021-04-30 15:31:46 -04:00
Padraic Fanning
0d85ae823b
Mark erroring/failing tests
2021-04-30 15:13:05 -04:00
Padraic Fanning
c3cb8d5d2e
Add test_regrtest from CPython 3.8
2021-04-30 15:13:05 -04:00
Jeong YunWon
9a13fb5fde
Merge pull request #2611 from fanninpm/test-quopri
...
Add test_quopri from CPython 3.8
2021-05-01 04:10:19 +09:00
Jeong YunWon
88aea3746b
Merge pull request #2610 from fanninpm/test-queue
...
Add test_queue from CPython 3.8
2021-05-01 04:09:57 +09:00
Padraic Fanning
94a036ebf6
Add test_quopri from CPython 3.8
2021-04-30 14:19:10 -04:00
Noah
e7ceb73808
Merge pull request #2609 from fanninpm/test-pty
...
Add test_pty from CPython 3.8
2021-04-30 13:09:36 -05:00
Padraic Fanning
d8acc1a8bf
Add test_queue from CPython 3.8
2021-04-30 12:52:53 -04:00
Padraic Fanning
56be0b2af7
Mark erroring tests
2021-04-30 12:21:46 -04:00
Padraic Fanning
c9a876e63b
Add test_pty from CPython 3.8
2021-04-30 12:10:55 -04:00
Jeong YunWon
f552ccd997
Merge pull request #2606 from deantvv/os-symlink-args
...
os: symlink use `FromArgs` for arguments
2021-04-30 22:03:24 +09:00
Jeong YunWon
6703a3b0c5
Merge pull request #2608 from fanninpm/test-property
...
Add test_property from CPython 3.8
2021-04-30 21:47:25 +09:00
Jeong YunWon
39f9cffceb
Merge pull request #2607 from fanninpm/test-pprint
...
Add test_pprint from CPython 3.8
2021-04-30 21:47:08 +09:00
Dean Li
69a7f3d1cb
os: symlink use FromArgs for arguments
...
Related to #1175
2021-04-30 20:33:17 +08:00
Rob
b8259ff53d
Update vm/src/pyobject.rs
...
prepend unused parameters with underscores in special_retrieve function
Co-authored-by: Jeong YunWon <youknowone@users.noreply.github.com >
2021-04-30 17:35:13 +09:00
Padraic Fanning
b9024f6375
Mark erroring/failing tests
2021-04-29 21:25:15 -04:00
Padraic Fanning
107dcded4c
Add test_property from CPython 3.8
2021-04-29 21:25:14 -04:00
Noah
25c9220bb9
Merge pull request #2605 from fanninpm/test-posixpath
...
Add test_posixpath from CPython 3.8
2021-04-29 20:23:36 -05:00
Padraic Fanning
e3954a27a0
Mark erroring/failing tests
2021-04-29 20:09:18 -04:00
Padraic Fanning
0e0ac1900e
Add test_pprint from CPython 3.8
2021-04-29 20:09:18 -04:00
Jeong YunWon
2916dc5e51
Merge pull request #2604 from fanninpm/test-positional-only-arg
...
Add test_positional_only_arg from CPython 3.8
2021-04-30 08:38:46 +09:00
Padraic Fanning
6d878bd37d
Mark erroring/failing tests on Windows
2021-04-29 10:17:43 -04:00
Padraic Fanning
71f95654cb
Mark success on Windows and macOS
2021-04-29 10:03:14 -04:00
Padraic Fanning
5bb9d65127
Mark erroring test
2021-04-29 00:09:41 -04:00
Padraic Fanning
3a567b53df
Add test_posixpath from CPython 3.8
2021-04-29 00:09:39 -04:00
Noah
9d47b2860a
Merge pull request #2603 from fanninpm/test-popen
...
Add test_popen from CPython 3.8
2021-04-28 22:59:27 -05:00
Padraic Fanning
8450e10001
Mark erroring tests on Windows
2021-04-28 18:30:22 -04:00
Padraic Fanning
c789aef7bb
Mark erroring/failing tests
2021-04-28 17:50:44 -04:00
Padraic Fanning
90ba5fda94
Add test_positional_only_arg from CPython 3.8
2021-04-28 17:50:43 -04:00
Padraic Fanning
d5ae9d4972
Add test_popen from CPython 3.8
2021-04-28 17:44:32 -04:00
Noah
38d6232baf
Merge pull request #2599 from fanninpm/test-pkgimport
...
Add test_pkgimport from CPython 3.8
2021-04-27 22:38:37 -05:00
Noah
c5902bf7c5
Merge pull request #2600 from fanninpm/test-pkgutil
...
Add test_pkgutil from CPython 3.8
2021-04-27 22:38:25 -05:00
Noah
eb1f5b3c10
Merge pull request #2560 from RustPython/coolreader18/crt-fd-windows
...
Always have fds represent the C RT's fds, even on windows
2021-04-27 22:37:46 -05:00
Noah
f608626f27
Fix tests in test_ntpath/add functions to the nt module
2021-04-27 21:04:59 -05:00
Noah
05a89cacbd
Update ntpath.py to version from CPython 3.8
2021-04-27 21:03:43 -05:00
Padraic Fanning
4f3c50570a
Mark failing test
2021-04-27 18:14:07 -04:00
Padraic Fanning
2b03cde4a5
Add test_pkgutil from CPython 3.8
2021-04-27 18:14:06 -04:00