hg: jdk9/sandbox/langtools: Enhancement: add test harness for local variable inference tests

maurizio.cimadamore at oracle.com maurizio.cimadamore at oracle.com
Fri Mar 11 13:14:18 UTC 2016


Changeset: b0efe0d89fcb
Author:    mcimadamore
Date:      2016-03-11 13:13 +0000
URL:       http://hg.openjdk.java.net/jdk9/sandbox/langtools/rev/b0efe0d89fcb

Enhancement: add test harness for local variable inference tests

! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
+ test/tools/javac/lvti/harness/InferredType.java
+ test/tools/javac/lvti/harness/LocalVariableInferenceTester.java
+ test/tools/javac/lvti/harness/NonDenotableTest.java
+ test/tools/javac/lvti/harness/PrimitiveTypeTest.java
+ test/tools/javac/lvti/harness/ReferenceTypeTest.java



More information about the jdk9-sandbox-changes mailing list