Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix skipped range test #44384

Closed

Conversation

IanButterworth
Copy link
Sponsor Member

@IanButterworth IanButterworth commented Mar 1, 2022

92% of the 352656 "Broken" tests in Base are attributed with this @test_skip, which seems like it was meant to be un-skipped in #43360 where it was channged to a and passes locally when un-skipped.

It's not addressed in this PR but the next biggest chunk are the 24795 @test_broken's in test/abstractarray.jl

@test_broken pointer(Ap, i) == pointer(Sp, i) == pointer(Ps, i)

I point this out because between both, that's 99.95% of tests marked as "Broken", which seems a bit disproportionate

@vtjnash
Copy link
Sponsor Member

vtjnash commented Mar 1, 2022

I recall this being unreliable when I was messing with range code recently. I was also not entirely sure this test was even reasonable.

@IanButterworth
Copy link
Sponsor Member Author

Ok. It's failing on buildkite linux32 and linux64
I'll close this

@IanButterworth IanButterworth deleted the ib/skip_tests_fix branch March 1, 2022 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants