mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
tests: viv: reenable elf tests
revert 56f9e16a8b
viv is reverted to v1.0.3 so tests should pass again ref $735
This commit is contained in:
@@ -15,9 +15,6 @@ from fixtures import *
|
||||
indirect=["sample", "scope"],
|
||||
)
|
||||
def test_viv_features(sample, scope, feature, expected):
|
||||
if "elf" in sample:
|
||||
pytest.xfail("viv ELF parsing is broken (for our test file), see #735")
|
||||
|
||||
fixtures.do_test_feature_presence(fixtures.get_viv_extractor, sample, scope, feature, expected)
|
||||
|
||||
|
||||
@@ -27,7 +24,4 @@ def test_viv_features(sample, scope, feature, expected):
|
||||
indirect=["sample", "scope"],
|
||||
)
|
||||
def test_viv_feature_counts(sample, scope, feature, expected):
|
||||
if "elf" in sample:
|
||||
pytest.xfail("viv ELF parsing is broken (for our test file), see #735")
|
||||
|
||||
fixtures.do_test_feature_count(fixtures.get_viv_extractor, sample, scope, feature, expected)
|
||||
|
||||
Reference in New Issue
Block a user