HI, Brian Thanks, updated on same link. I don't have platforms other than linux so could not test on those platforms. BTW, tried jtreg, it seems the version has not modified to run with current jdk repo.
Thanks Yumin On Tue, Feb 13, 2018 at 5:52 PM, Brian Burkhalter < [email protected]> wrote: > 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/ > > >
