Skip to content

Commit 4c6dcfe

Browse files
committed
Merge pull request scala#4656 from lrytz/filtersOpenJDK
Ignore OpenJDK warnings in partest filters
2 parents 6eb0812 + 0b35bc2 commit 4c6dcfe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/files/filters

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#
22
#Java HotSpot(TM) 64-Bit Server VM warning: Failed to reserve shared memory (errno = 28).
33
Java HotSpot\(TM\) .* warning:
4+
OpenJDK .* warning:
45
# Hotspot receiving VM options through the $_JAVA_OPTIONS
56
# env variable outputs them on stderr
67
Picked up _JAVA_OPTIONS:

test/scaladoc/filters

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#
22
#Java HotSpot(TM) 64-Bit Server VM warning: Failed to reserve shared memory (errno = 28).
33
Java HotSpot\(TM\) .* warning:
4+
OpenJDK .* warning:
45
# Hotspot receiving VM options through the $_JAVA_OPTIONS
56
# env variable outputs them on stderr
67
Picked up _JAVA_OPTIONS:

0 commit comments

Comments
 (0)