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

Wed, 18 Jan 2012 18:26:36 -0800

author
jjh
date
Wed, 18 Jan 2012 18:26:36 -0800
changeset 1182
99261fc7d95d
parent 1181
cf2496340fef
child 1183
601ffcc6551d
child 1186
51fb17abfc32

7131308: Three regression tests fail due to bad fix for 7127924
Reviewed-by: jjg

test/tools/javac/diags/CheckExamples.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/MessageInfo.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/RunExamples.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/tools/javac/diags/CheckExamples.java	Wed Jan 18 16:43:59 2012 -0800
     1.2 +++ b/test/tools/javac/diags/CheckExamples.java	Wed Jan 18 18:26:36 2012 -0800
     1.3 @@ -23,7 +23,7 @@
     1.4  
     1.5  /*
     1.6   * @test
     1.7 - * @bug 6968063, 7127924
     1.8 + * @bug 6968063 7127924
     1.9   * @summary provide examples of code that generate diagnostics
    1.10   * @build Example CheckExamples
    1.11   * @run main/othervm CheckExamples
     2.1 --- a/test/tools/javac/diags/MessageInfo.java	Wed Jan 18 16:43:59 2012 -0800
     2.2 +++ b/test/tools/javac/diags/MessageInfo.java	Wed Jan 18 18:26:36 2012 -0800
     2.3 @@ -23,7 +23,7 @@
     2.4  
     2.5  /**
     2.6   * @test
     2.7 - * @bug 7013272, 7127924
     2.8 + * @bug 7013272 7127924
     2.9   * @summary Automatically generate info about how compiler resource keys are used
    2.10   * @build Example ArgTypeCompilerFactory MessageFile MessageInfo
    2.11   * @run main/othervm MessageInfo
     3.1 --- a/test/tools/javac/diags/RunExamples.java	Wed Jan 18 16:43:59 2012 -0800
     3.2 +++ b/test/tools/javac/diags/RunExamples.java	Wed Jan 18 18:26:36 2012 -0800
     3.3 @@ -23,7 +23,7 @@
     3.4  
     3.5  /**
     3.6   * @test
     3.7 - * @bug 6968063, 7127924
     3.8 + * @bug 6968063 7127924
     3.9   * @summary provide examples of code that generate diagnostics
    3.10   * @build ArgTypeCompilerFactory Example HTMLWriter RunExamples
    3.11   * @run main/othervm RunExamples

mercurial