提交 7da818a9 编写于 作者: S simonis

8195153: [test] runtime/6981737/Test6981737.java shouldn't check 'java.vendor'...

8195153: [test] runtime/6981737/Test6981737.java shouldn't check 'java.vendor' and 'java.vm.vendor' properties
Reviewed-by: dholmes, andrew
上级 fcc4a009
......@@ -48,8 +48,6 @@ public class Test6981737 {
vendor_re = "Sun Microsystems Inc\\.";
vm_spec_version_re = "1\\.0";
}
verifyProperty("java.vendor", vendor_re);
verifyProperty("java.vm.vendor", vendor_re);
verifyProperty("java.vm.specification.vendor", vendor_re);
verifyProperty("java.specification.vendor", vendor_re);
verifyProperty("java.vm.specification.version", vm_spec_version_re);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册