Daniel Chiquito
df363c0ba7
Skip typing test which causes other failures ( #5207 )
2024-03-22 10:26:40 +09:00
Daniel Chiquito
407f251866
Un-skip passing typing test
...
I missed that the typing test I disabled was on a base test class.
Moving the expected failure to the subclass allows the passing test to
pass.
2024-02-24 13:33:17 -05:00
Daniel Chiquito
c9ec4507ad
Disable broken test_repr in test_typing.py
...
This should be resolved when `typing.py` and `test_typing.py` are
updated to 3.12.
2024-02-24 11:58:26 -05:00
Bobby Palmer
500b0024f0
updated _collections_abc.py and test_collections.py to CPython 3.11.2 ( #5016 )
...
* updated _collections_abc.py and its tests in test_collections.py
* decorated failing tests in test_typing.py
2023-06-18 17:31:03 +03:00
seungha-kim
223fe14d85
Update to pass test for unhashable collections ( #4640 )
2023-03-07 23:45:33 +09:00
Kuan-Chun Wang
dda6f86ba3
Fix global behavior on class ( #4234 )
2022-10-21 13:06:50 +09:00
Daeun Lee
48019563ad
Implemente type __qualname__ setter
2022-08-11 07:21:09 +09:00
Jeong YunWon
743ca30a46
remove windows stack overflow skipIf
2022-07-25 03:29:06 +09:00
Jeong Yunwon
7580e11320
adjust failing markers for test_{collections,defaultdict}
2022-07-18 03:54:49 +09:00
Lee Dogeon
4ee32e6b66
Update typing module to 3.10.5
2022-07-14 00:31:40 +09:00
Daniel Watkins
9712a322f9
Lib/test: remove expectedFailure decorator from now-fixed tests
...
Evidently the changes to how we handle `__name__` and `__qualname__`
have fixed the errors we were seeing in test_enum and test_typing.
2022-04-16 00:38:12 +09:00
Moreal
a2c318a8d8
Merge remote-tracking branch 'upstream/main' into update-types-310
2022-02-06 14:48:41 +09:00
Moreal
44b87edf4a
Unmark passing tests
2022-02-01 00:47:45 +09:00
Moreal
a90d18e7ac
Mark expectedFailure specific tests instead to skip
2022-01-30 09:48:19 +09:00
Moreal
3ba3bb142c
Unmark passing tests
2022-01-30 01:12:28 +09:00
Moreal
b3641abe65
Mark failed test
2022-01-30 01:11:41 +09:00
Moreal
9fd840d5bf
Skip tests in part
...
This commits make some tests skip with `unittest.skip`:
- `test.test_typing.BaseCallableTests.test_pickle()`
- `test.test_typing.BaseCallableTests.test_paramspec()`
Because `CollectionsCallableTests` and `TypingCallableTests` inherit
tests in `BaseCallableTests` but the tests are failed only in
`CollectionsCallableTests`.
I tried to use `unittest.expectedFailure` but I couldn't find the way to
apply it conditionally.
2022-01-30 01:08:33 +09:00
Moreal
beae3d8d16
Merge branch 'main' into update-types-310
2022-01-29 23:51:40 +09:00
Moreal
2733202076
Correct typing.io initialization
2022-01-28 23:07:19 +09:00
Moreal
0468d0cafb
Unmark tests not failed
2022-01-25 23:31:23 +09:00
Moreal
fad636c694
Update typing module to CPython 3.10.0
2021-12-06 03:05:33 +09:00
Chris Moradi
a685b236f9
Merge branch 'main' of github.com:chrismoradi/RustPython into unimplemented-abstract-methods-raise-error
2021-11-22 14:58:17 -08:00
Noa
e51cb82ff0
Unskip tests
2021-11-15 16:08:46 -06:00
Chris Moradi
868b680305
more tests passing
2021-11-13 19:26:10 -08:00
snowapril
92b81e5dd8
update some test in test_typing from cpython 3.10
...
Signed-off-by: snowapril <sinjihng@gmail.com >
2021-10-22 18:43:15 +09:00
Moreal
06318a3bb7
Unmark fixed tests
2021-08-31 23:53:05 +09:00
Padraic Fanning
a43979bb62
Skip stack overflow on Windows
2021-08-28 12:48:13 -04:00
Padraic Fanning
b8df8c3a6c
Mark erroring/failing tests
2021-08-27 22:54:31 -04:00
Padraic Fanning
73d18fd7de
Add test_typing from CPython 3.8
2021-08-27 21:41:49 -04:00