Commit Graph

553 Commits

Author SHA1 Message Date
Noah
1149de294f Fix max+test_max 2020-08-26 22:33:11 -05:00
Noah
defcbb821c Skip unsupported sort tests 2020-08-26 21:50:23 -05:00
Noah
2a180af0ab Add test.test_sort from CPython 3.8.3 2020-08-26 21:50:01 -05:00
Youngchan Lee
57fbce9d31 Handle TypeErrors in bytes() & bytearray() 2020-08-26 14:11:50 +09:00
hyperbora
e9ee1ba4a0 Corrected the problem of mishandling optional kwarg in max function 2020-08-24 01:01:41 +09:00
Noah
4e232a8529 Skip erroring test 2020-08-20 12:26:29 -05:00
Noah
a6bd802f97 Fix problems with #2106 2020-08-20 11:45:27 -05:00
Noah
5099255cd0 Revert "Trying revert for regression" 2020-08-20 11:41:21 -05:00
Noah
068b301c83 Merge pull request #2133 from clemado1/itertools
Fix panic in itertools pruduct
2020-08-19 23:09:03 -05:00
clemado1
fb18a8d66e Fix panic in itertools pruduct 2020-08-20 11:52:31 +09:00
Jeong YunWon
f7866c7def Revert "Temprorally skip zipimport test"
This reverts commit 0bed00e1af.
2020-08-20 05:50:05 +09:00
Noah
ebecc1ac0f Fix some minor things required for unittest 2020-08-20 04:18:21 +09:00
Jeong YunWon
8bfc218b2d Revert "Merge pull request #2106 from RustPython/coolreader18/unittest-tests"
This reverts commit 96926daf6f, reversing
changes made to 230f91582f.
2020-08-20 04:18:21 +09:00
Jeong YunWon
8ce0757bec Unmark test_bool successful test 2020-08-20 03:51:04 +09:00
Jeong YunWon
0bed00e1af Temprorally skip zipimport test 2020-08-20 03:23:13 +09:00
Jeong YunWon
f2fa5b849b mark test_zlib compressobj pickling tests as expected failures 2020-08-20 03:23:13 +09:00
Jeong YunWon
baf70d95a8 Unmark test_set skips 2020-08-18 18:13:33 +09:00
Jeong YunWon
b0541c5e0c remove skip markers from dict tests 2020-08-18 18:13:33 +09:00
Jeong YunWon
cf10a34e2e Merge pull request #2114 from edwardycl/complex
Allow complex numbers as arguments of complex()
2020-08-16 02:03:59 +09:00
Jeong YunWon
fa46ab1c04 Merge pull request #2115 from minoring/support-__all__
Support __all__
2020-08-16 02:00:07 +09:00
Yi Hyunjoon
499a86e2c2 unexpected success on local 2020-08-15 18:53:18 +09:00
minoring
754563554e Add some function to __all__ to run tests
This change is result from the supporting __all__ in modules
2020-08-15 18:11:07 +09:00
Youngchan Lee
e2e514a060 Mark unsupported tests in test_complex 2020-08-15 17:42:18 +09:00
Youngchan Lee
ed80407782 Copy test_complex.py from cpython 3.8.5 2020-08-15 17:17:39 +09:00
Noah
43e18e496a Skip unsupported tests 2020-08-12 16:17:31 -05:00
Noah
1385c06e25 Fix some minor things required for unittest 2020-08-12 16:03:20 -05:00
Noah
f12a78ba23 Add unittest.test and test.test_unittest from CPython 3.7.0 2020-08-12 16:01:05 -05:00
Yiqun Ling
230f91582f Add nested and optimized for symtable 2020-08-13 04:12:28 +09:00
Noah
55d940620d Merge branch 'support-pdb' into master 2020-08-12 14:02:42 -05:00
Alan Justino
a855dfe5ed Revert python-based sys.displayhook implementation
This reverts commit c0b11de36f.
2020-08-12 14:00:02 -05:00
Alan Justino
d0d454b8e5 gc.collect() is dumb to always return 0 collected objects 2020-08-12 14:00:01 -05:00
Alan Justino
018bf505ca Merge branch 'master' into support-pdb 2020-08-12 13:59:58 -05:00
clemado1
6523abcac1 Fix error message in objsequence.get_item 2020-08-12 23:21:03 +09:00
Minjun Shin
1011f48012 Implement os.execve for unix system 2020-08-12 14:19:22 +09:00
Alan Justino
445078abef Added pdb.py from Python 3.5
Also got its pure-python dependencies bdb.py and cmd.py
Also stubbed the C-based gc.py using `pystubber` (https://pypi.org/project/pystubber/)
2020-08-11 16:38:35 -03:00
Noah
3a6442f63f Merge pull request #2006 from Lynskylate/try-to-use-local
Use loadname local replace loadname free
2020-08-11 10:13:35 -05:00
lynskylate
2f267378c2 Fix redefine error 2020-08-10 01:50:39 +08:00
Basix
e2279bea2b Disable test_threadedtempfile on Windows
Calling test.support.start_thread hangs.
2020-08-10 02:36:29 +09:00
Basix
9868f63f50 Skip CPython-specific test on Windows
Check its comments for details
2020-08-10 02:36:29 +09:00
Basix
e5178574f0 Skip rescursion tests on Windows
See #2050
2020-08-10 02:36:29 +09:00
Jeong YunWon
ebaf434401 Merge pull request #2094 from minoring/fix-objmodule-new
Fix module.__new__ to give uninitialized object.
2020-08-09 23:29:23 +09:00
minoring
7abfb6bbb3 Fix module.__new__ to give uninitialized object. 2020-08-09 21:58:37 +09:00
Jeong YunWon
4fc69d43d0 Merge pull request #2068 from hatee-hatee-hatee-ho/setiter
Support pysetiterator.
2020-08-09 20:44:32 +09:00
Jeong YunWon
31373116c0 Merge pull request #2089 from tobark/test_os
Copy test_os.py from CPython 3.8.3
2020-08-09 18:29:17 +09:00
Jeong YunWon
ac60464efb Merge pull request #2082 from clemado1/tuple_tp_new
Fix objtuple.tp_new so that return cloned when a parameter is tuple
2020-08-09 17:41:36 +09:00
Yi Hyunjoon
10b5c2f078 Patch for ubuntu-latest CI 2020-08-09 17:36:36 +09:00
clemado1
2733b4dfa1 Fix objtuple.tp_new so that return cloned when a parameter is tuple 2020-08-09 16:37:34 +09:00
Yi Hyunjoon
70e4ee92bd Expect failure for tests raise various errors 2020-08-09 16:33:26 +09:00
Yi Hyunjoon
7a3ebfcd95 Comment EnvironTests class 2020-08-09 16:33:26 +09:00
Yi Hyunjoon
e4770ebdf1 Expect failrure for tests raise TypeError 2020-08-09 16:33:25 +09:00