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

Alan-Jowett / ubpf / 21923594619
80%
master: 92%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-f7e9886b4e
DEFAULT BRANCH: master
Ran 11 Feb 2026 09:29PM UTC
Jobs 6
Files 131
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

09 Feb 2026 10:21PM UTC coverage: 79.794%. Remained the same
21923594619

push

github

web-flow
Implement MOVSX instruction support for CPU v4 (RFC 9669) (#760)

* Implement MOVSX support for validation, interpreter and JIT

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Fix x86_64 JIT MOVSX - force REX prefix for byte register access

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Format code with clang-format

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Revert "Format code with clang-format"

This reverts commit 0f55b0593.

* Add CPU version v4 flag for MOVSX and RFC9669 conformance tests

Configure cmake/ctest to automatically run MOVSX and RFC9669 tests
with --cpu_version v4 flag. This ensures these v4 instruction tests
run with the correct CPU version instead of being skipped.

Tests affected:
- All movsx* tests (movsx832-reg, movsx1632-reg, movsx864-reg,
  movsx1664-reg, movsx3264-reg, rfc9669_movsx)
- All rfc9669_* conformance tests (88 tests total)

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Fix type conversion portability in MOVSX interpreter

Add intermediate unsigned casts to make sign-extension behavior
well-defined across all platforms. Converting uint64_t directly to
int8_t/int16_t/int32_t is implementation-defined when the value
doesn't fit. Cast through uint8_t/uint16_t/uint32_t first to ensure
portable truncation before sign extension.

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

60 of 64 new or added lines in 4 files covered. (93.75%)

157 existing lines in 4 files now uncovered.

6579 of 8245 relevant lines covered (79.79%)

536591.84 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
76.92
0.0% vm/ubpf_instruction_valid.c

Uncovered Existing Lines

Lines Coverage ∆ File
8
76.92
0.0% vm/ubpf_instruction_valid.c
28
94.17
0.0% vm/ubpf_jit_arm64.c
40
93.25
0.0% vm/ubpf_jit_x86_64.c
81
81.64
0.0% vm/ubpf_vm.c
Jobs
ID Job ID Ran Files Coverage
1 run-Debug-ubuntu-latest-x86_64 - 21923594619.1 11 Feb 2026 09:42PM UTC 69
76.48
GitHub Action Run
2 run-Debug-ubuntu-24.04-arm-arm64 - 21923594619.2 11 Feb 2026 09:34PM UTC 70
59.87
GitHub Action Run
3 run-RelWithDebInfo-ubuntu-24.04-arm-arm64 - 21923594619.3 11 Feb 2026 09:33PM UTC 70
59.88
GitHub Action Run
4 run-RelWithDebInfo-ubuntu-latest-x86_64 - 21923594619.4 11 Feb 2026 09:29PM UTC 69
76.46
GitHub Action Run
5 run-RelWithDebInfo-macos-latest-x86_64 - 21923594619.5 11 Feb 2026 09:32PM UTC 85
77.23
GitHub Action Run
6 run-Debug-macos-latest-x86_64 - 21923594619.6 11 Feb 2026 09:38PM UTC 85
77.35
GitHub Action Run
Source Files on build 21923594619
  • Tree
  • List 131
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21923594619
  • 2749995c on github
  • Prev Build on main (#21883177124)
  • Next Build on main (#21964759047)
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