Skip to content

Commit 2f0f34c

Browse files
committed
8291570: [TESTBUG] Part of JDK-8250984 absent from 11u
Reviewed-by: serb, sgehwolf
1 parent 9186b3c commit 2f0f34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/containers/cgroup/PlainRead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ static public void noMatch(OutputAnalyzer oa, String what, String value) {
4747
oa.shouldNotMatch("^.*" + what + " *" + value + ".*$");
4848
}
4949

50-
static final String good_value = "(\\d+|-1|Unlimited)";
50+
static final String good_value = "(\\d+|-1|-2|Unlimited)";
5151
static final String bad_value = "(failed)";
5252

5353
static final String[] variables = {"Memory Limit is:", "CPU Quota is:", "CPU Period is:", "active_processor_count:"};

0 commit comments

Comments
 (0)