Skip to content
Snippets Groups Projects
Commit 6e47d469 authored by Wissam Boussella's avatar Wissam Boussella
Browse files

"Add FailCheck for known failing tests

Added FAIL_CHECK to indicate that the following test cases are expected to fail due to known issues:
- AdaptToBackend with MetaOp
- AdaptToBackend with MetaOp and constantFolding"
parent ce1ad96d
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !336. Comments created here will be created in the context of that merge request.
......@@ -183,6 +183,7 @@
REQUIRE_NOTHROW(sched.generateScheduling());
REQUIRE_NOTHROW(sched.generateMemory());
REQUIRE_NOTHROW(sched.forward());
FAIL_CHECK("This test is expected to fail due to known issues.");
}
// Interesting test because used a lot for export
......@@ -240,9 +241,8 @@
}
}
REQUIRE(cpt == 2);
FAIL_CHECK("This test is expected to fail due to known issues.");
}
} // namespace Aidge
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment