Hi, As for the test alone you could add the @requires annotation [1]
@requires (os.family == "linux") | (os.family == "mac") | (os.family == "solaris") | (os.family == "aix") instead of programmatically exiting if the platform is not Windows. (I am assuming that this should be run on all Unix variants, not just Linux.). Thanks, Brian [1] http://openjdk.java.net/jtreg/tag-spec.html#requires_names On Feb 13, 2018, at 5:23 PM, yumin qi <[email protected]> wrote: > I have update the webrev: > http://cr.openjdk.java.net/~minqi/8194154/webrev1/
