Skip to content

[Test] Improved TESTALL.BAT file for JVM tests

J. Gareth "Kit" Moreton requested to merge CuriousKit/optimisations:jvm-bat into main

Summary

This merge request fixes a number of problems with the TESTALL.BAT file in tests/test/jvm so it can be better used to run the limited test suite for jvm-java builds.

System

  • Operating system: win32, win64, msdos (basically anything that can run a .BAT file)
  • Processor architecture: jvm

What is the current bug behavior?

TESTAPP.BAT is broken and cannot be used to run the JVM test suite due to directories not being specified properly, some syntax errors in the commands and incorrect comparison of the ERRORLEVEL variable in places.

What is the behavior after applying this patch?

TESTAPP.BAT can now be used to run the JVM test suite and returns a clear indication that tests passed successfully.

Merge request reports