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 |
|
Padraic Fanning
|
a7b759c773
|
Skip TestPEP590 per lack of vectorcall support
|
2021-02-15 22:34:19 -05: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 |
|
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 |
|
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 |
|
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 |
|
Padraic Fanning
|
0fea43948a
|
Add conditional test skip
|
2021-02-14 23:45:37 -05:00 |
|
Padraic Fanning
|
cf703c4e70
|
Add expected failures to errored/failed tests
|
2021-02-14 23:10:45 -05:00 |
|
Padraic Fanning
|
21af8a7f90
|
Skip test that causes a panic
|
2021-02-14 22:36:37 -05:00 |
|
Padraic Fanning
|
f207f06eac
|
Add test_asyncore from CPython 3.8.7
|
2021-02-14 22:17:32 -05:00 |
|
Padraic Fanning
|
f1642a2415
|
Add expected failures to errored/failed tests
|
2021-02-14 22:12:04 -05:00 |
|
Padraic Fanning
|
3a2429f6b5
|
Add test_asynchat from CPython 3.8.7
|
2021-02-14 22:09:07 -05:00 |
|
Padraic Fanning
|
cd67375edc
|
Add expected failures to failed/errored tests
|
2021-02-14 21:41:16 -05:00 |
|
Padraic Fanning
|
eb487dc8d6
|
Add test_abc.py from CPython 3.8.7
|
2021-02-14 21:37:33 -05:00 |
|
Padraic Fanning
|
0d0dec2a91
|
Add expected failures to failed/errored tests
|
2021-02-14 20:46:56 -05:00 |
|
Padraic Fanning
|
f6f821771c
|
Skip tests that cause panics
|
2021-02-14 20:15:33 -05:00 |
|
Padraic Fanning
|
ff8eca77ad
|
Add ast tests from CPython 3.8.7
|
2021-02-14 20:07:49 -05:00 |
|
Padraic Fanning
|
945718c858
|
Update abc.py to CPython 3.9.1
|
2021-02-14 14:47:41 -05:00 |
|
kenkoooo
|
1a3b6a1f92
|
Skip TestPosixWeaklinking for macOS
|
2021-02-12 21:55:33 +09:00 |
|