Files
hakorune/tools
tomoaki a706893bfe refactor(smoke): Box 4 - Mark environment-dependent tests with [SKIP:env] (Phase 287 P4)
Added [SKIP:env] markers to 3 environment-dependent tests:
1. filebox_basic - Requires file system access
2. async_await - Requires Future runtime plugin
3. gc_mode_off - Requires GC mode runtime control

These tests are disabled by default in quick profile to focus on
core VM/LLVM functionality. Enable with:
- SMOKES_ENABLE_FILEBOX=1
- SMOKES_ENABLE_ASYNC=1
- SMOKES_ENABLE_GC_MODE=1

Box 4 Goal: Separate environment-dependent tests from core functionality.

Next: Run quick profile to check progress toward fail=0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-25 12:10:44 +09:00
..