summaryrefslogtreecommitdiff
path: root/libjava/testsuite
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in: Rebuilt.tromey2002-06-244-125/+125
| | | | | | | | | | | | | * Makefile.am (RUNTEST): Added AM_RUNTESTFLAGS. (AM_RUNTESTFLAGS): New variable. (RUNTESTFLAGS): Don't define. * lib/libjava.exp (libjava_invoke): New proc. (test_libjava_from_source): Use it. (test_libjava_from_javac): Likewise. (libjava_find_gij): New proc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54939 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcj/javaprims.h: Updated class declaration list.tromey2002-06-171-2/+2
| | | | | | | | | | | * Makefile.in: Rebuilt. * Makefile.am (core_java_source_files): Added new file. * java/util/EventListenerProxy.java: New file. * java/util/EventListener.java: Re-merge with Classpath. * java/util/EventObject.java: Re-merge with Classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54720 138bc75d-0d04-0410-961f-82ee72b054a4
* * lib/libjava.exp (test_libjava): Fixed typo.tromey2002-06-133-1/+7
| | | | | | | * libjava.compile/PR6865.xfail: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54594 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/PR6865.java: New file. For PR java/6865.tromey2002-06-112-0/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54505 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.lang/PR6520.java: Fixed typo.tromey2002-06-112-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54503 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.lang/PR6520.java: New file. For PR java/6520.tromey2002-06-112-0/+17
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54482 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/T20020604.java: New file.tromey2002-06-045-3/+47
| | | | | | | | | | | | | | For PR libgcj/6389: * libjava.mauve/xfails: Now passes System.getProperty test. For PR java/1343 and PR java/6336: * libjava.compile/PR1343.java: New file. For PR java/5913: * libjava.compile/PR5913.xfail: Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54259 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/T20020529.java: New file.bryce2002-05-302-0/+27
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54039 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.lang/PR6820.java: New file.bryce2002-05-273-0/+22
| | | | | | | * libjava.lang/PR6820.out: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53908 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.lang/PR6729.java: New file.bryce2002-05-232-0/+2
| | | | | | | * libjava.lang/PR6729.out: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53759 138bc75d-0d04-0410-961f-82ee72b054a4
* Test case for PR 6729.bryce2002-05-232-0/+17
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53758 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/6429jakub2002-05-091-7/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (libgcc.mk): Pass SHLIB_SLIBDIR_SUFFIXES to mklibgcc. * mklibgcc.in: If SHLIB_SLIBDIR_SUFFIXES is defined, put libgcc_s shared libraries into multilib dirs, with SONAME libgcc_s.so.1 for base multilibs. * config/t-slibgcc-elf-ver (SHLIB_LINK): Adjust for the above. * config/t-slibgcc-sld (SHLIB_LINK): Likewise. * config/i386/t-linux64 (SHLIB_SLIBDIR_SUFFIXES): Define. * config/sparc/t-linux64 (SHLIB_SLIBDIR_SUFFIXES): Define. * config/sparc/t-sol2-64 (SHLIB_SLIBDIR_SUFFIXES): Define. * lib/g77.exp (g77_link_flags): Append all multilib dirs containing libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH. * lib/g++.exp (g++_link_flags): Likewise. * lib/objc.exp (objc_target_compile): Likewise. * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Append all multilib dirs containing libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH. * testsuite/lib/libjava.exp (libjava_arguments): Append all multilib dirs containing libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53345 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-05-09 David.Billinghurst <David.Billinghurst@riotinto.com>billingd2002-05-081-1/+4
| | | | | | | | * testsuite/lib/libjava.exp (test_libjava_from_javac): Append .exe to executable names. Fix for cygwin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53291 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-05-06 David.Billinghurst <David.Billinghurst@riotinto.com>billingd2002-05-061-1/+4
| | | | | | | | * testsuite/lib/libjava.exp (libjava_arguments): Don't link with -no-install on *-*-cygwin*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53210 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-05-06 David.Billinghurst <David.Billinghurst@riotinto.com>billingd2002-05-051-0/+3
| | | | | | | | * testsuite/lib/libjava.exp (test_libjava_from_source): Add comment explaining last patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53201 138bc75d-0d04-0410-961f-82ee72b054a4
* For PR java/6519:mark2002-05-043-0/+25
| | | | | | | | * libjava.lang/emptystring.java: New. * libjava.lang/emptystring.out: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53157 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-05-04 David Billinghurst <David.Billinghurst@riotinto.com>billingd2002-05-041-0/+1
| | | | | | | | | | * testsuite/lib/libjava.exp (test_libjava_from_source): Append .exe to executable names. If no suffix is present, then ".exe" is added by default on win32. Harmless elsewhere so always do it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53143 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/lib/libjava.exp (libjava_find_spec): New function.ro2002-05-021-4/+30
| | | | | | | | (libjava_init): Use it to find libgcj.spec. (libjava_arguments): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53057 138bc75d-0d04-0410-961f-82ee72b054a4
* * mauve-libgcj: Don't run java.lang.ref tests since they are buggy.mark2002-04-212-0/+9
| | | | | | | | * libjava.mauve/xfail: Expect failures for PR java/6391 and libgcj/6389. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52577 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.lang/negzero.java: New.mark2002-04-173-0/+15
| | | | | | | * libjava.lang/negzero.out: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52429 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix for PR libgcj/6081:tromey2002-04-161-4/+4
| | | | | | | | | * Makefile.in: Rebuilt. * Makefile.am (install-data-local): Use GNU make trick to avoid shell limit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52370 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.mauve/xfails: Expect failures for PR libgcj/6302 andmark2002-04-142-0/+8
| | | | | | | libgcj/6298. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52305 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.mauve/xfails: Expect failures for PR libgcj/6293,mark2002-04-142-0/+12
| | | | | | | libgcj/6295, libgcj/6296 and libgcj/6297. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52297 138bc75d-0d04-0410-961f-82ee72b054a4
* Install libgcj.jar as libgcj-VERSION.jar.green2002-04-123-6/+18
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52226 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.lang/SyncGlobal.java, libjava.lang/SyncGlobal.out:ljrittle2002-04-123-0/+37
| | | | | | | New test case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52207 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.lang/PR6204.java, libjava.lang/PR6204.out: New test case.bryce2002-04-095-0/+81
| | | | | | | * libjava.lang/PR6085.java, libjava.lang/PR6085.out: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52056 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.mauve/xfails: Add CASE_INSENSITIVE_ORDER, result wasmark2002-04-072-0/+18
| | | | | | | | | unspecified and test should be updated to match latest spec. Add AcuniaPropertiesTest, known bug #6219. Add test_getClassLoader, what we do seems to be not really right or wrong. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52006 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.mauve/mauve.exp: Use libgcj.jar not libgcj.zip.mark2002-04-073-1/+12
| | | | | | | | | * libjava.mauve/xfails: add Character.classify12 (number 1), Character.getType (number 11), Character.getType (number 20) and Character.getType (number 22). We implement 1.4 Character. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51987 138bc75d-0d04-0410-961f-82ee72b054a4
* * mauve-libgcj: Add JLS1.0 and JLS1.1 tags, ignore Character.unicodemark2002-04-051-3/+20
| | | | | | | | | | test. * testsuite/libjava.mauve/xfails: Remove working tests DoubleTest, FloatTest and ObjectStreamClass. Add FAIL for Introspector.jdk11 tests that depend on awt code and BufferedByteOutputStream.interrupt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51893 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-28 Andrew Haley <aph@redhat.com>aph2002-03-283-0/+62
| | | | | | | | * libjava.lang/Throw_2.java: New. * libjava.lang/Throw_2.out: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51515 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-27 Anthony Green <green@redhat.com>tromey2002-03-271-0/+1
| | | | | | | | | | * libgcj.spec.in: Add CHECKREFSPEC. * configure.in: Ditto. * configure.host: Ditto. Check references for xscale-elf. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51457 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-27 Anthony Green <green@redhat.com>tromey2002-03-272-0/+9
| | | | | | | | * libjava.lang/InvokeReturn.java: Modify test for targets which do not yet support reflection. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51455 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-27 Anthony Green <green@redhat.com>tromey2002-03-272-2/+6
| | | | | | | * libjava.jni/jni.exp (gcj_jni_run): Fix cross build test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51453 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-27 Anthony Green <green@redhat.com>tromey2002-03-272-8/+15
| | | | | | | | * lib/libjava.exp: Add the wrapper link options only when we're linking. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51451 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.mauve/mauve.exp (test_mauve): Use correct stderrtromey2002-03-262-2/+7
| | | | | | | redirection code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51405 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.am (libgcj_la_LDFLAGS): Use THREADLDFLAGS.tromey2002-03-261-5/+7
| | | | | | | | | | | | (jv_convert_LDFLAGS): Likewise. (gij_LDFLAGS): Likewise. (rmic_LDFLAGS): Likewise. (rmiregistry_LDFLAGS): Likewise. * configure.in (THREADLDFLAGS): New subst; set correctly for *BSD. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51363 138bc75d-0d04-0410-961f-82ee72b054a4
* reverted erroneous checkintromey2002-03-231-6/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51235 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/name-finder.h (_Jv_name_finder::myclose): New method.tromey2002-03-231-5/+6
| | | | | | | * name-finder.cc (_Jv_name_finder): Initialize file descriptors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51234 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-22 Eric Blake <ebb9@email.byu.edu>ericb2002-03-232-0/+9
| | | | | | | | For PR java/6026: * libjava.compile/PR6026.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51209 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-21 Andrew Haley <aph@redhat.com>aph2002-03-222-1/+27
| | | | | | | | * libjava.lang/Thread_Interrupt.java (Looper.calibrate): New. (yields): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51169 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.jni/jni.exp (gcj_jni_test_one): Find libstdc++ in buildtromey2002-03-182-5/+35
| | | | | | | | tree. (gcj_invoke): Added ld_library_additions argument. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51006 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.jni/jni.exp (gcj_jni_build_header): Use local_exec, nottromey2002-03-172-4/+8
| | | | | | | target_compile. Fixes PR other/5874. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50923 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-15 Eric Blake <ebb9@email.byu.edu>ericb2002-03-153-11/+11
| | | | | | | | | | For PR java/5902: * libjava.compile/PR5902.java: Does not need to execute. For PR java/5913: * libjava.compile/PR5913.java: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50829 138bc75d-0d04-0410-961f-82ee72b054a4
* Install libgcj-config.h in a better place.green2002-03-151-4/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50817 138bc75d-0d04-0410-961f-82ee72b054a4
* Test for PR java/5848:tromey2002-03-123-0/+21
| | | | | | | | * libjava.compile/PR5848.xfail: New file. * libjava.compile/PR5848.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50674 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-12 Eric Blake <ebb9@email.byu.edu>ericb2002-03-122-1/+8
| | | | | | | * libjava.compile/PR5913.java: Expand test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50638 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-11 Eric Blake <ebb9@email.byu.edu>ericb2002-03-124-0/+22
| | | | | | | | | * libjava.compile/PR5902.java: New file. * libjava.compile/PR5913.java: New file. * libjava.compile/PR5913.xfail: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50637 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/lang/natSystem.cc (init_properties): Use __VERSION__.tromey2002-02-271-4/+3
| | | | | | | | | | | * gij.cc (version): Use __VERSION__. * include/config.h.in: Rebuilt. * acconfig.h (GCJVERSION): Removed. * configure: Rebuilt. * configure.in (GCJVERSION): Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50088 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.lang/InvokeReturn.java: New file.jsturm2002-02-243-0/+89
| | | | | | | * libjava.lang/InvokeReturn.out: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50001 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in, gcj/Makefile.in, include/Makefile.in: Rebuilt.aoliva2002-02-231-2/+4
| | | | | | | * testsuite/Makefile.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49985 138bc75d-0d04-0410-961f-82ee72b054a4