runner: introduce CoreExecutor box for JSON→exec; wire Gate‑C pipe to CoreExecutor. Stage‑B bundling: duplicate name Fail‑Fast + mix canary; add Core Map/String positive smokes; add Gate‑C budget opt‑in canary; docs: Exit Code Policy; apply child_env in PyVM common util.
This commit is contained in:
@ -3,8 +3,8 @@
|
||||
# stringbox_basic.sh - StringBoxの基本操作テスト
|
||||
|
||||
# 共通ライブラリ読み込み(必須)
|
||||
source "$(dirname "$0")/../../../lib/test_runner.sh"
|
||||
source "$(dirname "$0")/../../../lib/result_checker.sh"
|
||||
source "$(dirname "$0")/../../lib/test_runner.sh"
|
||||
source "$(dirname "$0")/../../lib/result_checker.sh"
|
||||
source "$(dirname "$0")/_ensure_fixture.sh"
|
||||
|
||||
# 環境チェック(必須)
|
||||
|
||||
Reference in New Issue
Block a user