About run jtreg test
Jiangning Liu
Jiangning.Liu at amperecomputing.com
Mon Jun 25 08:44:22 UTC 2018
BTW, I have some more questions,
1) I just found this http://hg.openjdk.java.net/code-tools/jtreg/file/00d796007637/plugins/idea/README.md , so usually the jtreg test should be triggered using IntelliJ IDE, or I can just use command line?
2) If I want to do the full test, should I cover all of the test under http://hg.openjdk.java.net/code-tools/jtreg/file/00d796007637/test manually?
3) There are some .gmk files under test folder, so who are using thest .gmk files? I meant I can't find a "driver" to invoke these make files, or I should just directly use jtreg.jar to run the test?
Thanks,
-Jiangning
From: Jiangning Liu
Sent: Monday, June 25, 2018 1:09 PM
To: jtreg-dev at openjdk.java.net
Cc: Jonathan Gibbons <jonathan.gibbons at oracle.com>
Subject: About run jtreg test
Jon,
Now, I'm trying to run jtreg test following http://openjdk.java.net/jtreg/runtests.html, in which it says "The targets all have names of the form jdk_* and langtools_*. You can see a summary of the available targets in the top level test/Makefile.", but I can't find file test/Makefile at http://hg.openjdk.java.net/code-tools/jtreg/file/00d796007637/test . I can find another Makefile at http://hg.openjdk.java.net/code-tools/jtreg/file/00d796007637/test/timeouts/test , so is this the correct one I can use to run test jtreg? Or I need to run anything else instead?
Thanks,
-Jiangning
More information about the jtreg-dev
mailing list