From 755ff4ccc29fdd29a54d146b59cb88614940235e Mon Sep 17 00:00:00 2001 From: OBarronCS <55004530+OBarronCS@users.noreply.github.com> Date: Sat, 8 Nov 2025 20:16:18 -0500 Subject: [PATCH] Remove duplicate GDB tests (#3397) --- tests/library/gdb/tests/test_emulate.py | 95 -------- tests/library/gdb/tests/test_nearpc.py | 310 ------------------------ 2 files changed, 405 deletions(-) delete mode 100644 tests/library/gdb/tests/test_emulate.py delete mode 100644 tests/library/gdb/tests/test_nearpc.py diff --git a/tests/library/gdb/tests/test_emulate.py b/tests/library/gdb/tests/test_emulate.py deleted file mode 100644 index 74c6d3d37..000000000 --- a/tests/library/gdb/tests/test_emulate.py +++ /dev/null @@ -1,95 +0,0 @@ -from __future__ import annotations - -import pwndbg.aglib.regs -from pwndbg.aglib.nearpc import nearpc - -from . import get_binary - -EMULATE_DISASM_BINARY = get_binary("emulate_disasm.out") -EMULATE_DISASM_LOOP_BINARY = get_binary("emulate_disasm_loop.out") - - -def test_emulate_disasm(start_binary): - """ - Tests emulate command and its caching behavior - """ - start_binary(EMULATE_DISASM_BINARY) - - disasm_with_emu_0x400080 = [ - " ► 0x400080 <_start> jmp label