6963102: Testcase failures sun/tools/jstatd/jstatdExternalRegistry.sh and sun/tools/jstatd/jstatdDefaults.sh
authorsla
Wed, 05 Sep 2012 14:42:44 +0200
changeset 13671 504c7dd77cf0
parent 13670 1b01d62872eb
child 13673 3d6ac85b33be
6963102: Testcase failures sun/tools/jstatd/jstatdExternalRegistry.sh and sun/tools/jstatd/jstatdDefaults.sh Summary: Make tests more resilient by allowing for more error messages from jps Reviewed-by: alanb, rbackman, dsamersoff
jdk/test/sun/tools/jstatd/jpsOutput1.awk
--- a/jdk/test/sun/tools/jstatd/jpsOutput1.awk	Tue Sep 04 12:53:50 2012 -0700
+++ b/jdk/test/sun/tools/jstatd/jpsOutput1.awk	Wed Sep 05 14:42:44 2012 +0200
@@ -7,7 +7,7 @@
 	    matched++;
 	}
 
-/^[0-9]+ -- process information unavailable$/	{
+/^[0-9]+ -- .*$/	{
 	    matched++;
 	}