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

shader-slang / slang-rhi / 27654335011
68%

Build:
DEFAULT BRANCH: main
Ran 16 Jun 2026 11:20PM UTC
Jobs 3
Files 256
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

16 Jun 2026 11:13PM UTC coverage: 68.525% (+0.03%) from 68.498%
27654335011

push

github

web-flow
Fix flaky GPU/CPU timestamp duration comparison in cmd-query tests (#775)

The cmd-query-resolve-host and cmd-query-resolve-device tests assert
CHECK(durationGPU < durationCPU), comparing the span of GPU timestamp
queries against the CPU wall-clock time of the enclosing loop. The CPU
interval is meant to bound the GPU span, but durationCPU is truncated to
whole microseconds and a fast loop (notably the macOS release runners)
spans only a few microseconds, so the sub-microsecond containment margin
can vanish and the strict comparison flips intermittently (observed as 1
failing assertion in ~10.4M).

Loosen the comparison to <= with a tolerance covering integer-microsecond
truncation, cross-clock jitter, and the GPU's own timestamp granularity
(2 / timestampFrequency, which dominates on coarse-timer backends). This
keeps the magnitude/units sanity-check while removing the race; timestamp
monotonicity is still asserted separately and is unchanged.

Co-authored-by: nv-slang-bot[bot] <274397474+nv-slang-bot[bot]@users.noreply.github.com>
Co-authored-by: Harsh Aggarwal <haaggarwal@nvidia.com>
Co-authored-by: Simon Kallweit <64953474+skallweitNV@users.noreply.github.com>

12332 of 21092 branches covered (58.47%)

Branch coverage included in aggregate %.

36720 of 50491 relevant lines covered (72.73%)

269778.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 linux-x86_64 - 27654335011.1 16 Jun 2026 11:20PM UTC 175
64.23
GitHub Action Run
2 macos-aarch64 - 27654335011.2 16 Jun 2026 11:44PM UTC 168
38.14
GitHub Action Run
3 windows-x86_64 - 27654335011.3 16 Jun 2026 11:23PM UTC 230
67.93
GitHub Action Run
Source Files on build 27654335011
  • Tree
  • List 256
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27654335011
  • 687dc186 on github
  • Prev Build on main (#27433400207)
  • Next Build on main (#27671166303)
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

© 2026 Coveralls, Inc