mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
7127924: langtools regression tests sometimes fail en-masse on windows
Reviewed-by: jjg
This commit is contained in:
parent
1b000de186
commit
3d0da40b0d
3 changed files with 15 additions and 6 deletions
|
@ -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.*;
|
||||
|
|
|
@ -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.*;
|
||||
|
|
|
@ -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.*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue