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

Reviewed-by: jjg, ksrini
This commit is contained in:
Matherey Nunez 2014-01-27 12:45:03 -08:00 committed by Sonali Goel
parent 99aae5c1fd
commit 69f2f2fad4
5 changed files with 10 additions and 9 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -23,7 +23,7 @@
/* /*
* @test * @test
* @bug 4813736 * @bug 4813736 8013256
* @summary Additional functionality test of task and JSR 269 * @summary Additional functionality test of task and JSR 269
* @author Peter von der Ah\u00e9 * @author Peter von der Ah\u00e9
* @library ./lib * @library ./lib

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -23,7 +23,7 @@
/* /*
* @test * @test
* @bug 8003280 * @bug 8003280 8003306
* @summary Add lambda tests * @summary Add lambda tests
* Regression test JDK-8003306 inner class constructor in lambda * Regression test JDK-8003306 inner class constructor in lambda
* @author Robert Field * @author Robert Field

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -23,7 +23,7 @@
/* /*
* @test * @test
* @bug 8002099 * @bug 8002099 8010822
* @summary Add support for intersection types in cast expression * @summary Add support for intersection types in cast expression
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -23,6 +23,7 @@
/* /*
* @test * @test
* @bug 8008708
* @compile Foo.java * @compile Foo.java
* @compile Test.java * @compile Test.java
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -23,7 +23,7 @@
/* /*
* @test * @test
* @bug 7098660 * @bug 7098660 8014649
* @summary Write better overload resolution/inference tests * @summary Write better overload resolution/inference tests
* @library /tools/javac/lib * @library /tools/javac/lib
* @build JavacTestingAbstractProcessor ResolveHarness * @build JavacTestingAbstractProcessor ResolveHarness