Details
-
Bug
-
Resolution: Fixed
-
P5
-
8
-
b96
-
Not verified
Description
These two langtools jtreg test files contain a utf8 char:
test/tools/javac/api/6437999/Utf8.java:25: * @author Peter von der Ahé
test/tools/javac/api/T6306137.java:30: * @author Peter von der Ahé
They should contain only ASCII. The tests should generate the need files containing the utf8 chars so that the chars themselves are not in the source code in the repository.
test/tools/javac/api/6437999/Utf8.java:25: * @author Peter von der Ahé
test/tools/javac/api/T6306137.java:30: * @author Peter von der Ahé
They should contain only ASCII. The tests should generate the need files containing the utf8 chars so that the chars themselves are not in the source code in the repository.
Attachments
Issue Links
- relates to
-
JDK-8016908 TEST_BUG: removing non-ascii characters causes tests to fail
- Closed