8148147: Sync up @modules from jigsaw/jake
Reviewed-by: chegar, mchung
This commit is contained in:
parent
78651a213e
commit
5e6fc23a73
@ -24,6 +24,8 @@
|
||||
/*
|
||||
* @test
|
||||
* @summary Tests for EvalState#addToClasspath
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* @library /tools/lib
|
||||
* @build KullaTesting TestingInputStream ToolBox Compiler
|
||||
* @run testng ClassPathTest
|
||||
|
@ -25,6 +25,9 @@
|
||||
* @test
|
||||
* @bug 8144095
|
||||
* @summary Test Command Completion
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jshell/jdk.internal.jshell.tool
|
||||
* @library /tools/lib
|
||||
* @build ReplToolTesting TestingInputStream Compiler ToolBox
|
||||
* @run testng CommandCompletionTest
|
||||
|
@ -25,6 +25,8 @@
|
||||
* @test
|
||||
* @bug 8141092
|
||||
* @summary Test Completion
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* @library /tools/lib
|
||||
* @build KullaTesting TestingInputStream ToolBox Compiler
|
||||
* @run testng CompletionSuggestionTest
|
||||
|
@ -24,6 +24,9 @@
|
||||
/*
|
||||
* @test
|
||||
* @summary Tests for shell error translation
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jshell/jdk.internal.jshell.tool
|
||||
* @library /tools/lib
|
||||
* @build KullaTesting TestingInputStream ExpectedDiagnostic ToolBox Compiler
|
||||
* @run testng ErrorTranslationTest
|
||||
|
@ -24,6 +24,8 @@
|
||||
/*
|
||||
* @test
|
||||
* @summary Test Completion
|
||||
* @modules jdk.jshell/jdk.internal.jshell.tool
|
||||
* jdk.internal.le/jdk.internal.jline.console.history
|
||||
* @build HistoryTest
|
||||
* @run testng HistoryTest
|
||||
*/
|
||||
|
@ -24,6 +24,8 @@
|
||||
/*
|
||||
* @test
|
||||
* @summary Test imports
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* @library /tools/lib
|
||||
* @build KullaTesting TestingInputStream ToolBox ExpectedDiagnostic
|
||||
* @run testng ImportTest
|
||||
|
@ -24,6 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @summary Test SourceCodeAnalysis
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* @build KullaTesting TestingInputStream KullaCompletenessStressTest CompletenessStressTest
|
||||
* @run testng KullaCompletenessStressTest
|
||||
*/
|
||||
|
@ -24,6 +24,9 @@
|
||||
/*
|
||||
* @test
|
||||
* @summary Testing start-up options.
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jshell/jdk.internal.jshell.tool
|
||||
* @library /tools/lib
|
||||
* @build Compiler ToolBox
|
||||
* @run testng StartOptionTest
|
||||
|
@ -24,6 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @summary Test JShell#stop
|
||||
* @modules jdk.jshell/jdk.internal.jshell.tool
|
||||
* @build KullaTesting TestingInputStream
|
||||
* @run testng StopExecutionTest
|
||||
*/
|
||||
|
@ -25,6 +25,7 @@
|
||||
* @test
|
||||
* @bug 8146368
|
||||
* @summary Test Smashing Error when user language is Japanese
|
||||
* @modules jdk.jshell/jdk.internal.jshell.tool
|
||||
* @library /tools/lib /jdk/jshell
|
||||
* @build ReplToolTesting
|
||||
* @run testng/othervm -Duser.language=ja JShellToolTest8146368
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -25,6 +25,9 @@
|
||||
* @test
|
||||
* @bug 8081845
|
||||
* @summary Tests for /reload in JShell tool
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jshell/jdk.internal.jshell.tool
|
||||
* @library /tools/lib
|
||||
* @build KullaTesting TestingInputStream ToolBox Compiler
|
||||
* @run testng ToolReloadTest
|
||||
|
@ -1,4 +1,6 @@
|
||||
# This file identifies root(s) of the test-ng hierarchy.
|
||||
|
||||
|
||||
TestNG.dirs = .
|
||||
|
||||
modules = \
|
||||
jdk.compiler/com.sun.tools.javac.util
|
||||
|
@ -29,6 +29,7 @@
|
||||
* java.logging
|
||||
* java.xml
|
||||
* jdk.compiler/com.sun.tools.javac.resources
|
||||
* jdk.compiler/com.sun.tools.javac.util
|
||||
*/
|
||||
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @summary REGRESSION: javac crashes if -d or -s argument is a file
|
||||
* @author Peter von der Ah\u00e9
|
||||
* @modules java.compiler
|
||||
* jdk.compiler
|
||||
* jdk.compiler/com.sun.tools.javac.util
|
||||
*/
|
||||
|
||||
import java.lang.reflect.Field;
|
||||
|
@ -26,7 +26,7 @@
|
||||
* @bug 6567415
|
||||
* @summary Test to ensure javac does not go into an infinite loop, while
|
||||
* reading a classfile of a specific length.
|
||||
* @modules jdk.compiler
|
||||
* @modules jdk.compiler/com.sun.tools.javac.jvm
|
||||
* @compile -XDignore.symbol.file T6567415.java
|
||||
* @run main T6567415
|
||||
* @author ksrini
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042947
|
||||
* @summary Checking AnnotationDefault attribute.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build AnnotationDefaultTest TestBase TestResult InMemoryFileManager ToolBox AnnotationDefaultVerifier
|
||||
* @run main AnnotationDefaultTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042931
|
||||
* @summary Checking EnclosingMethod attribute of anonymous/local class.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build EnclosingMethodTest TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @run main EnclosingMethodTest
|
||||
*/
|
||||
|
@ -25,12 +25,11 @@
|
||||
* @test
|
||||
* @summary Tests a line number table attribute for language constructions in different containers.
|
||||
* @bug 8040131
|
||||
*
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.compiler/com.sun.tools.javac.util
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build ToolBox TestBase InMemoryFileManager LineNumberTestBase Container TestCase
|
||||
* @run main LineNumberTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @summary local variable table attribute test.
|
||||
* @bug 8040097
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.compiler/com.sun.tools.javac.util
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build ToolBox LocalVariableTestBase TestBase InMemoryFileManager
|
||||
* @compile -g LocalVariableTableTest.java
|
||||
* @run main LocalVariableTableTest
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @summary local variable type table attribute test.
|
||||
* @bug 8040097
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.compiler/com.sun.tools.javac.util
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build ToolBox LocalVariableTestBase TestBase InMemoryFileManager
|
||||
* @compile -g LocalVariableTypeTableTest.java
|
||||
* @run main LocalVariableTypeTableTest
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8049238
|
||||
* @summary Checks Signature attribute for constructors.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build ConstructorTest Driver ExpectedSignature ExpectedSignatureContainer
|
||||
* @run main Driver ConstructorTest
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8049238
|
||||
* @summary Checks Signature attribute for enum.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build EnumTest Driver ExpectedSignature ExpectedSignatureContainer
|
||||
* @run main Driver EnumTest
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8049238
|
||||
* @summary Checks Signature attribute for methods which throw exceptions.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build ExceptionTest Driver ExpectedSignature ExpectedSignatureContainer
|
||||
* @run main Driver ExceptionTest
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8049238
|
||||
* @summary Checks Signature attribute for fields.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build FieldTest Driver ExpectedSignature ExpectedSignatureContainer
|
||||
* @run main Driver FieldTest
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8049238
|
||||
* @summary Checks Signature attribute for inner classes.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build InnerClassTest Driver ExpectedSignature ExpectedSignatureContainer
|
||||
* @run main Driver InnerClassTest
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8049238
|
||||
* @summary Checks Signature attribute for method parameters.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build MethodParameterTest Driver ExpectedSignature ExpectedSignatureContainer
|
||||
* @run main Driver MethodParameterTest
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8049238
|
||||
* @summary Checks Signature attribute for type bounds.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build MethodTypeBoundTest Driver ExpectedSignature ExpectedSignatureContainer
|
||||
* @run main Driver MethodTypeBoundTest
|
||||
|
@ -27,10 +27,10 @@
|
||||
* @summary Checks Signature attribute for array return type of method.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules java.desktop
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build ReturnTypeTest Driver ExpectedSignature ExpectedSignatureContainer
|
||||
* @run main Driver ReturnTypeTest
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @summary sourcefile attribute test for anonymous class.
|
||||
* @bug 8040129
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build ToolBox SourceFileTestBase TestBase InMemoryFileManager
|
||||
* @run main AnonymousClassTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @summary sourcefile attribute test for inner class.
|
||||
* @bug 8040129
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build ToolBox SourceFileTestBase TestBase InMemoryFileManager
|
||||
* @run main InnerClassTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @summary sourcefile attribute test for local class.
|
||||
* @bug 8040129
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build ToolBox SourceFileTestBase TestBase InMemoryFileManager
|
||||
* @run main LocalClassTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @summary sourcefile attribute test for complex structure of nested classes and other types.
|
||||
* @bug 8040129
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build ToolBox SourceFileTestBase TestBase InMemoryFileManager
|
||||
* @run main MixTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @summary sourcefile attribute test for file compiled without debug information.
|
||||
* @bug 8040129
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build ToolBox SourceFileTestBase TestBase InMemoryFileManager
|
||||
* @compile -g:none NoSourceFileAttribute.java
|
||||
* @run main NoSourceFileAttribute
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @summary sourcefile attribute test for synthetic class.
|
||||
* @bug 8040129
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build ToolBox SourceFileTestBase TestBase InMemoryFileManager
|
||||
* @run main SyntheticClassTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @summary sourcefile attribute test for two type in one file.
|
||||
* @bug 8040129
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build ToolBox SourceFileTestBase TestBase InMemoryFileManager
|
||||
* @run main TopLevelClassesOneFileTest
|
||||
*/
|
||||
|
@ -25,7 +25,11 @@
|
||||
* @test
|
||||
* @bug 8044537
|
||||
* @summary Checking ACC_SYNTHETIC flag is generated for access method
|
||||
* generated to access to private methods and fields.
|
||||
* generated to access to private methods and fields.
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build AccessToPrivateInnerClassMembersTest SyntheticTestDriver ExpectedClass ExpectedClasses
|
||||
|
@ -26,6 +26,9 @@
|
||||
* @bug 8044537
|
||||
* @summary Checking ACC_SYNTHETIC flag is generated for access method
|
||||
* generated to access to private methods and fields.
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build AccessToPrivateSiblingsTest SyntheticTestDriver ExpectedClass ExpectedClasses
|
||||
|
@ -25,6 +25,10 @@
|
||||
* @test
|
||||
* @bug 8044537
|
||||
* @summary Checking ACC_SYNTHETIC flag is generated for assert statement.
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build AssertFieldTest SyntheticTestDriver ExpectedClass ExpectedClasses
|
||||
|
@ -25,6 +25,10 @@
|
||||
* @test
|
||||
* @bug 8044537
|
||||
* @summary Checking ACC_SYNTHETIC flag is generated for bridge method generated for generic method.
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build BridgeMethodForGenericMethodTest SyntheticTestDriver ExpectedClass ExpectedClasses
|
||||
|
@ -26,6 +26,10 @@
|
||||
* @bug 8044537
|
||||
* @summary Checking ACC_SYNTHETIC flag is generated for bridge method
|
||||
* generated for lambda expressions and method references.
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build BridgeMethodsForLambdaTest SyntheticTestDriver ExpectedClass ExpectedClasses
|
||||
|
@ -25,6 +25,10 @@
|
||||
* @test
|
||||
* @bug 8044537
|
||||
* @summary Checking ACC_SYNTHETIC flag is generated for enum members.
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build EnumTest SyntheticTestDriver ExpectedClass ExpectedClasses
|
||||
|
@ -25,6 +25,10 @@
|
||||
* @test
|
||||
* @bug 8044537
|
||||
* @summary Checking ACC_SYNTHETIC flag is generated for package-info.
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build SyntheticTestDriver ExpectedClass ExpectedClasses
|
||||
|
@ -25,6 +25,9 @@
|
||||
* @test
|
||||
* @bug 8044537
|
||||
* @summary Checking ACC_SYNTHETIC flag is generated for "this$0" field.
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build ThisFieldTest SyntheticTestDriver ExpectedClass ExpectedClasses
|
||||
|
@ -26,6 +26,9 @@
|
||||
* @bug 8044411
|
||||
* @summary Tests the RuntimeVisibleAnnotations/RuntimeInvisibleAnnotations attribute.
|
||||
* Checks that the attribute is generated for bridge method.
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build WorkAnnotations TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build TestCase ClassType TestAnnotationInfo
|
||||
|
@ -25,6 +25,9 @@
|
||||
* @test
|
||||
* @bug 8044411
|
||||
* @summary Tests the RuntimeVisibleAnnotations/RuntimeInvisibleAnnotations attribute.
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build WorkAnnotations TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build TestCase ClassType TestAnnotationInfo
|
||||
|
@ -25,6 +25,9 @@
|
||||
* @test
|
||||
* @bug 8044411
|
||||
* @summary Tests the RuntimeVisibleAnnotations/RuntimeInvisibleAnnotations attribute.
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build WorkAnnotations TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build TestCase ClassType TestAnnotationInfo
|
||||
|
@ -25,6 +25,9 @@
|
||||
* @test
|
||||
* @bug 8044411
|
||||
* @summary Tests the RuntimeVisibleAnnotations/RuntimeInvisibleAnnotations attribute.
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build WorkAnnotations TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build TestCase ClassType TestAnnotationInfo
|
||||
|
@ -25,6 +25,9 @@
|
||||
* @test
|
||||
* @bug 8044411
|
||||
* @summary Tests the RuntimeVisibleAnnotations/RuntimeInvisibleAnnotations attribute.
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build WorkAnnotations TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build TestCase ClassType TestAnnotationInfo
|
||||
|
@ -25,6 +25,9 @@
|
||||
* @test
|
||||
* @bug 8044411
|
||||
* @summary Tests the RuntimeVisibleAnnotations/RuntimeInvisibleAnnotations attribute.
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build WorkAnnotations TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build TestCase ClassType TestAnnotationInfo
|
||||
|
@ -26,6 +26,9 @@
|
||||
* @bug 8044411
|
||||
* @summary Tests the RuntimeParameterVisibleAnnotations/RuntimeParameterInvisibleAnnotations attribute.
|
||||
* Checks that the attribute is generated for bridge method.
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build WorkAnnotations TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build TestCase ClassType TestAnnotationInfo
|
||||
|
@ -25,6 +25,9 @@
|
||||
* @test
|
||||
* @bug 8044411 8079060 8138612
|
||||
* @summary Tests the RuntimeParameterVisibleAnnotations/RuntimeParameterInvisibleAnnotations attribute.
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build WorkAnnotations TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build TestCase ClassType TestAnnotationInfo
|
||||
|
@ -25,6 +25,9 @@
|
||||
* @test
|
||||
* @bug 8044411
|
||||
* @summary Tests the RuntimeParameterVisibleAnnotations/RuntimeParameterInvisibleAnnotations attribute.
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @build WorkAnnotations TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @build TestCase ClassType TestAnnotationInfo
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042261
|
||||
* @summary Checking that deprecated attribute does not apply to classes of deprecated package.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.compiler/com.sun.tools.javac.util
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build ToolBox TestBase TestResult InMemoryFileManager
|
||||
* @run main DeprecatedPackageTest
|
||||
*/
|
||||
|
@ -27,10 +27,10 @@
|
||||
* @summary Checking what attribute is generated by annotation Deprecated
|
||||
* or javadoc deprecated for field, method, class(inner/local), interface.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.compiler/com.sun.tools.javac.util
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build ToolBox TestBase TestResult InMemoryFileManager
|
||||
* @run main DeprecatedTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Testing InnerClasses_attribute of inner annotations in inner annotation.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @run main InnerAnnotationsInInnerAnnotationTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Testing InnerClasses_attribute of inner annotations in inner class.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @run main InnerAnnotationsInInnerClassTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Testing InnerClasses_attribute of inner annotations in inner enum.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @run main InnerAnnotationsInInnerEnumTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Testing InnerClasses_attribute of inner annotations in inner interface.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @run main InnerAnnotationsInInnerInterfaceTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Test that inner classes have in its inner classes attribute enclosing classes and its immediate members.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build TestResult TestBase InMemoryFileManager ToolBox
|
||||
* @run main InnerClassesHierarchyTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251 8062373
|
||||
* @summary Testing InnerClasses_attribute of inner classes in anonymous class.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesTestBase TestResult TestBase InMemoryFileManager ToolBox
|
||||
* @run main InnerClassesInAnonymousClassTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Testing InnerClasses_attribute of inner classes in inner annotation.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestResult TestBase InMemoryFileManager ToolBox
|
||||
* @run main InnerClassesInInnerAnnotationTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8034854 8042251
|
||||
* @summary Testing InnerClasses_attribute of inner classes in inner class.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestResult TestBase InMemoryFileManager ToolBox
|
||||
* @run main InnerClassesInInnerClassTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8034854 8042251
|
||||
* @summary Testing InnerClasses_attribute of inner classes in inner enum.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestResult TestBase InMemoryFileManager ToolBox
|
||||
* @run main InnerClassesInInnerEnumTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Testing InnerClasses_attribute of inner classes in inner interface.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestResult TestBase InMemoryFileManager ToolBox
|
||||
* @run main InnerClassesInInnerInterfaceTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Test that outer_class_info_index of local and anonymous class is zero.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @run main InnerClassesIndexTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8034854 8042251
|
||||
* @summary Testing inner classes attributes.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesTestBase TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @run main InnerClassesTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Testing InnerClasses_attribute of inner enums in inner annotation.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @run main InnerEnumInInnerAnnotationTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Testing InnerClasses_attribute of inner enums in inner enum.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @run main InnerEnumInInnerEnumTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Testing InnerClasses_attribute of inner enums in inner interface.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @run main InnerEnumInInnerInterfaceTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Testing InnerClasses_attribute of inner enums in inner class.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @run main InnerEnumsInInnerClassTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Testing InnerClasses_attribute of inner interfaces in inner annotation.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @run main InnerInterfacesInInnerAnnotationTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @summary Testing InnerClasses_attribute of inner interfaces in inner class.
|
||||
* @author aeremeev
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @run main InnerInterfacesInInnerClassTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Testing InnerClasses_attribute of inner interfaces in inner enum.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @run main InnerInterfacesInInnerEnumTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Testing InnerClasses_attribute of inner interfaces in inner interface.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build InnerClassesInInnerClassTestBase InnerClassesTestBase TestBase TestResult InMemoryFileManager ToolBox
|
||||
* @run main InnerInterfacesInInnerInterfaceTest
|
||||
*/
|
||||
|
@ -26,10 +26,10 @@
|
||||
* @bug 8042251
|
||||
* @summary Test that there are no inner classes attributes in case of there are no inner classes.
|
||||
* @library /tools/lib /tools/javac/lib ../lib
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.jdeps/com.sun.tools.classfile
|
||||
* @build TestBase InMemoryFileManager ToolBox
|
||||
* @run main NoInnerClassesTest
|
||||
*/
|
||||
|
@ -28,7 +28,10 @@
|
||||
* temporarily workaround combo tests are causing time out in several platforms
|
||||
* @library ../lib
|
||||
* @modules java.desktop
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.code
|
||||
* jdk.compiler/com.sun.tools.javac.comp
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.compiler/com.sun.tools.javac.tree
|
||||
* jdk.compiler/com.sun.tools.javac.util
|
||||
* @build combo.ComboTestHelper
|
||||
|
@ -24,6 +24,8 @@
|
||||
/**
|
||||
* @test
|
||||
* @bug 8056897
|
||||
* @modules jdk.compiler/com.sun.tools.javac.parser
|
||||
* jdk.compiler/com.sun.tools.javac.util
|
||||
* @summary Proper lexing of integer literals.
|
||||
*/
|
||||
|
||||
@ -78,4 +80,4 @@ public class JavaLexerTest {
|
||||
throw new AssertionError("Unexpected token text: " + actualText);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -25,6 +25,7 @@
|
||||
* @test
|
||||
* @bug 8072480
|
||||
* @summary Verify option clash between -release and -source is reported correctly.
|
||||
* @modules jdk.compiler/com.sun.tools.javac.util
|
||||
*/
|
||||
|
||||
import java.io.ByteArrayOutputStream;
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @summary Check that CompletionFailures for missing classes are not incorrectly passed to
|
||||
* the javadoc API clients.
|
||||
* @library /tools/lib
|
||||
* @modules jdk.javadoc
|
||||
* @modules jdk.javadoc com.sun.tools.javac.api
|
||||
* @run main CompletionError
|
||||
*/
|
||||
|
||||
|
@ -25,6 +25,11 @@
|
||||
* @test
|
||||
* @bug 8130880
|
||||
* @library lib
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.code
|
||||
* jdk.compiler/com.sun.tools.javac.parser
|
||||
* jdk.compiler/com.sun.tools.javac.tree
|
||||
* jdk.compiler/com.sun.tools.javac.util
|
||||
* @run main sampleapi.SampleApiDefaultRunner -o:out/src
|
||||
* @run main SampleApiTest
|
||||
*/
|
||||
|
@ -37,6 +37,7 @@ import com.sun.tools.classfile.Type.WildcardType;
|
||||
* @test
|
||||
* @bug 6888367
|
||||
* @summary classfile library parses signature attributes incorrectly
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
*/
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user