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

Update some broken tests #283

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Dec 12, 2023

@test_broken ex requires that ex evaluates to a Bool, so expressions like @test_broken array are inherently malformed. This used to pass on older versions of Julia, as @test_broken used to treat non-false results as true, but on recent versions (I think v1.10 and above) this explicitly requires a Bool.

With this change, all tests pass on nightly.

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a694c0a) 93.79% compared to head (97fa8cf) 93.79%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #283   +/-   ##
=======================================
  Coverage   93.79%   93.79%           
=======================================
  Files          14       14           
  Lines        2416     2416           
=======================================
  Hits         2266     2266           
  Misses        150      150           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dlfivefifty dlfivefifty merged commit 840c84e into JuliaArrays:master Dec 12, 2023
10 checks passed
@jishnub jishnub deleted the brokentests branch December 12, 2023 12:52
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.

2 participants