• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaLang / julia / #37842
77%

Build:
DEFAULT BRANCH: master
Ran 18 Jul 2024 10:34AM UTC
Jobs 1
Files 361
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Jul 2024 08:39AM UTC coverage: 87.52% (+0.004%) from 87.516%
#37842

push

local

web-flow
LinearAlgebra: use `≈` instead of `==` for `tr` tests in symmetric.jl (#55143)

After investigating JuliaLang/julia#54090, I found that the issue was
not caused by the effects of `checksquare`, but by the use of the
`@simd` macro within `tr(::Matrix)`:

https://github.com/JuliaLang/julia/blob/0945b9d77/stdlib/LinearAlgebra/src/dense.jl#L373-L380

While simply removing the `@simd` macro was considered, the strict
left-to-right summation without `@simd` otherwise is not necessarily
more accurate, so I concluded that the problem lies in the test code,
which tests the (strict) equality of two different `tr` execution
results. I have modified the test code to use `≈` instead of `==`.

- fixes #54090

77506 of 88558 relevant lines covered (87.52%)

15973968.35 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.21
1.81% stdlib/LinearAlgebra/src/diagonal.jl
1
90.79
-0.17% stdlib/LinearAlgebra/src/matmul.jl
2
98.27
-0.87% base/bitset.jl
2
79.5
-0.41% stdlib/FileWatching/src/FileWatching.jl
3
78.26
-13.04% base/locks-mt.jl
Jobs
ID Job ID Ran Files Coverage
1 #37842.1 18 Jul 2024 10:34AM UTC 361
87.52
Source Files on build #37842
  • Tree
  • List 361
  • Changed 241
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7c9a4658 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc