tests(f2/repl): migrate basic tests

Change-Id: I22241734a7249d376c86b3a226c5f1a82c03fd33
This commit is contained in:
rootile
2026-06-11 16:19:20 +02:00
parent f7ce20d879
commit ab8cdcc9b8
9 changed files with 286 additions and 208 deletions
@@ -176,16 +176,12 @@ TEST_F(ReplSessionTest, tidy)
runReplTestPath(#name); \
}
REPL_TEST(repl_input);
REPL_TEST(repl_overlays);
REPL_TEST(repl_overlays_regression_l777);
REPL_TEST(repl_overlays_compose);
REPL_TEST(repl_overlays_destructure_without_dotdotdot_errors);
REPL_TEST(repl_overlays_destructure_without_formals_ok);
REPL_TEST(repl_printing);
REPL_TEST(stack_vars);
REPL_TEST(errors);
REPL_TEST(idempotent);
REPL_TEST(stacktrace_invalid_arg);
REPL_TEST(stacktrace_oob);
REPL_TEST(stacktrace_relative);