3.
Getting Started
-
What does a typical invocation of
jtreg
look like? How can I make sure that I can even run
the JavaTest harness?
-
Bleah! That verbose output is so
long! Can I have something shorter?
-
Are there abbreviations for these
long options?
-
How do I view what a test sends to
System.out/System.err
?
-
What is a
.jtr
file?
-
What are the report and work directories?
-
What's the difference between the
"fail" and "error" return status?
-
If a test fails, I'd like to put
all of my debugging information into the final result. How do I do
that?
-
I've heard that the
jtreg
has a GUI. How do I access that?
-
Can I verify the correctness of
test descriptions without actually running the tests?
-
Can I generate reports for tests
that have already been run?
-
How do I run
jtreg
under Windows?
-
Which should I use? MKS or Cygwin?
-
How do I run only tests which
were written for a specific bugid?
-
How do I run only tests NOT
requiring manual intervention?
-
How do I run only tests requiring
manual intervention?
-
How do I specify VM options to the test's JVM?