mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 07:25:10 +08:00
GP-0: fix for test failures
This commit is contained in:
+1
@@ -251,6 +251,7 @@ public class GdbCommandsTest extends AbstractGdbTraceRmiTest {
|
||||
Selected Ghidra compiler: gcc""",
|
||||
extractOutSection(out, "---File---"));
|
||||
assertEquals("""
|
||||
Toy:BE:64:default not found in compiler map
|
||||
Selected Ghidra language: Toy:BE:64:default
|
||||
Selected Ghidra compiler: default""",
|
||||
extractOutSection(out, "---Language---"));
|
||||
|
||||
+1
@@ -243,6 +243,7 @@ public class LldbCommandsTest extends AbstractLldbTraceRmiTest {
|
||||
Selected Ghidra compiler: %s""".formatted(PLAT.lang(), PLAT.cSpec()),
|
||||
extractOutSection(out, "---File---"));
|
||||
assertEquals("""
|
||||
Toy:BE:64:default not found in compiler map
|
||||
Selected Ghidra language: Toy:BE:64:default
|
||||
Selected Ghidra compiler: default""",
|
||||
extractOutSection(out, "---Language---"));
|
||||
|
||||
Reference in New Issue
Block a user