IronLanguages / IronLanguages/ironpython3
Tests that were passing with IronPython 2
Open
Nobody has claimed this yet.
testing
- Dominant language
- C#
- Stars
- 2.8k
- Forks
- 316
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 1
Description
The following tests were passing with IronPython 2 but are currently disabled:
- IronPython.test_class (https://github.com/IronLanguages/ironpython3/pull/895)
- IronPython.test_cliclass (https://github.com/IronLanguages/ironpython3/pull/1053)
- IronPython.test_clrexception (https://github.com/IronLanguages/ironpython3/pull/1043)
- IronPython.test_compiler (https://github.com/IronLanguages/ironpython3/pull/1059)
- IronPython.test_exec (https://github.com/IronLanguages/ironpython3/pull/1052)
-
IronPython.test_execfile(removed in https://github.com/IronLanguages/ironpython3/pull/1049) - IronPython.test_file (https://github.com/IronLanguages/ironpython3/pull/1039)
- IronPython.test_importpkg
- IronPython.test_inheritance
- IronPython.test_isinstance (https://github.com/IronLanguages/ironpython3/pull/1033)
- IronPython.test_memory (tracked in https://github.com/IronLanguages/ironpython3/issues/508)
- IronPython.test_protected (https://github.com/IronLanguages/ironpython3/pull/1032)
- IronPython.test_stdconsole (https://github.com/IronLanguages/ironpython3/pull/1060)
- IronPython.test_stdmodules (https://github.com/IronLanguages/ironpython3/pull/1048)
- IronPython.test_syntax (https://github.com/IronLanguages/ironpython3/pull/1035)
-
IronPython.test_system_timers(https://github.com/IronLanguages/ironpython3/issues/1037) - IronPython.test_threadsafety
- IronPython.hosting.editor_svcs.test_errorlistener (https://github.com/IronLanguages/ironpython3/pull/1036)
- IronPython.hosting.editor_svcs.test_tokencategorizer (https://github.com/IronLanguages/ironpython3/pull/1036)
- IronPython.interop.net.field.test_field_misc (https://github.com/IronLanguages/ironpython3/pull/1036)
- IronPython.interop.net.test_accessibility (https://github.com/IronLanguages/ironpython3/pull/1036)
-
IronPython.interop.net.test_loadorder(not actually run in IronPython 2)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the disabled IronPython.test_importpkg, IronPython.test_inheritance, and IronPython.test_threadsafety tests named in the checklist. Read those tests and the related test configuration first; done means the remaining tests are enabled and pass, while the already checked items remain accounted for.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100