mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +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
|
* @test
|
||||||
* @bug 6968063
|
* @bug 6968063, 7127924
|
||||||
* @summary provide examples of code that generate diagnostics
|
* @summary provide examples of code that generate diagnostics
|
||||||
* @build Example CheckExamples
|
* @build Example CheckExamples
|
||||||
* @run main CheckExamples
|
* @run main/othervm CheckExamples
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
* See CR 7127924 for info on why othervm is used.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
|
|
|
@ -23,10 +23,13 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
* @bug 7013272
|
* @bug 7013272, 7127924
|
||||||
* @summary Automatically generate info about how compiler resource keys are used
|
* @summary Automatically generate info about how compiler resource keys are used
|
||||||
* @build Example ArgTypeCompilerFactory MessageFile MessageInfo
|
* @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.*;
|
import java.io.*;
|
||||||
|
|
|
@ -23,10 +23,13 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
* @bug 6968063
|
* @bug 6968063, 7127924
|
||||||
* @summary provide examples of code that generate diagnostics
|
* @summary provide examples of code that generate diagnostics
|
||||||
* @build ArgTypeCompilerFactory Example HTMLWriter RunExamples
|
* @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.*;
|
import java.io.*;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue