So according to http://openjdk.java.net/jtreg/tag-spec.html this tag is
legal and correct
/manual[=(yesno|done)]
...
If "yesno" is given, then the harness will ask the user whether the
action is to pass or fail.
But it seems this is only implemented for applets.
So are those other strings applets or main programs.
-phil.
On 5/10/18, 1:58 PM, Sergey Bylokhov wrote:
Hi, Manajit.
Did you check other tests with such typos?
I found the same strings in our repo.
On 10/05/2018 04:59, Manajit Halder wrote:
Hi Phil,
Please review the test fix for JDK11.
Bug:
https://bugs.openjdk.java.net/browse/JDK-8202841
Webrev:
http://cr.openjdk.java.net/~mhalder/8202841/webrev.00/
Issue:
Test fails due jtreg tag manual=yesno with error “Parse Exception:
Arguments to `manual' option not supported: yesno”
Fix:
Removed itreg tag manual=yesno and changed the test to a manual test
with instructions
Regards,
Manajit