Download Game! Currently 63 players and visitors. Last logged in:ZamkatVihaanSloppyZenick

Blitzer's Blog >> 71882

Back to blogs index
Posted: 30 Aug 2026 18:09 [ permalink ]
user@elli:~/GD$ node tests/run_all.js
[MASTER] Scanning for test definitions in /home/user/GD/tests/batch

==================================================
[MASTER] Executing Test: 01_echo_test.json
==================================================
[TEST RUNNER] Orchestrating test for tests/fixtures/echo.c on port 5000
[VM STDOUT] HAUKI> [VM STDOUT] HAUKI REPL ready. Serving 1 network port(s).
[NetServer] Listening on port 5000  tests/fixtures/echo.c
[TEST RUNNER] Socket connected to localhost:5000. Initiating sequence...
[TEST RUNNER] Socket connected to localhost:5000. Initiating sequence...
::ffff:127.0.0.1:57340
[VM STDOUT] [VM DEBUG] net_write emitted String: "ECHO: Hello HAUKI"
[PASS] Sent: "Hello HAUKI" | Recv: "ECHO: Hello HAUKI"
[VM STDOUT] [VM DEBUG] net_write emitted String: "ECHO: Testing Mesh"
[PASS] Sent: "Testing Mesh" | Recv: "ECHO: Testing Mesh"

[TEST RUNNER]  Sequence complete. All assertions passed.
[MASTER]  01_echo_test.json PASSED

==================================================
[MASTER] Executing Test: 02_array_test.json
==================================================
[TEST RUNNER] Orchestrating test for tests/fixtures/array_math.c on port 5001
[VM STDOUT] HAUKI> [VM STDOUT] HAUKI REPL ready. Serving 1 network port(s).
[NetServer] Listening on port 5001  tests/fixtures/array_math.c
[TEST RUNNER] Socket connected to localhost:5001. Initiating sequence...
[TEST RUNNER] Socket connected to localhost:5001. Initiating sequence...
::ffff:127.0.0.1:49132
[VM STDOUT] [VM DEBUG] net_write emitted String: "MATH: -150"
[PASS] Sent: "calculate" | Recv: "MATH: -150"

[TEST RUNNER]  Sequence complete. All assertions passed.
[MASTER]  02_array_test.json PASSED

==================================================
[MASTER] Executing Test: 03_inherit_test.json
==================================================
[TEST RUNNER] Orchestrating test for tests/fixtures/child.c on port 5002
[VM STDOUT] HAUKI> [VM STDOUT] HAUKI REPL ready. Serving 1 network port(s).
[NetServer] Listening on port 5002  tests/fixtures/child.c
[TEST RUNNER] Socket connected to localhost:5002. Initiating sequence...
[TEST RUNNER] Socket connected to localhost:5002. Initiating sequence...
::ffff:127.0.0.1:43534
[VM STDOUT] [VM DEBUG] net_write emitted String: "SECRET: "
[VM STDOUT] [VM DEBUG] net_write emitted Integer: "42"
[PASS] Sent: "reveal" | Recv: "SECRET: 42"

[TEST RUNNER]  Sequence complete. All assertions passed.
[MASTER]  03_inherit_test.json PASSED

==================================================
[MASTER] Test Suite Complete.
[MASTER] Passed: 3 | Failed: 0
==================================================
user@elli:~/GD$