7025988: Test test/tools/javac/file/zip/T6836682.java takes too long to complete

Wed, 09 Mar 2011 16:47:39 +0000

author
mcimadamore
date
Wed, 09 Mar 2011 16:47:39 +0000
changeset 924
4fd20d5b7295
parent 923
6970d9fb8e02
child 925
da10d62990a7

7025988: Test test/tools/javac/file/zip/T6836682.java takes too long to complete
Summary: added @ignore tag to temporarily disable the test
Reviewed-by: jjg

test/tools/javac/file/zip/T6836682.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/tools/javac/file/zip/T6836682.java	Mon Mar 07 17:39:42 2011 -0800
     1.2 +++ b/test/tools/javac/file/zip/T6836682.java	Wed Mar 09 16:47:39 2011 +0000
     1.3 @@ -23,7 +23,8 @@
     1.4  
     1.5  /*
     1.6   * @test
     1.7 - * @bug 6836682
     1.8 + * @ignore
     1.9 + * @bug 6836682 7025988
    1.10   * @summary JavacFileManager handles zip64 archives (64K+ entries and large file support)
    1.11   * @compile  -XDignore.symbol.file T6836682.java Utils.java
    1.12   * @run main T6836682

mercurial