summaryrefslogtreecommitdiff
path: root/test/java.io
Commit message (Collapse)AuthorAgeFilesLines
* Replace all .cvsignore files with .gitignoreIvan Maidanski2012-10-151-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-06-10 Ivan Maidanski <ivmai@mail.ru> * compat/.gitignore, * compat/java.net/.gitignore, * doc/.gitignore, * doc/api/.gitignore, * doc/www.gnu.org/.gitignore, * doc/www.gnu.org/announce/.gitignore, * doc/www.gnu.org/cp-tools/.gitignore, * doc/www.gnu.org/docs/.gitignore, * doc/www.gnu.org/downloads/.gitignore, * doc/www.gnu.org/events/.gitignore, * doc/www.gnu.org/faq/.gitignore, * examples/.gitignore, * external/.gitignore, * external/jsr166/.gitignore, * external/relaxngDatatype/.gitignore, * external/sax/.gitignore, * external/w3c_dom/.gitignore, * gnu/classpath/.gitignore, * gnu/java/locale/.gitignore, * gnu/java/security/.gitignore, * gnu/test/.gitignore, * include/.gitignore, * java/util/.gitignore, * lib/.gitignore, * native/.gitignore, * native/fdlibm/.gitignore, * native/jawt/.gitignore, * native/jni/.gitignore, * native/jni/classpath/.gitignore, * native/jni/gconf-peer/.gitignore, * native/jni/gstreamer-peer/.gitignore, * native/jni/gtk-peer/.gitignore, * native/jni/java-io/.gitignore, * native/jni/java-lang/.gitignore, * native/jni/java-math/.gitignore, * native/jni/java-net/.gitignore, * native/jni/java-nio/.gitignore, * native/jni/java-util/.gitignore, * native/jni/midi-alsa/.gitignore, * native/jni/midi-dssi/.gitignore, * native/jni/native-lib/.gitignore, * native/jni/qt-peer/.gitignore, * native/jni/xmlj/.gitignore, * native/plugin/.gitignore, * native/testsuite/.gitignore, * native/vmi/.gitignore, * resource/.gitignore, * resource/META-INF/services/.gitignore, * scripts/.gitignore, * test/.gitignore, * test/gnu.java.lang.reflect/.gitignore, * test/java.io/.gitignore, * test/java.lang.reflect/.gitignore, * test/java.net/.gitignore, * test/java.util/.gitignore, * tools/.gitignore, * tools/gnu/classpath/tools/doclets/.gitignore, * tools/gnu/classpath/tools/doclets/debugdoclet/.gitignore, * tools/gnu/classpath/tools/doclets/htmldoclet/.gitignore, * tools/gnu/classpath/tools/doclets/xmldoclet/.gitignore, * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/.gitignore, * tools/gnu/classpath/tools/gjdoc/.gitignore, * tools/gnu/classpath/tools/gjdoc/expr/.gitignore, * tools/gnu/classpath/tools/java2xhtml/.gitignore, * tools/gnu/classpath/tools/taglets/.gitignore, * vm/.gitignore, * vm/reference/.gitignore: Renamed from .cvsignore. Signed-off-by: Pekka Enberg <penberg@kernel.org>
* * all files: Update for new FSF address.Mark Wielaard2005-07-0230-30/+30
|
* 2002-03-28 Eric Blake <ebb9@email.byu.edu>Eric Blake2002-03-291-0/+1
| | | | | | | | | * test/.cvsignore: New file. * test/gnu.java.lang.reflect/.cvsignore: New file. * test/java.io/.cvsignore: New file. * test/java.lang.reflect/.cvsignore: New file. * test/java.net/.cvsignore: New file. * test/java.util/.cvsignore: New file.
* * test/java.io/PipedReaderWriterTest.java: Use Thread.sleep() toBryce McKinlay2001-01-052-4/+4
| | | | | | | implement delay, not System.gc(). * test/java.io/PipedStreamTest.java: Ditto. * java/io/PipedReader: Synchronize on "lock" instead of this.
* * test/java.io/RandomAccessFileTest.java: Fix overflow of integerBryce McKinlay2001-01-052-2/+2
| | | | | constant. * test/java.io/dataoutput-jdk.out: Update with corrected JDK output.
* * gnu/java/beans/ChangeLog: removedBrian Jones2000-12-031-103/+0
| | | | | | | | | | | | | | | | | | | | | | * gnu/java/beans/editors/ChangeLog: removed * gnu/java/beans/info/ChangeLog: removed * gnu/java/io/ChangeLog: removed * gnu/java/io/decode/ChangeLog: removed * gnu/java/io/encode/ChangeLog: removed * gnu/java/lang/ChangeLog: removed * gnu/java/lang/reflect/ChangeLog: removed * gnu/java/net/content/text/ChangeLog: removed * java/beans/ChangeLog: removed * java/io/ChangeLog: removed * java/lang/reflect/ChangeLog: removed * java/net/ChangeLog: removed * java/util/ChangeLog: removed * native/java.io/ChangeLog: removed * native/java.lang.reflect/ChangeLog: removed * native/java.net/ChangeLog: removed * native/lib/ChangeLog: removed * native/vmi/ChangeLog: removed * test/java.io/ChangeLog: removed
* (runReadTest): Added 'L' to the end of literal long that is too big toGeoff Berry1999-03-061-2/+2
| | | | | | fit in an integer. JDK javac compiles without this, but it is illegal according to JLS. (main): Same as above.
* Initial checkinAaron M. Renn1998-12-022-0/+221
|
* Changed copyright assignment to FSF.Geoff Berry1998-08-304-4/+4
|
* Initial checkinAaron M. Renn1998-08-142-0/+102
|
* Initial CheckinAaron M. Renn1998-08-131-0/+2
|
* Initial checkinAaron M. Renn1998-08-022-0/+167
|
* Initial CheckinAaron M. Renn1998-08-0216-0/+1878
|
* Copyright notice updateAaron M. Renn1998-08-027-54/+76
|
* Updated data files to correspond to new test classes. Moved testGeoff Berry1998-07-2410-0/+310
| | | | classes out of ObjectOutputStreamTest. Added ObjectInputStreamTest.
* Moved test classes into seperate files so they could be used byGeoff Berry1998-07-241-137/+2
| | | | ObjectInputStreamTest.
* Added data files for ObjectOutputStreamTest.Geoff Berry1998-07-216-0/+0
|
* First version.Geoff Berry1998-07-211-0/+292
|
* Fixed typo.Geoff Berry1998-07-211-1/+1
|
* See ChangeLog.Geoff Berry1998-07-071-0/+282
|
* Initial CheckinAaron M. Renn1998-06-1910-0/+1112