RFR (XS): 8078225: tools/launcher/FXLauncherTest.java fails intermittently (win)

Joseph D. Darcy joe.darcy at oracle.com
Tue May 5 21:02:36 UTC 2015


Looks fine Kumar; thanks,

-Joe

On 5/5/2015 1:37 PM, Kumar Srinivasan wrote:
> Hello,
>
> Please review the simple fix which allows the test to be run in its 
> own vm,
> there seems to be some issue with the harness running in a concurrent 
> mode
> specifically on Windows.
>
> Thanks
> Kumar
>
> diff --git a/test/tools/launcher/FXLauncherTest.java 
> b/test/tools/launcher/FXLauncherTest.java
> --- a/test/tools/launcher/FXLauncherTest.java
> +++ b/test/tools/launcher/FXLauncherTest.java
> @@ -1,5 +1,5 @@
>  /*
> - * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights 
> reserved.
> + * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights 
> reserved.
>   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
>   *
>   * This code is free software; you can redistribute it and/or modify it
> @@ -28,7 +28,7 @@
>   * Test uses main method and blank main method, a jfx app class and 
> an incorrest
>   * jfx app class, a main-class for the manifest, a bogus one and none.
>   * All should execute except the incorrect fx app class entries.
> - * @run main FXLauncherTest
> + * @run main/othervm FXLauncherTest
>   */
>  import java.io.File;
>  import java.io.IOException;
>
>




More information about the core-libs-dev mailing list