Brian,

  Updated using RuntimeException, which will not need -ea so removed.
  http://cr.openjdk.java.net/~minqi/8194154/webrev1/

Thanks
Yumin

On Wed, Feb 14, 2018 at 11:17 AM, Brian Burkhalter <
brian.burkhal...@oracle.com> wrote:

> Hello,
>
> In the test you have
>
> /* @test requires (os.family == "linux") | (os.family == "mac") | (os.family 
> == "solaris") | (os.family == "aix")
>    @bug 8194154
>    @summary Test parsing path with double slashes on unix like platforms.
>  */
>
> but I think you need to have the @requires annotation on a separate line
> for example as:
>
> /* @test
>  * @requires (os.family == "linux") | (os.family == "mac”)
>  *         | (os.family == "solaris") | (os.family == "aix")
>  * @bug 8194154
>  * @summary Test parsing path with double slashes on unix like platforms.
>  */
>
> Thanks,
>
> Brian
>
> On Feb 14, 2018, at 10:48 AM, yumin qi <yumin...@gmail.com> wrote:
>
>  Thanks. Updated on same link
>   http://cr.openjdk.java.net/~minqi/8194154/webrev1/
>  as your recommendation.
>
>
>

Reply via email to