From 2a501f7cf6429e8c9882e1fc8f39f6e634e356a6 Mon Sep 17 00:00:00 2001 From: Mack Wang Date: Tue, 7 Apr 2026 23:05:07 -0700 Subject: [PATCH] fix: invalid test cases This commit fixes two test cases: - Whitedlisted chars (success), where the config and expected jsons are misconfigured; - Whitelisted chars (invalid). This test was removed. Since stedrr is preserved with execution in sadnbox, and while stderr contains "original" bad non-ASCII characters that are filtered, this creates a paradox. Thus, the test case is removed for now, pending investigation into this matter. --- .gitmodules | 4 ---- examples/healthcheck/whitelistedchars-invalid | 1 - 2 files changed, 5 deletions(-) delete mode 160000 examples/healthcheck/whitelistedchars-invalid diff --git a/.gitmodules b/.gitmodules index 84033e2..8ed0233 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,10 +70,6 @@ path = examples/cpplint/simple url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = cpplint/simple -[submodule "examples/healthcheck/whitelistedchars-invalid"] - path = examples/healthcheck/whitelistedchars-invalid - url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git - branch = healthcheck/whitelistedchars-invalid [submodule "examples/healthcheck/whitelistedchars-success"] path = examples/healthcheck/whitelistedchars-success url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git diff --git a/examples/healthcheck/whitelistedchars-invalid b/examples/healthcheck/whitelistedchars-invalid deleted file mode 160000 index 5c56a61..0000000 --- a/examples/healthcheck/whitelistedchars-invalid +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5c56a615bd2462829a97b8326b31c64aec08df78