IronLanguages / IronLanguages/ironpython3
test_array failures
Open
Nobody has claimed this yet.
testing
- Dominant language
- C#
- Stars
- 2.8k
- Forks
- 316
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 1
Description
https://github.com/IronLanguages/ironpython3/pull/764 enabled test_array but the following tests are still failing and are being skipped.
-
BaseTest.test_tofromstring(Resolved by 85987247e0cb63bc6045e25792a88dfa49f0f829) -
BaseTest.test_buffer(Resolved by https://github.com/IronLanguages/ironpython3/pull/808) -
BaseTest.test_subclass_with_kwargs -
DoubleTest.test_alloc_overflow
Additional failures in 3.6:
-
BaseTest.test_free_after_iterating -
IntegerNumberTest.test_type_error -
SignedNumberTest.test_overflow -
UnsignedNumberTest.test_overflow
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 with the test_array entry point and the listed skipped tests: BaseTest.test_subclass_with_kwargs, DoubleTest.test_alloc_overflow, and the additional 3.6 failures. Determine why each still fails in IronPython, then run the relevant test set; done means the listed tests pass and no longer need to be skipped.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100