Hi Serguei,
Dan pointed out that the test failed on both 64-bit and 32-bit Windows
platforms so I'll be sending out a new webrev without a
"(sun.arch.data.model != "32")" clause in the @requires statement.
Thanks, Harold
On 8/3/2017 3:15 PM, [email protected] wrote:
Hi Harold,
+# @requires (sun.arch.data.model != "32") & (os.family != "windows")
Should the '&' be replaced with '|' ?
Thanks,
Serguei
On 8/3/17 12:03, harold seigel wrote:
Hi,
Please review this small change to quarantine test
jdk/test/com/sun/jdi/JdbExprTest.sh on 32-bit Windows systems.
Open Webrev:
http://cr.openjdk.java.net/~hseigel/bug_8185806/webrev/index.html
JBS Bug Sub-task: https://bugs.openjdk.java.net/browse/JDK-8185806
Thanks, Harold