Skip to content
Snippets Groups Projects

Draft: Tests adapt to backend

Open Wissam Boussella requested to merge wboussella/aidge_core:tests_adapt_to_backend into dev
1 unresolved thread
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
  • 67d57c1f
    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"
@@ -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
Loading