|
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%)
26 existing lines in 4 files now uncovered.96682 of 109497 relevant lines covered (88.3%)
1200970.51 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 5 |
89.5 |
0.0% | crates/circuit/src/circuit_data.rs |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
93.32 |
-0.09% | crates/transpiler/src/passes/unitary_synthesis.rs |
| 4 |
92.03 |
-1.03% | crates/qasm2/src/lex.rs |
| 9 |
73.02 |
-0.37% | crates/circuit/src/parameter/symbol_expr.rs |
| 12 |
97.09 |
-0.94% | crates/qasm2/src/parse.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 20925486095.1 | 884 |
88.3 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|