Minor bug ?
Jonathan Gibbons
jonathan.gibbons at oracle.com
Tue Aug 20 06:33:30 PDT 2013
On 08/20/2013 12:04 AM, David Holmes wrote:
> Running the JDK test suite I see:
>
> runner starting test:
> sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh
> runner finished test:
> sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh
> Error. Parse Exception: `@library' must appear before first `@run'
>
>
> but the test contains:
>
> # @test
> # @ignore until 6543856 is fixed
> # @bug 4990825
> # @summary attach to external but local JVM processes
> # @library ../../testlibrary
> # @build Sleeper
> # @build JavaProcess
> # @build MonitorVmStartTerminate
> # @run shell MonitorVmStartTerminate.sh
>
> I would guess that the @ignore might the problem.
>
> David
Yes, you need to move the @ignore down after @library.
-- Jon
More information about the jtreg-use
mailing list