Skip to content

Commit

Permalink
test(RDCX)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzogentile404 committed Nov 6, 2024
1 parent a0143ff commit a1eb4b3
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ void testJumpSequenceFailingNoJumpdestTrivial() {

assertTrue(Exceptions.jumpFault(hub.pch().exceptions()));
assertEquals(
JUMP_FAULT, bytecodeRunner.getHub().currentTraceSection().commonValues.tracedException());
JUMP_FAULT, bytecodeRunner.getHub().currentTraceSection().commonValues.tracedException());
}

@Test
Expand Down Expand Up @@ -154,7 +154,7 @@ void testJumpSequenceFailingOobTrivial() {

assertTrue(Exceptions.jumpFault(hub.pch().exceptions()));
assertEquals(
JUMP_FAULT, bytecodeRunner.getHub().currentTraceSection().commonValues.tracedException());
JUMP_FAULT, bytecodeRunner.getHub().currentTraceSection().commonValues.tracedException());
}

@Test
Expand Down Expand Up @@ -335,7 +335,7 @@ void testJumpiSequenceFailingNoJumpdestTrivial() {

assertTrue(Exceptions.jumpFault(hub.pch().exceptions()));
assertEquals(
JUMP_FAULT, bytecodeRunner.getHub().currentTraceSection().commonValues.tracedException());
JUMP_FAULT, bytecodeRunner.getHub().currentTraceSection().commonValues.tracedException());
}

@Test
Expand Down Expand Up @@ -365,7 +365,7 @@ void testJumpiSequenceFailingOobTrivial() {

assertTrue(Exceptions.jumpFault(hub.pch().exceptions()));
assertEquals(
JUMP_FAULT, bytecodeRunner.getHub().currentTraceSection().commonValues.tracedException());
JUMP_FAULT, bytecodeRunner.getHub().currentTraceSection().commonValues.tracedException());
}

@Test
Expand Down
Loading

0 comments on commit a1eb4b3

Please sign in to comment.