Looks good! -JB-
On 10/29/2014 09:45 AM, Sergei Kovalev wrote:
Hi Team, Could you please review following patch that fix the tests. Bug: https://bugs.openjdk.java.net/browse/JDK-8060707 Webrev: http://cr.openjdk.java.net/~iignatyev/skovalev/8060707/webrev.00/ Problem: A test failed because of wrong assumption that stderr always starts with "ERROR" string in case of error Cause: On some embedded platforms (ARM-SFLT) in case we provide VM option: "-XX:NativeMemoryTracking=detail" VM print out a warning first: "/NMT detail is not supported on this platform. Using NMT summary instead./" ant then printout error message. Solution: Look up "^ERROR: transport error " pattern in whole message, not only in the very begin. Testing done: Test launched manually on the host where it initially failed. Used different set of VM options to get different kind of output. -- With best regards, Sergei