[fpc-devel] JVM testing on x86_64
Jonas Maebe
jonas at freepascal.org
Wed Jun 8 14:46:16 CEST 2022
On 2022-06-08 14:42, J. Gareth Moreton via fpc-devel wrote:
> on x86_64-win64 after downloading the necessary runtimes, but how do I
> run the test suite for jvm-java?
>
> erroru.pp(25,3) Fatal: Unknown compilerproc "fpc_get_output". Check if
> you use the correct run time library.
> Fatal: Compilation aborted
The JVM backend does not support the full RTL nor all language
constructs: https://wiki.freepascal.org/FPC_JVM/Language
There is a limited JVM-only testsuite in tests/test/jvm that you check
with the testall.sh script in that directory (or testall.bat, but I'm
not sure that one is completely up-to-date).
Jonas
More information about the fpc-devel
mailing list