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

Wed, 17 Jan 2018 17:26:07 +0100

author
simonis
date
Wed, 17 Jan 2018 17:26:07 +0100
changeset 9625
3d54343bdb9c
parent 9624
bcec9de99535
child 9626
ce13ce932e31

8195153: [test] runtime/6981737/Test6981737.java shouldn't check 'java.vendor' and 'java.vm.vendor' properties
Reviewed-by: dholmes, andrew

test/runtime/6981737/Test6981737.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/runtime/6981737/Test6981737.java	Wed Jan 14 09:53:36 2015 +0300
     1.2 +++ b/test/runtime/6981737/Test6981737.java	Wed Jan 17 17:26:07 2018 +0100
     1.3 @@ -48,8 +48,6 @@
     1.4              vendor_re = "Sun Microsystems Inc\\.";
     1.5              vm_spec_version_re = "1\\.0";
     1.6          }
     1.7 -        verifyProperty("java.vendor", vendor_re);
     1.8 -        verifyProperty("java.vm.vendor", vendor_re);
     1.9          verifyProperty("java.vm.specification.vendor", vendor_re);
    1.10          verifyProperty("java.specification.vendor", vendor_re);
    1.11          verifyProperty("java.vm.specification.version", vm_spec_version_re);

mercurial