test/gc/g1/TestStringDeduplicationTools.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/gc/g1/TestStringDeduplicationTools.java	Sat Jun 13 09:00:38 2015
--- new/test/gc/g1/TestStringDeduplicationTools.java	Sat Jun 13 09:00:37 2015

*** 410,429 **** --- 410,427 ---- // Test with too low age threshold output = DeduplicationTest.run(SmallNumberOfStrings, TooLowAgeThreshold, YoungGC); ! output.shouldContain("StringDeduplicationAgeThreshold of " + TooLowAgeThreshold + " is invalid; must be between " + MinAgeThreshold + " and " + MaxAgeThreshold); ! output.shouldContain("outside the allowed range"); output.shouldHaveExitValue(1); // Test with too high age threshold output = DeduplicationTest.run(SmallNumberOfStrings, TooHighAgeThreshold, YoungGC); ! output.shouldContain("StringDeduplicationAgeThreshold of " + TooHighAgeThreshold + " is invalid; must be between " + MinAgeThreshold + " and " + MaxAgeThreshold); ! output.shouldContain("outside the allowed range"); output.shouldHaveExitValue(1); } public static void testPrintOptions() throws Exception { OutputAnalyzer output;

test/gc/g1/TestStringDeduplicationTools.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File