7131308: Three regression tests fail due to bad fix for 7127924

Reviewed-by: jjg
This commit is contained in:
Jim Holmlund 2012-01-18 18:26:36 -08:00
parent c569749a21
commit 323665eec5
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
/* /*
* @test * @test
* @bug 6968063, 7127924 * @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/othervm CheckExamples * @run main/othervm CheckExamples

View File

@ -23,7 +23,7 @@
/** /**
* @test * @test
* @bug 7013272, 7127924 * @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/othervm MessageInfo * @run main/othervm MessageInfo

View File

@ -23,7 +23,7 @@
/** /**
* @test * @test
* @bug 6968063, 7127924 * @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/othervm RunExamples * @run main/othervm RunExamples