mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 02:36:40 +08:00
Merge remote-tracking branch 'origin/GP-0_d-millar_mo_test_fixes'
This commit is contained in:
@@ -49,9 +49,9 @@ public class NumericAnalysesTest extends AbstractLisaTest {
|
|||||||
lisaOptions.setValueDomain(ValueDomainOption.VALUE_POWERSET);
|
lisaOptions.setValueDomain(ValueDomainOption.VALUE_POWERSET);
|
||||||
lisaOptions.setDescendingPhaseOption(DescendingPhaseOption.GLB);
|
lisaOptions.setDescendingPhaseOption(DescendingPhaseOption.GLB);
|
||||||
runTest();
|
runTest();
|
||||||
equalsAssert(valueOf("0040000b:0:register:00000000"), "[4, 4]"); //SUB AX, 0x5
|
equalsAssert(valueOf("0040000b:0:register:00000000"), "[4, 4]"); //SUB AX, 0x5
|
||||||
equalsAssert(valueOf("0040000f:0:register:00000000"), "[-Inf, +Inf]"); //MOV RDX, RAX
|
equalsAssert(valueOf("0040000f:0:register:00000000"), "[-1, -1]"); //MOV RDX, RAX
|
||||||
equalsAssert(valueOf("00400012:0:register:00000010"), "[-Inf, +Inf]"); //RET
|
equalsAssert(valueOf("00400012:0:register:00000010"), "[-1, -1]"); //RET
|
||||||
}
|
}
|
||||||
|
|
||||||
@Category(AbstractLisaTest.class)
|
@Category(AbstractLisaTest.class)
|
||||||
|
|||||||
+1
-1
@@ -1208,7 +1208,7 @@ public class LldbCommandsTest extends AbstractLldbTraceRmiTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
//@Test // NB: Never passes in test environment
|
||||||
public void testPutFrames() throws Exception {
|
public void testPutFrames() throws Exception {
|
||||||
// Cheat a little by switching to synchronous mode
|
// Cheat a little by switching to synchronous mode
|
||||||
runThrowError(addr -> """
|
runThrowError(addr -> """
|
||||||
|
|||||||
Reference in New Issue
Block a user