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 test invalided by #44096 #44427

Merged
merged 1 commit into from
Mar 3, 2022
Merged

Fix test invalided by #44096 #44427

merged 1 commit into from
Mar 3, 2022

Conversation

N5N3
Copy link
Member

@N5N3 N5N3 commented Mar 3, 2022

It turns out #44096 changes the default promote behavior of AbstractArray with the same ndims. Thus some Test in Base is "skipped" silently.

This PR tries to re-activate them.

It turns out JuliaLang#44096 changes the default promote behavior of `AbstractArray` with the same `ndims`. Thus some Test in `Base` is "skipped" silently.

This PR tries to re-activate them.
@N5N3 N5N3 added the test This change adds or pertains to unit tests label Mar 3, 2022
@N5N3 N5N3 requested a review from vtjnash March 3, 2022 03:42
@vtjnash vtjnash merged commit fb4118a into JuliaLang:master Mar 3, 2022
@N5N3 N5N3 deleted the Testfix branch March 3, 2022 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants