phantomuserland
phantomuserland copied to clipboard
Need Java 2 Phantom compiler regress test environment
- set of .java source files one per test
- run with java itself, find out correct answers
- convert to Phantom bytecode, pass correct answers somehow
- run again with Phantom byte code interpreter, compare answers with what we got in Java
- report results
Possible solution is to generate run test/compare results code in Phantom language after running test in Java and getting results.
Just success/fail result, no result check.
pvm_headless!