From 6d71ae88a221c00ee17660418ed54b986727e3df Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Tue, 21 Jan 2014 16:50:14 +0100 Subject: Work-around for partest failure due to JDK bug. JDK7 and JDK8 have a bug that causes JVM to print some warning about applets that is unrelated to whatever we are testing in Scala. Let's work it around using test/files/filters mechanism that allows us to filter out output lines based on regexp. --- test/files/filters | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/files') diff --git a/test/files/filters b/test/files/filters index 70d7dcff70..51a7507848 100644 --- a/test/files/filters +++ b/test/files/filters @@ -4,3 +4,5 @@ Java HotSpot\(TM\) .* warning: # Hotspot receiving VM options through the $_JAVA_OPTIONS # env variable outputs them on stderr Picked up _JAVA_OPTIONS: +# Filter out a message caused by this bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8021205 +objc\[\d+\]: Class JavaLaunchHelper is implemented in both .* and .*\. One of the two will be used\. Which one is undefined\. -- cgit v1.2.3