Objective
Use the jnode-interact skill simple mode to boot JNode into tests mode (GRUB entry 4), run the mauve java.lang.Math test suite, and report PASS/FAIL counts.
Instructions
Use the jnode-interact skill (.opencode/skills/jnode-interact/). Boot with GRUB entry 4 (tests), wait for the serial console, then run:
mauve-plugin gnu.testlet.java.lang.Math
Report the number of tests passed/failed and the full FAIL lines.
Known baseline (2026-05-24)
Tests passed: 140, failed: 8
FAIL: gnu.testlet.java.lang.Math.MathTest: test_rint - 1 (number 0)
FAIL: gnu.testlet.java.lang.Math.MathTest: test_rint - 2 (number 0)
FAIL: gnu.testlet.java.lang.Math.MathTest: test_rint - 3 (number 0)
FAIL: gnu.testlet.java.lang.Math.MathTest: test_round - 3 (number 0)
FAIL: gnu.testlet.java.lang.Math.MathTest: test_round - 5 (number 0)
FAIL: gnu.testlet.java.lang.Math.MathTest: test_round - 6 (number 0)
FAIL: gnu.testlet.java.lang.Math.MathTest: test_round - 7 (number 0)
FAIL: gnu.testlet.java.lang.Math.MathTest: test_round - 10 (number 0)
Related issues
Objective
Use the jnode-interact skill simple mode to boot JNode into tests mode (GRUB entry 4), run the mauve
java.lang.Mathtest suite, and report PASS/FAIL counts.Instructions
Use the jnode-interact skill (
.opencode/skills/jnode-interact/). Boot with GRUB entry 4 (tests), wait for the serial console, then run:Report the number of tests passed/failed and the full FAIL lines.
Known baseline (2026-05-24)
Related issues