Skip to content

Conversation

nsajko
Copy link
Member

@nsajko nsajko commented Aug 30, 2025

An issue with Base is that some methods of size throw BoundsError for an out-of-bounds second argument, while others throw ErrorException in the same case.

Relax the tests here to allow for fixing that issue in Base in the future.

PR that depends on this change:

An issue with `Base` is that some methods of `size` throw `BoundsError`
for an out-of-bounds second argument, while others throw
`ErrorException` in the same case.

Relax the tests here to allow for fixing that issue in `Base` in the
future.

PR that depends on this change:

* JuliaLang/julia#59442
Copy link

codecov bot commented Aug 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.89%. Comparing base (5ea3ed5) to head (07ed6ce).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1431   +/-   ##
=======================================
  Coverage   93.89%   93.89%           
=======================================
  Files          34       34           
  Lines       15896    15896           
=======================================
  Hits        14925    14925           
  Misses        971      971           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jishnub jishnub merged commit ae12feb into JuliaLang:master Sep 1, 2025
4 checks passed
@nsajko nsajko deleted the relax_test_BoundsError branch September 2, 2025 00:52
nsajko added a commit to nsajko/julia that referenced this pull request Sep 2, 2025
Specifically I want this because of PR JuliaLang/LinearAlgebra.jl#1431,
which PR JuliaLang#59442 depends on.
nsajko added a commit to nsajko/julia that referenced this pull request Sep 2, 2025
Specifically I want this because of PR JuliaLang/LinearAlgebra.jl#1431,
which PR JuliaLang#59442 depends on.
nsajko added a commit to nsajko/julia that referenced this pull request Sep 3, 2025
Specifically I want this because of PR JuliaLang/LinearAlgebra.jl#1431,
which PR JuliaLang#59442 depends on.

(cherry picked from commit 54f21dd3217e6c481eb37d82a9506f76c6d8c92c)
nsajko added a commit to nsajko/julia that referenced this pull request Sep 3, 2025
Specifically I want this because of PR JuliaLang/LinearAlgebra.jl#1431,
which PR JuliaLang#59442 depends on.

(cherry picked from PR JuliaLang#59464)
ViralBShah pushed a commit to JuliaLang/julia that referenced this pull request Sep 3, 2025
Specifically I want this because of PR JuliaLang/LinearAlgebra.jl#1431,
which PR #59442 depends on.
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