The problem lists are expected to be either relative to the test root
(test/jdk in this case) or an absolute path. The command using them
happens to be launched with CWD in the make dir, so you were able to
resolve a file relative to that dir. That isn't intentional.
/Erik
On 6/24/23 04:31, Alan Snyder wrote:
This command worked:
make exploded-test TEST=jdk_awt
JTREG="EXTRA_PROBLEM_LISTS=../exclude.txt;OPTIONS=-l”
but it was a surprise that I needed the .. because the path was
evaluated relative to the make subdirectory.
Is this fixable?