-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
6
-
generic
-
generic
Regression test MappingtTest.java failing on all platforms with Mustang
- The regression test has been failing for several builds on SQE Nightly Regression Test Bed.
- Fails with recent promoted build 1.6.0-b32
- Test fails with compilation error
Regression Test
===============
test/java/awt/font/LogicalFonts/MappingtTest.java
Errors
======
$JAVA_HOME/bin/javac MappingTest.java
MappingTest.java:35: package sun.io does not exist
import sun.io.CharacterEncoding;
^
MappingTest.java:433: cannot find symbol
symbol : variable CharacterEncoding
location: class MappingTest
String encoding = CharacterEncoding.aliasName(suffixes[ENCODING]);
^
Note: MappingTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
###@###.### 2005-04-20 01:06:30 GMT
- The regression test has been failing for several builds on SQE Nightly Regression Test Bed.
- Fails with recent promoted build 1.6.0-b32
- Test fails with compilation error
Regression Test
===============
test/java/awt/font/LogicalFonts/MappingtTest.java
Errors
======
$JAVA_HOME/bin/javac MappingTest.java
MappingTest.java:35: package sun.io does not exist
import sun.io.CharacterEncoding;
^
MappingTest.java:433: cannot find symbol
symbol : variable CharacterEncoding
location: class MappingTest
String encoding = CharacterEncoding.aliasName(suffixes[ENCODING]);
^
Note: MappingTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
###@###.### 2005-04-20 01:06:30 GMT
- duplicates
-
JDK-6243783 nightly: java/awt/font/LogicalFonts/MappingTest.java Compilation failed
-
- Closed
-