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

IntelPython / dpnp / 34118874539
78%

Build:
DEFAULT BRANCH: master
Ran 07 Sep 2026 01:37PM UTC
Jobs 1
Files 263
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

07 Sep 2026 11:52AM UTC coverage: 78.494% (+0.003%) from 78.491%
34118874539

push

github

web-flow
Remove obsolete array API skip for test_dunder_dlpack (#3061)

The array API conformance job skipped
`test_dlpack.py::test_dunder_dlpack` as a workaround for a bug in the
test itself (tracked in
[array-api-tests#457](https://github.com/data-apis/array-api-tests/pull/457)):
the test pinned the requested `dl_device` to `kDLCPU` while drawing
`copy` from `{True, False, None}`, so on a SYCL device (reported as
`kDLOneAPI`) the `copy=False` case forced a cross-device transfer and
the spec-mandated `BufferError` was counted as a failure.

The upstream test has since been fixed to tolerate `BufferError` only
when `copy is False` and the requested device differs from the array's
own `__dlpack_device__()` — behavior dpnp already implements correctly
by delegating to dpctl. The conformance job checks out the
array-api-tests default branch without pinning a ref, so the fix is
already picked up on new runs and the skip is now dead weight.

This change removes only that entry. The remaining `tanh` special-case
skip is unrelated (an open array-api spec issue) and is left in place.

1546 of 2894 branches covered (53.42%)

Branch coverage included in aggregate %.

26631 of 33003 relevant lines covered (80.69%)

8616.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34118874539.1 07 Sep 2026 01:37PM UTC 263
78.49
GitHub Action Run
Source Files on build 34118874539
  • Tree
  • List 263
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34118874539
  • 2000d877 on github
  • Prev Build on master (#33992152439)
  • Next Build on master (#34257576592)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc