Noah
5fefb14868
Merge pull request #2627 from fanninpm/fix-clippy-1.52
...
Fix Clippy warnings introduced in Rust 1.52
2021-05-07 18:48:28 -05:00
Padraic Fanning
499a33cb28
Run rustfmt
2021-05-07 17:59:19 -04:00
Padraic Fanning
2e75403a54
Suppress manual_map lint for future expansion
2021-05-07 17:57:02 -04:00
Padraic Fanning
311dac1bc5
Remove unnecessary map()
2021-05-07 17:51:43 -04:00
Padraic Fanning
984ea440c3
Fix manual_map Clippy warning
2021-05-07 17:16:53 -04:00
Padraic Fanning
0174e386a1
Fix inconsistent_struct_constructor Clippy warning
2021-05-07 17:00:38 -04:00
Padraic Fanning
c86c7a1cfb
Fix manual_flatten Clippy warning
2021-05-07 16:57:38 -04:00
Jeong YunWon
c5d1f4afaa
Merge pull request #2601 from ishigoya/test_slice
...
slice: error on negative integers in indices method
2021-05-08 03:57:55 +09:00
Jeong YunWon
dd1138f282
Merge pull request #2618 from fanninpm/test-runpy
...
Add test_runpy from CPython 3.8
2021-05-08 03:50:01 +09:00
Jeong YunWon
3d8e8337db
Merge pull request #2620 from fanninpm/test-sched
...
Add test_sched from CPython 3.8
2021-05-08 03:49:35 +09:00
Jeong YunWon
3144ff8a72
Merge pull request #2602 from RustPython/coolreader18/fix-windows-symlinks
...
Remove symlinks-to-hardlinks.ps1 hack
2021-05-08 03:43:45 +09:00
Padraic Fanning
695bbf61bc
Add test_sched from CPython 3.8
2021-05-02 14:02:32 -04:00
Noah
dcb1b45860
Merge pull request #2615 from fanninpm/test-robotparser
...
Add test_robotparser from CPython 3.8
2021-05-02 13:00:21 -05:00
Noah
9a83e15918
Fix cfg for windows-gnu target
2021-05-02 10:41:46 -05:00
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
Padraic Fanning
9f7181b6a6
Exclude test from macOS test matrix
2021-05-02 10:33:01 -04:00
Padraic Fanning
fa80d67e7a
Skip erroring test class
2021-05-02 10:33:01 -04:00
Padraic Fanning
9d1a532574
Add test_robotparser from CPython 3.8
2021-05-02 10:33:01 -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
Noah
353183dc79
Don't check git for symlinks
...
Co-authored-by: Jesse Hoobergs <jhoobergs@users.noreply.github.com >
2021-05-01 23:25:04 -05:00
Noah
55884f99b9
Fix thanks to @jhoobergs
...
Co-authored-by: Jesse Hoobergs <jhoobergs@users.noreply.github.com >
2021-05-01 23:23:45 -05:00
Noah
936826bd44
Replace symlinks-to-hardlinks.ps1 hack with a nicer hack
2021-05-01 23:23:45 -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
Robert Booth
5499920075
slice: remove expectedfailure on test_index
2021-05-02 02:54:21 +09:00
Padraic Fanning
28df36d33f
Mark stack overflow on Windows
2021-05-01 13:17:31 -04:00
Robert Booth
67bf977036
slice: error on negative integers in indices method
2021-05-02 01:54:53 +09: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