We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160dce0 commit baf3bb7Copy full SHA for baf3bb7
test/test_interpreter.cpp
@@ -654,15 +654,10 @@ TEST_SUITE("xsystem_clone")
654
}
655
656
657
+#if !defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
658
TEST_SUITE("xsystem_apply")
659
{
-#if defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
660
- TEST_CASE("apply_xsystem"
661
- * doctest::should_fail(true)
662
- * doctest::description("TODO: Currently fails for the Emscripten build"))
663
-#else
664
TEST_CASE("apply_xsystem")
665
-#endif
666
667
xcpp::xsystem system;
668
std::string code = "!echo Hello, World!";
@@ -673,6 +668,7 @@ TEST_SUITE("xsystem_apply")
673
REQUIRE(kernel_res["status"] == "ok");
674
669
675
670
671
+#endif
676
672
677
TEST_SUITE("xmagics_contains"){
678
TEST_CASE("bad_status_cell") {
0 commit comments