Skip to content

test: add riscv64 entry to archmap#634

Open
bdrung wants to merge 1 commit into
canonical:mainfrom
bdrung:riscv64
Open

test: add riscv64 entry to archmap#634
bdrung wants to merge 1 commit into
canonical:mainfrom
bdrung:riscv64

Conversation

@bdrung

@bdrung bdrung commented Jul 3, 2026

Copy link
Copy Markdown
Member

The tests test_install_packages_versioned and
test_install_packages_unversioned fail in assert_elf_arch on riscv64:

>       assert archmap[expected] in machine
               ^^^^^^^^^^^^^^^^^
E       KeyError: 'riscv64'

Add riscv64 to archmap.

Bug: https://launchpad.net/bugs/2159030

The tests `test_install_packages_versioned` and
`test_install_packages_unversioned` fail in `assert_elf_arch` on
riscv64:

```
>       assert archmap[expected] in machine
               ^^^^^^^^^^^^^^^^^
E       KeyError: 'riscv64'
```

Add `riscv64` to `archmap`.

Bug: https://launchpad.net/bugs/2159030
@bdrung bdrung added the bug Something isn't working label Jul 3, 2026
@codecov

codecov Bot commented Jul 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.47%. Comparing base (d9d3c9f) to head (4f53e10).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #634   +/-   ##
=======================================
  Coverage   84.47%   84.47%           
=======================================
  Files         106      106           
  Lines       21053    21053           
  Branches     3223     3223           
=======================================
  Hits        17784    17784           
- Misses       2792     2793    +1     
+ Partials      477      476    -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bdrung
bdrung requested a review from Hyask July 3, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant