Jim Fasarakis-Hilliard
e34198fc00
Remove HEAPTYPE flag from builtins.
2021-09-17 03:30:21 +09:00
Jeong YunWon
a4c65049bf
Fix int/float enum pickle ( #2945 )
...
Add {int,float}.__getnewargs__
2021-08-24 06:33:55 +03:00
Moreal
0548fa1444
Unmark unittest.expectedFailure from fixed tests
2021-08-23 22:01:35 +09:00
Moreal
4a00c902d8
Mark unittest.expectedFailure for test containing appeared bug
...
At 'enum.py' 223 line, there is the code to check `member_type` contains
some methods. But it was fixed to find attribute from base types, in
https://github.com/RustPython/RustPython/pull/2932 . So it seems
appeared.
```
if not any(m in member_type.__dict__ for m in methods):
```
2021-08-23 08:54:12 +09:00
Moreal
597771d16e
Unmark fixed tests
2021-08-14 15:25:39 +09:00
Noah
ae4912025b
Fix builtinfunc pickling
2021-05-15 19:33:07 -05:00
Noah
511b2c8809
Always skip test_enum test_unique_composite
2021-02-21 11:00:05 -06:00
Padraic Fanning
4d7a8b945f
Fix other test_enum unexpected success on Windows
2021-02-20 20:48:52 -05:00
Padraic Fanning
300778b5aa
Skip the CORRECT test
2021-02-19 17:18:45 -05:00
Padraic Fanning
257783de9f
Re-add expected failure and correct sys.platform
2021-02-19 17:07:59 -05:00
Padraic Fanning
2521e37bfd
Add universal newlines skip for Windows
2021-02-19 17:03:26 -05:00
Padraic Fanning
aff873acf7
Mark expected failure on non-Windows
2021-02-19 15:41:09 -05:00
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