summaryrefslogtreecommitdiff
path: root/test/scaladoc
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2015-02-19 16:59:49 +1000
committerJason Zaugg <jzaugg@gmail.com>2015-02-19 16:59:49 +1000
commit808eca6ec1003c371c07f08bf7f9a4a56af7c965 (patch)
tree0b1d09cd2122872b927310ee9486f3db613643fc /test/scaladoc
parent42626365fd4972d6578a251c264b4622ed4ba1a4 (diff)
downloadscala-808eca6ec1003c371c07f08bf7f9a4a56af7c965.tar.gz
scala-808eca6ec1003c371c07f08bf7f9a4a56af7c965.tar.bz2
scala-808eca6ec1003c371c07f08bf7f9a4a56af7c965.zip
Fix the Scaladoc tests under Java 8
Partest seems to require a second copy of the `filters` find in the root of the Scaladoc tests. This file ignores JVM-specific console output, like everone's favourite nag: Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 Not sure what changed to make this necessary, maybe a partest upgrade? The first failing build was on Feb 14: https://scala-webapps.epfl.ch/jenkins/view/2.N.x/job/scala-nightly-auxjvm-2.11.x/287/
Diffstat (limited to 'test/scaladoc')
-rw-r--r--test/scaladoc/filters8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/scaladoc/filters b/test/scaladoc/filters
new file mode 100644
index 0000000000..51a7507848
--- /dev/null
+++ b/test/scaladoc/filters
@@ -0,0 +1,8 @@
+#
+#Java HotSpot(TM) 64-Bit Server VM warning: Failed to reserve shared memory (errno = 28).
+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\.