Minor bug ?

David Holmes david.holmes at oracle.com
Tue Aug 20 00:04:14 PDT 2013


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


More information about the jtreg-use mailing list