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

Tue, 17 Jan 2012 17:14:44 -0800

author
jjh
date
Tue, 17 Jan 2012 17:14:44 -0800
changeset 1179
1e2f4f4fb9f7
parent 1178
133744729455
child 1180
f00afa80f1f0

7127924: langtools regression tests sometimes fail en-masse on windows
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	Thu Jan 12 15:28:34 2012 +0000
     1.2 +++ b/test/tools/javac/diags/CheckExamples.java	Tue Jan 17 17:14:44 2012 -0800
     1.3 @@ -23,10 +23,13 @@
     1.4  
     1.5  /*
     1.6   * @test
     1.7 - * @bug 6968063
     1.8 + * @bug 6968063, 7127924
     1.9   * @summary provide examples of code that generate diagnostics
    1.10   * @build Example CheckExamples
    1.11 - * @run main CheckExamples
    1.12 + * @run main/othervm CheckExamples
    1.13 + */
    1.14 +/*
    1.15 + *      See CR 7127924 for info on why othervm is used.
    1.16   */
    1.17  
    1.18  import java.io.*;
     2.1 --- a/test/tools/javac/diags/MessageInfo.java	Thu Jan 12 15:28:34 2012 +0000
     2.2 +++ b/test/tools/javac/diags/MessageInfo.java	Tue Jan 17 17:14:44 2012 -0800
     2.3 @@ -23,10 +23,13 @@
     2.4  
     2.5  /**
     2.6   * @test
     2.7 - * @bug 7013272
     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 MessageInfo
    2.12 + * @run main/othervm MessageInfo
    2.13 + */
    2.14 +/*
    2.15 + *      See CR 7127924 for info on why othervm is used.
    2.16   */
    2.17  
    2.18  import java.io.*;
     3.1 --- a/test/tools/javac/diags/RunExamples.java	Thu Jan 12 15:28:34 2012 +0000
     3.2 +++ b/test/tools/javac/diags/RunExamples.java	Tue Jan 17 17:14:44 2012 -0800
     3.3 @@ -23,10 +23,13 @@
     3.4  
     3.5  /**
     3.6   * @test
     3.7 - * @bug 6968063
     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 RunExamples
    3.12 + * @run main/othervm RunExamples
    3.13 + */
    3.14 +/*
    3.15 + *      See CR 7127924 for info on why othervm is used.
    3.16   */
    3.17  
    3.18  import java.io.*;

mercurial