Skip to content

Commit

Permalink
update coverage with new embedded file paths
Browse files Browse the repository at this point in the history
no changes to recorded coverage outcomes, only the filename in error
messages is different.
  • Loading branch information
katrinafyi committed Jun 21, 2024
1 parent 4d5c83d commit b99be03
Show file tree
Hide file tree
Showing 5 changed files with 48,388 additions and 48,388 deletions.
8 changes: 4 additions & 4 deletions tests/coverage/aarch64_branch
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ ENCODING: aarch64_branch_conditional_test
0xb7ffffff: [b5=1 ; op=1 ; b40=31 ; imm14=16383 ; Rt=31] --> OK

ENCODING: aarch64_branch_unconditional_dret
0xd6bf03e0: [] --> UNDEFINED (file "./mra_tools/arch/arch_instrs.asl" line 46870 char 59 - line 46871 char 0)
0xd6bf03e0: [] --> UNDEFINED (file "<data:mra_tools/arch/arch_instrs.asl>" line 46870 char 59 - line 46871 char 0)

ENCODING: aarch64_branch_unconditional_eret
0xd69f03e0: [A=0 ; M=0 ; Rn=31 ; op4=0] --> UNDEFINED (file "./mra_tools/arch/arch_instrs.asl" line 30382 char 46 - line 30383 char 0)
0xd69f03e0: [A=0 ; M=0 ; Rn=31 ; op4=0] --> UNDEFINED (file "<data:mra_tools/arch/arch_instrs.asl>" line 30382 char 46 - line 30383 char 0)
0xd69f03e1: [A=0 ; M=0 ; Rn=31 ; op4=1] --> (invalid)
0xd69f03e2: [A=0 ; M=0 ; Rn=31 ; op4=2] --> (invalid)
0xd69f03e3: [A=0 ; M=0 ; Rn=31 ; op4=3] --> (invalid)
Expand Down Expand Up @@ -251,7 +251,7 @@ ENCODING: aarch64_branch_unconditional_eret
0xd69f0bfc: [A=1 ; M=0 ; Rn=31 ; op4=28] --> (invalid)
0xd69f0bfd: [A=1 ; M=0 ; Rn=31 ; op4=29] --> (invalid)
0xd69f0bfe: [A=1 ; M=0 ; Rn=31 ; op4=30] --> (invalid)
0xd69f0bff: [A=1 ; M=0 ; Rn=31 ; op4=31] --> UNDEFINED (file "./mra_tools/arch/arch_instrs.asl" line 30382 char 46 - line 30383 char 0)
0xd69f0bff: [A=1 ; M=0 ; Rn=31 ; op4=31] --> UNDEFINED (file "<data:mra_tools/arch/arch_instrs.asl>" line 30382 char 46 - line 30383 char 0)
0xd69f0fe0: [A=1 ; M=1 ; Rn=31 ; op4=0] --> (invalid)
0xd69f0fe1: [A=1 ; M=1 ; Rn=31 ; op4=1] --> (invalid)
0xd69f0fe2: [A=1 ; M=1 ; Rn=31 ; op4=2] --> (invalid)
Expand Down Expand Up @@ -283,7 +283,7 @@ ENCODING: aarch64_branch_unconditional_eret
0xd69f0ffc: [A=1 ; M=1 ; Rn=31 ; op4=28] --> (invalid)
0xd69f0ffd: [A=1 ; M=1 ; Rn=31 ; op4=29] --> (invalid)
0xd69f0ffe: [A=1 ; M=1 ; Rn=31 ; op4=30] --> (invalid)
0xd69f0fff: [A=1 ; M=1 ; Rn=31 ; op4=31] --> UNDEFINED (file "./mra_tools/arch/arch_instrs.asl" line 30382 char 46 - line 30383 char 0)
0xd69f0fff: [A=1 ; M=1 ; Rn=31 ; op4=31] --> UNDEFINED (file "<data:mra_tools/arch/arch_instrs.asl>" line 30382 char 46 - line 30383 char 0)

ENCODING: aarch64_branch_unconditional_immediate
0x14000000: [op=0 ; imm26=0] --> OK
Expand Down
Loading

0 comments on commit b99be03

Please sign in to comment.