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

JuliaLang / julia / #37851
77%

Build:
DEFAULT BRANCH: master
Ran 27 Jul 2024 11:28AM UTC
Jobs 1
Files 359
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

27 Jul 2024 03:03AM UTC coverage: 86.618% (-1.0%) from 87.596%
#37851

push

local

web-flow
Make `jl_*affinity` tests more portable (#55261)

Changes made:
- Use 0 for the thread ID to ensure it's always valid. The function
expects `0 <= tid < jl_n_threads` so 1 is incorrect if `jl_n_threads` is
1.
- After retrieving the affinity mask with `jl_getaffinity`, pass that
same mask back to `jl_setaffinity`. This ensures that the mask is always
valid. Using a mask of all ones results in `EINVAL` on FreeBSD. Based on
the discussion in #53402, this change may also fix Windows, so I've
tried reenabling it here.
- To check whether `jl_getaffinity` actually did something, we can check
that the mask is no longer all zeros after the call.

Fixes #54817

76775 of 88636 relevant lines covered (86.62%)

15433139.0 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.01
-0.14% base/sort.jl
1
88.9
-0.05% base/show.jl
1
69.01
-0.58% base/Base.jl
1
86.98
-0.47% base/indices.jl
1
87.23
-1.19% base/error.jl
1
99.1
-0.18% base/complex.jl
1
98.55
-1.45% base/uuid.jl
1
56.25
-6.25% base/traits.jl
1
73.24
-1.41% base/libuv.jl
1
96.54
-0.18% stdlib/LinearAlgebra/src/generic.jl
1
72.22
-2.78% stdlib/p7zip_jll/src/p7zip_jll.jl
1
90.87
-0.48% base/abstractdict.jl
2
87.05
-1.44% base/stacktraces.jl
2
76.15
-1.83% base/experimental.jl
2
90.62
-0.17% stdlib/LinearAlgebra/src/matmul.jl
3
78.26
-13.04% base/locks-mt.jl
3
85.13
-1.12% base/strings/annotated.jl
3
95.1
-0.34% stdlib/Test/src/Test.jl
4
75.15
-1.18% base/client.jl
7
81.82
-12.73% base/idset.jl
8
95.85
-4.15% stdlib/Dates/src/parse.jl
8
93.13
-0.76% base/array.jl
9
71.83
-6.34% base/terminfo.jl
10
94.81
-4.33% base/bitset.jl
11
25.0
-68.75% stdlib/TOML/src/TOML.jl
11
76.11
-0.32% base/loading.jl
13
91.41
0.0% base/operators.jl
18
74.81
-0.19% base/stat.jl
23
85.99
-6.55% base/expr.jl
29
60.99
-5.95% base/task.jl
30
70.59
-22.0% stdlib/TOML/src/print.jl
39
45.81
-25.89% base/meta.jl
39
9.3
-90.7% stdlib/UUIDs/src/UUIDs.jl
43
64.58
-29.97% base/abstractset.jl
158
56.93
-38.44% base/set.jl
199
61.84
-30.05% base/errorshow.jl
221
57.12
-39.3% base/toml_parser.jl
Jobs
ID Job ID Ran Files Coverage
1 #37851.1 27 Jul 2024 11:28AM UTC 359
86.62
Source Files on build #37851
  • Tree
  • List 359
  • Changed 280
  • Source Changed 0
  • Coverage Changed 42
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 8a7e23d2 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