Commit Graph

7723 Commits

Author SHA1 Message Date
Padraic Fanning
38ca33430d Unmark unexpected success 2021-02-18 23:43:06 -05:00
Padraic Fanning
2c5d1687ce Mark failing test 2021-02-18 23:11:19 -05:00
Padraic Fanning
a59e5c4292 Mark failing/erroring tests 2021-02-18 23:11:19 -05:00
Padraic Fanning
c4e823ff05 Add test_enum from CPython 3.8.7 2021-02-18 23:11:19 -05:00
Jeong YunWon
bbd623c32b Merge pull request #2469 from fanninpm/test-collections
Add test_collections from CPython 3.8.7
2021-02-18 16:57:03 +09:00
Jeong YunWon
37bcb02add Merge pull request #2467 from fanninpm/test-charmapcodec
Add test_charmapcodec from CPython 3.8.7
2021-02-18 16:56:37 +09:00
Jeong YunWon
62bd488025 Merge pull request #2466 from fanninpm/test-call
Add test_call from CPython 3.8.7
2021-02-18 16:56:02 +09:00
Jeong YunWon
1db69a20d8 Merge pull request #2464 from fanninpm/test-binascii
Add test_binascii from CPython 3.8.7
2021-02-18 16:55:02 +09:00
Jeong YunWon
4b67a39ab8 Merge pull request #2468 from RustPython/coolreader18/fix-vm-exc-stack
Rework the vm exception stack to handle errors better
2021-02-18 16:49:13 +09:00
Noah
afefd163a6 Merge pull request #2438 from RustPython/coolreader18/compile_call-classdef
Handle splat args in bases/kwargs for __build_class__
2021-02-16 17:57:26 -06:00
Noah
db282446f0 Unskip/fix tests in test_subclassinit 2021-02-15 21:39:43 -06:00
Noah
0bdc4bc8d8 Accept kwargs in type.__prepare__ 2021-02-15 21:39:43 -06:00
Noah
b191c68b9c Pass kwargs to __prepare__ 2021-02-15 21:39:43 -06:00
Noah
8f68959a98 Add snippet test 2021-02-15 21:39:43 -06:00
Noah
1d18398c66 Handle splat args in bases/kwargs for __build_class__ 2021-02-15 21:39:43 -06:00
Padraic Fanning
a7b759c773 Skip TestPEP590 per lack of vectorcall support 2021-02-15 22:34:19 -05:00
Noah
95c79a7631 Fix refcell "deadlock" 2021-02-15 21:16:17 -06:00
Noah
8cccf6e5b5 Merge pull request #2471 from fanninpm/test-colorsys
Add test_colorsys from CPython 3.8.7
2021-02-15 21:06:46 -06:00
Noah
73a6a49379 Merge pull request #2470 from zsilver1/math-lib-fixes
Fix `math.floor` and `math.ceil` functions to match cpython behavior
2021-02-15 21:05:30 -06:00
Noah
aa7bff0b07 Merge pull request #2465 from fanninpm/test-bufio
Add test_bufio from CPython 3.8.7
2021-02-15 21:04:52 -06:00
Noah
d400293fe6 Unmark asyncgen tests 2021-02-15 20:46:56 -06:00
Padraic Fanning
668ccc2283 Add test_colorsys from CPython 3.8.7 2021-02-15 21:23:32 -05:00
Noah
54e3ab0d4e Don't expose ExceptionStack 2021-02-15 19:49:05 -06:00
Noah
229c64a51c Merge pull request #2462 from fanninpm/test-augassign
Add test_augassign from CPython 3.8.7
2021-02-15 19:30:39 -06:00
Noah
15fa0fd4b3 Merge pull request #2461 from pca006132/range-opt
Optimize check_signals
2021-02-15 19:27:59 -06:00
Padraic Fanning
f48bc88d9b Bypass doctests for collections module 2021-02-15 20:08:41 -05:00
Padraic Fanning
83971376c1 Mark failing/erroring tests 2021-02-15 19:37:17 -05:00
Zach Silver
83de5bdf13 Unmark testFloor and testCeil failure 2021-02-15 16:34:53 -08:00
Zach Silver
9636996c4f Fix floor and ceil functions to match cpython behavior 2021-02-15 16:30:14 -08:00
Padraic Fanning
e92ef7f3f0 Add test_collections from CPython 3.8.7 2021-02-15 19:22:03 -05:00
Noah
0ab451c519 Rework the vm exception stack to handle errors better 2021-02-15 17:44:48 -06:00
Padraic Fanning
75761665be Skip tests on Windows 2021-02-15 17:19:07 -05:00
Padraic Fanning
1acfb919d3 Mark erroring tests on Windows only 2021-02-15 16:51:37 -05:00
Padraic Fanning
5796b455da Mark erroring tests on Windows only 2021-02-15 16:46:38 -05:00
Padraic Fanning
a71212b533 Mark erroring test 2021-02-15 15:09:11 -05:00
Padraic Fanning
9ef47e352b Add test_charmapcodec from CPython 3.8.7
with associated support file
2021-02-15 15:07:39 -05:00
Padraic Fanning
5c7f758bde Mark failing/erroring tests 2021-02-15 15:01:19 -05:00
Padraic Fanning
2cc168df21 Add test_call from CPython 3.8.7 2021-02-15 14:57:36 -05:00
Padraic Fanning
fc22ea70f2 Add test_bufio from CPython 3.8.7 2021-02-15 14:53:05 -05:00
Padraic Fanning
ed1a57f38d Mark erroring/failing tests 2021-02-15 14:23:25 -05:00
Padraic Fanning
56ca19c526 Add test_binascii from CPython 3.8.7 2021-02-15 13:41:50 -05:00
Padraic Fanning
811f3ef5ab Mark failed test 2021-02-15 13:09:09 -05:00
Padraic Fanning
93f0c968df Add test_augassign from CPython 3.8.7 2021-02-15 13:07:54 -05:00
pca006132
3f6df176d9 Optimize check_signals 2021-02-15 15:01:53 +08:00
Noah
820337e6c3 Merge pull request #2460 from pca006132/range-opt
Optimize builtins/range
2021-02-15 00:30:40 -06:00
Noah
f31eb9f1f7 Merge pull request #2457 from fanninpm/test-ast
Add ast tests from CPython 3.8.7
2021-02-15 00:26:57 -06:00
Noah
5b23f29213 Merge pull request #2459 from fanninpm/test-asyncore
Add test_asyncore from CPython 3.8.7
2021-02-15 00:24:11 -06:00
Noah
1bdbd8000f Merge pull request #2458 from fanninpm/test-asynchat
Add test_asynchat from CPython 3.8.7
2021-02-15 00:22:52 -06:00
Noah
3610650a49 Merge pull request #2455 from fanninpm/abc
Update abc to CPython 3.9.1 and add test suite
2021-02-15 00:22:07 -06:00
pca006132
3a6d4b75dc Optimize builtins/range 2021-02-15 13:25:13 +08:00