> On Jun 13, 2017, at 1:39 AM, Ujwal Vangapally <[email protected]> > wrote: > > Hi Mandy, > > made multi-line @summary as last tag. > > yes it was simpler before and we can use '@requires only 64 bit', but we > won't be able to verify it on Linux 32 bit in this case. > As it is possible to run -Xmx3000M on Linux 32 bit machines most of the time > but can't guarantee it all the time. > > Hence used ProcessTools.executeTestJava() to make decision about using > -Xmx3000M. > > I think it would be better if we can make Test run on Linux 32 bit machine > also. > webrev : > http://cr.openjdk.java.net/~uvangapally/webrev/2017/8178508/webrev.02/ > <http://cr.openjdk.java.net/~uvangapally/webrev/2017/8178508/webrev.02/> >
I still prefer the simplified version to use jtreg @requires to specify the platforms it should run on, like you suggest to use @requires (os.family != "windows") | (os.simpleArch != "i586") Mandy
