summaryrefslogtreecommitdiffstats
path: root/test/Java/Java-1.8.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove verbose_set calls from testsMats Wichmann2020-03-181-2/+0
| | | | | | | | test.verbose_set() enables verbose mode, can be a useful debugging aid. Shouldn't be left in in production tests, as it creates noise in the test log. Signed-off-by: Mats Wichmann <mats@linux.com>
* add logic to find java installs and on win32 use this to add to ↵William Deegan2018-10-011-1/+1
| | | | env['ENV']['PATH']
* Fix missing -c in testcaseWilliam Deegan2018-10-011-2/+2
|
* Add test for 1.8. Modularize java tests and move files to a fixture. Change ↵William Deegan2018-10-011-2/+4
| | | | TestCommon's options_arguments to keep passed lists and not join them into a string.
* change method of finding javac from using full path (which fails when it has ↵William Deegan2018-09-301-0/+149
a space in it), to appending the path to javac to env['ENV']['PATH']. (Which is basically what msvc/msvs do)