7127924: langtools regression tests sometimes fail en-masse on windows

Reviewed-by: jjg
This commit is contained in:
Jim Holmlund 2012-01-17 17:14:44 -08:00
parent 1b000de186
commit 3d0da40b0d
3 changed files with 15 additions and 6 deletions

View file

@ -23,10 +23,13 @@
/*
* @test
* @bug 6968063
* @bug 6968063, 7127924
* @summary provide examples of code that generate diagnostics
* @build Example CheckExamples
* @run main CheckExamples
* @run main/othervm CheckExamples
*/
/*
* See CR 7127924 for info on why othervm is used.
*/
import java.io.*;

View file

@ -23,10 +23,13 @@
/**
* @test
* @bug 7013272
* @bug 7013272, 7127924
* @summary Automatically generate info about how compiler resource keys are used
* @build Example ArgTypeCompilerFactory MessageFile MessageInfo
* @run main MessageInfo
* @run main/othervm MessageInfo
*/
/*
* See CR 7127924 for info on why othervm is used.
*/
import java.io.*;

View file

@ -23,10 +23,13 @@
/**
* @test
* @bug 6968063
* @bug 6968063, 7127924
* @summary provide examples of code that generate diagnostics
* @build ArgTypeCompilerFactory Example HTMLWriter RunExamples
* @run main RunExamples
* @run main/othervm RunExamples
*/
/*
* See CR 7127924 for info on why othervm is used.
*/
import java.io.*;