Move old test scripts out of base tank directory and add xfails. (#389)

This commit is contained in:
Ean Garvey
2022-10-07 18:02:46 -05:00
committed by GitHub
parent 70a29b03e0
commit 3618fb3ada
40 changed files with 7 additions and 1 deletions

View File

@@ -347,8 +347,14 @@ class SharkModuleTest(unittest.TestCase):
== "microsoft/beit-base-patch16-224-pt22k-ft22k"
and device == "cuda"
):
pytest.xfail(reason="https://github.com/nod-ai/SHARK/issues/390")
if config["model_name"] == "squeezenet1_0" and device == "vulkan":
pytest.xfail(
reason="Fails during iree-compile without reporting diagnostics."
reason="Numerics Issues: https://github.com/nod-ai/SHARK/issues/388"
)
if config["model_name"] == "mobilenet_v3_small" and device == "vulkan":
pytest.xfail(
reason="Numerics Issues: https://github.com/nod-ai/SHARK/issues/388"
)
if config["framework"] == "tf" and dynamic == True:
pytest.skip(