This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Patch: Remove old tests
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: Remove old tests
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 07 Nov 2000 14:03:49 -0700
- Reply-To: tromey at cygnus dot com
I'm checking this in. No patch appended as it just removes files.
After the encoding work I did on gcj, it no longer will accept
incorrectly encoded files. Since we can't reliably test euc/sjis
encodings (not all host platforms can handle this), I elected to
simply delete these tests.
2000-11-07 Tom Tromey <tromey@cygnus.com>
* libjava.compile/sjis_comment3.java: Removed.
* libjava.compile/sjis_comment2.java: Removed.
* libjava.compile/sjis_comment1.java: Removed.
* libjava.compile/euc_comment3.java: Removed.
* libjava.compile/euc_comment2.java: Removed.
* libjava.compile/euc_comment1.java: Removed.
Tom