mirror of
https://github.com/angr/angr
synced 2026-08-17 12:23:11 -04:00
Tests: skip unavailable synced call-return fixture
This commit is contained in:
parent
b1fc361b8a
commit
3ca27967b2
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue