|
Ran
|
Jobs
1
|
Files
884
|
Run time
2min
|
Badge
README BADGES
|
push
github
Add Rust test of packed-pointer operations (#15552) (#15554) * Add Rust test of packed-pointer operations The main purpose of this is to exercise the pure-Rust packed-pointer instruction types in the Rust debug and Miri tests, since we don't get that coverage on things from Python space. * Temporarily disable Miri The current `PackedOperation` code violates Miri's strict pointer-provenance rules, so we can't run the tests through it. This will be followed by a patch that reworks `PackedOperation` and re-enables Miri on this test. (cherry picked from commit 601e61042) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
43 of 48 new or added lines in 1 file covered. (89.58%)
20 existing lines in 3 files now uncovered.96691 of 109497 relevant lines covered (88.3%)
1202074.8 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 5 |
89.5 |
0.0% | crates/circuit/src/circuit_data.rs |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
93.82 |
-0.24% | crates/qasm2/src/expr.rs |
| 8 |
91.77 |
-1.29% | crates/qasm2/src/lex.rs |
| 11 |
72.94 |
-0.45% | crates/circuit/src/parameter/symbol_expr.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 20926325784.1 | 884 |
88.3 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|