Urgent (XS) RFR: 8171815) [TESTBUG] Update expected failure message in runtime/modules/IgnoreModulePropertiesTest.java
David Holmes
david.holmes at oracle.com
Wed Dec 21 01:40:31 UTC 2016
Thanks Mark!
David
On 21/12/2016 11:38 AM, mark.reinhold at oracle.com wrote:
> 2016/12/20 17:35:21 -0800, david.holmes at oracle.com:
>> A change we are pulling down from jdk9/dev has changed the error message
>> associated with parsing the --patch-module flag. This breaks one of our
>> tests and so we need to change the expected error.
>>
>> I will process this under the trivial change rule - only one Reviewer
>> needed; immediate push (with the jdk9/dev changes).
>>
>> ...
>>
>> Change:
>>
>> - testOption("--patch-module", "=d", "jdk.module.patch.0",
>> "Missing module name");
>> + testOption("--patch-module", "=d", "jdk.module.patch.0",
>> "Unable to parse --patch-module");
>
> Looks good. (Sorry about that!)
>
> - Mark
>
More information about the hotspot-runtime-dev
mailing list