Tests: skip unavailable synced call-return fixture

This commit is contained in:
Yan 2026-08-13 15:38:33 +00:00
parent b1fc361b8a
commit 3ca27967b2

View file

@ -499,6 +499,8 @@ class TestSSACallReturnSelection(unittest.TestCase):
def test_refresh_progress_meter_uses_floating_point_call_return(self):
binary = Path(bin_location) / "tests" / "x86_64" / "decompiler" / "openssh_scp_O2_noinline"
if not binary.is_file():
self.skipTest(f"missing test binary: {binary}")
project = angr.Project(binary, auto_load_libs=False)
cfg = project.analyses.CFGFast(
normalize=True,