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:46:55 UTC 2016


Thanks Dan! But I'd already created the changeset to fire off to Jesper :)

David

On 21/12/2016 11:39 AM, Daniel D. Daugherty wrote:
> Thumbs up!
>
> Dan
>
>
> On 12/20/16 6:35 PM, David Holmes wrote:
>> 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).
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8171815
>>
>> webrev: http://cr.openjdk.java.net/~dholmes/8171815/webrev/
>>
>> 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");
>>
>> Thanks,
>> David
>>
>


More information about the hotspot-runtime-dev mailing list