hg: jigsaw/jake/langtools: fix test on problem list

jonathan.gibbons at oracle.com jonathan.gibbons at oracle.com
Wed Feb 10 02:18:26 UTC 2016


Changeset: faf4f70ddd6a
Author:    jjg
Date:      2016-02-09 18:18 -0800
URL:       http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/faf4f70ddd6a

fix test on problem list

! test/ProblemList.jake.txt
- test/tools/javac/synthesize/Boolean.java
- test/tools/javac/synthesize/Byte.java
- test/tools/javac/synthesize/Character.java
- test/tools/javac/synthesize/Cloneable.java
- test/tools/javac/synthesize/Double.java
- test/tools/javac/synthesize/Float.java
- test/tools/javac/synthesize/Integer.java
- test/tools/javac/synthesize/Long.java
! test/tools/javac/synthesize/Main.java
- test/tools/javac/synthesize/Number.java
- test/tools/javac/synthesize/Object.java
- test/tools/javac/synthesize/Serializable.java
- test/tools/javac/synthesize/Short.java
- test/tools/javac/synthesize/Test.java
- test/tools/javac/synthesize/Void.java
+ test/tools/javac/synthesize/src/Boolean.java
+ test/tools/javac/synthesize/src/Byte.java
+ test/tools/javac/synthesize/src/Character.java
+ test/tools/javac/synthesize/src/Cloneable.java
+ test/tools/javac/synthesize/src/Double.java
+ test/tools/javac/synthesize/src/Float.java
+ test/tools/javac/synthesize/src/Integer.java
+ test/tools/javac/synthesize/src/Long.java
+ test/tools/javac/synthesize/src/Number.java
+ test/tools/javac/synthesize/src/Object.java
+ test/tools/javac/synthesize/src/Serializable.java
+ test/tools/javac/synthesize/src/Short.java
+ test/tools/javac/synthesize/src/Test.java
+ test/tools/javac/synthesize/src/Void.java
+ test/tools/javac/synthesize/src/module-info.java



More information about the jigsaw-dev mailing list