summaryrefslogtreecommitdiff
path: root/test/files/filters
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2014-01-21 16:50:14 +0100
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2014-01-21 16:50:14 +0100
commit6d71ae88a221c00ee17660418ed54b986727e3df (patch)
treeef1a458dc97d359f513b1c3b2f7167f0b3051242 /test/files/filters
parent008694f552719695756e33d5855e07add0735a34 (diff)
downloadscala-6d71ae88a221c00ee17660418ed54b986727e3df.tar.gz
scala-6d71ae88a221c00ee17660418ed54b986727e3df.tar.bz2
scala-6d71ae88a221c00ee17660418ed54b986727e3df.zip
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.
Diffstat (limited to 'test/files/filters')
-rw-r--r--test/files/filters2
1 files changed, 2 insertions, 0 deletions
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\.