8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword

Thu, 30 Jan 2014 11:09:01 -0800

author
sogoel
date
Thu, 30 Jan 2014 11:09:01 -0800
changeset 2255
b2e4c5ca111f
parent 2254
5ad8f004239f
child 2258
b193b838c27e

8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword
Reviewed-by: jjg, ksrini
Contributed-by: matherey.nunez@oracle.com

test/tools/javac/api/TestJavacTaskScanner.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/InnerConstructor.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/intersection/IntersectionTargetTypeTest.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/separate/Test.java file | annotate | diff | comparison | revisions
test/tools/javac/resolve/ResolveHarness.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/tools/javac/api/TestJavacTaskScanner.java	Fri Jan 10 19:02:54 2014 +0100
     1.2 +++ b/test/tools/javac/api/TestJavacTaskScanner.java	Thu Jan 30 11:09:01 2014 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -23,7 +23,7 @@
    1.11  
    1.12  /*
    1.13   * @test
    1.14 - * @bug     4813736
    1.15 + * @bug     4813736 8013256
    1.16   * @summary Additional functionality test of task and JSR 269
    1.17   * @author  Peter von der Ah\u00e9
    1.18   * @library ./lib
     2.1 --- a/test/tools/javac/lambda/InnerConstructor.java	Fri Jan 10 19:02:54 2014 +0100
     2.2 +++ b/test/tools/javac/lambda/InnerConstructor.java	Thu Jan 30 11:09:01 2014 -0800
     2.3 @@ -1,5 +1,5 @@
     2.4  /*
     2.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     2.6 + * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
     2.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2.8   *
     2.9   * This code is free software; you can redistribute it and/or modify it
    2.10 @@ -23,7 +23,7 @@
    2.11  
    2.12  /*
    2.13   * @test
    2.14 - * @bug 8003280
    2.15 + * @bug 8003280 8003306
    2.16   * @summary Add lambda tests
    2.17   *  Regression test JDK-8003306 inner class constructor in lambda
    2.18   * @author  Robert Field
     3.1 --- a/test/tools/javac/lambda/intersection/IntersectionTargetTypeTest.java	Fri Jan 10 19:02:54 2014 +0100
     3.2 +++ b/test/tools/javac/lambda/intersection/IntersectionTargetTypeTest.java	Thu Jan 30 11:09:01 2014 -0800
     3.3 @@ -1,5 +1,5 @@
     3.4  /*
     3.5 - * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     3.6 + * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
     3.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3.8   *
     3.9   * This code is free software; you can redistribute it and/or modify it
    3.10 @@ -23,7 +23,7 @@
    3.11  
    3.12  /*
    3.13   * @test
    3.14 - * @bug 8002099
    3.15 + * @bug 8002099 8010822
    3.16   * @summary Add support for intersection types in cast expression
    3.17   */
    3.18  
     4.1 --- a/test/tools/javac/lambda/separate/Test.java	Fri Jan 10 19:02:54 2014 +0100
     4.2 +++ b/test/tools/javac/lambda/separate/Test.java	Thu Jan 30 11:09:01 2014 -0800
     4.3 @@ -1,5 +1,5 @@
     4.4  /*
     4.5 - * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     4.6 + * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
     4.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4.8   *
     4.9   * This code is free software; you can redistribute it and/or modify it
    4.10 @@ -23,6 +23,7 @@
    4.11  
    4.12  /*
    4.13   * @test
    4.14 + * @bug 8008708
    4.15   * @compile Foo.java
    4.16   * @compile Test.java
    4.17   */
     5.1 --- a/test/tools/javac/resolve/ResolveHarness.java	Fri Jan 10 19:02:54 2014 +0100
     5.2 +++ b/test/tools/javac/resolve/ResolveHarness.java	Thu Jan 30 11:09:01 2014 -0800
     5.3 @@ -1,5 +1,5 @@
     5.4  /*
     5.5 - * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     5.6 + * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
     5.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5.8   *
     5.9   * This code is free software; you can redistribute it and/or modify it
    5.10 @@ -23,7 +23,7 @@
    5.11  
    5.12  /*
    5.13   * @test
    5.14 - * @bug 7098660
    5.15 + * @bug 7098660 8014649
    5.16   * @summary Write better overload resolution/inference tests
    5.17   * @library /tools/javac/lib
    5.18   * @build JavacTestingAbstractProcessor ResolveHarness

mercurial