X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Ftestsuite%2FChangeLog;h=ca3bde29732dbdf43e8c8749d002315d80664b09;hb=d4f3574e777abfa65c9ba134e582228f3f32a8d6;hp=b709fb0ab3b4f75ff20ef35618b70563d0bc4294;hpb=a2d12e4971b8db0f98e2be4613b81d7d606c110d;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog index b709fb0ab3..ca3bde2973 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -1,139 +1,230 @@ -start-sanitize-sky -Tue Jun 16 09:03:37 1998 Frank Ch. Eigler - - * t-cop2.s: Reorder instruction blocks to prevent "Out of bounds" - messages during test execution. Added dummy branch labels for BC2* - instructions. - * t-cop2.brn: Use --sky-debug option instead of env var. - * t-cop2.vuexpect: Updated for with new disassembly format. - - * sky_sce_fast.exp: Don't compare GIF outputs for - --float-type=fast. - * sce_test{17,33,49}.dvpasm: Use ".DmaPackVif 1" option to - exercise assembler / PKE. +1999-09-06 Doug Evans + + * sim/arm/testutils.inc: Testsuite utilities. + * sim/arm/adc.cgs: New testcase. + +Thu Sep 2 18:15:53 1999 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + +1999-08-30 Doug Evans + + * sim/arm/thumb/allthumb.exp: New driver for thumb testcases. + * sim/arm/allinsn.exp: New driver for arm testcases. + + * lib/sim-defs.exp (run_sim_test): Rename all_machs arg to + requested_machs, now is list of machs to run tests for. + Delete locals AS,ASFLAGS,LD,LDFLAGS. Use target_assemble + and target_link instead. + +1999-07-16 Ben Elliston + + * sim/arm/misaligned1.ms: New test case. + * sim/arm/misaligned2.ms: Likewise. + * sim/arm/misaligned3.ms: Likewise. + +1999-07-16 Ben Elliston + + * sim/arm/misc.exp: Enable basic tests. + +1999-04-21 Doug Evans + + * sim/m32r/nop.cgs: Add missing nop insn. + +Mon Mar 22 13:28:56 1999 Dave Brolley + + * sim/fr30/stb.cgs: Correct for unaligned access. + * sim/fr30/sth.cgs: Correct for unaligned access. + * sim/fr30/ldub.cgs: Fix typo: lduh->ldub. Correct + for unaligned access. + * sim/fr30/and.cgs: Test unaligned access. + +Fri Feb 5 12:41:11 1999 Doug Evans + + * lib/sim-defs.exp (sim_run): Print simulator arguments log message. + +1999-01-05 Doug Evans + + * lib/sim-defs.exp (run_sim_test): New arg all_machs. + * sim/fr30/allinsn.exp: Update. + * sim/fr30/misc.exp: Update. + * sim/m32r/allinsn.exp: Update. + * sim/m32r/misc.exp: Update. + +Fri Dec 18 17:19:34 1998 Dave Brolley + + * sim/fr30/ldres.cgs: New testcase. + * sim/fr30/copld.cgs: New testcase. + * sim/fr30/copst.cgs: New testcase. + * sim/fr30/copsv.cgs: New testcase. + * sim/fr30/nop.cgs: New testcase. + * sim/fr30/andccr.cgs: New testcase. + * sim/fr30/orccr.cgs: New testcase. + * sim/fr30/addsp.cgs: New testcase. + * sim/fr30/stilm.cgs: New testcase. + * sim/fr30/extsb.cgs: New testcase. + * sim/fr30/extub.cgs: New testcase. + * sim/fr30/extsh.cgs: New testcase. + * sim/fr30/extuh.cgs: New testcase. + * sim/fr30/enter.cgs: New testcase. + * sim/fr30/leave.cgs: New testcase. + * sim/fr30/xchb.cgs: New testcase. + * sim/fr30/dmovb.cgs: New testcase. + * sim/fr30/dmov.cgs: New testcase. + * sim/fr30/dmovh.cgs: New testcase. + +Thu Dec 17 17:18:43 1998 Dave Brolley + + * sim/fr30/testutils.inc (take_branch{_d},no_branch{_d}): New macros. + * sim/fr30/ret.cgs: Add tests fir ret:d. + * sim/fr30/inte.cgs: New testcase. + * sim/fr30/reti.cgs: New testcase. + * sim/fr30/bra.cgs: New testcase. + * sim/fr30/bno.cgs: New testcase. + * sim/fr30/beq.cgs: New testcase. + * sim/fr30/bne.cgs: New testcase. + * sim/fr30/bc.cgs: New testcase. + * sim/fr30/bnc.cgs: New testcase. + * sim/fr30/bn.cgs: New testcase. + * sim/fr30/bp.cgs: New testcase. + * sim/fr30/bv.cgs: New testcase. + * sim/fr30/bnv.cgs: New testcase. + * sim/fr30/blt.cgs: New testcase. + * sim/fr30/bge.cgs: New testcase. + * sim/fr30/ble.cgs: New testcase. + * sim/fr30/bgt.cgs: New testcase. + * sim/fr30/bls.cgs: New testcase. + * sim/fr30/bhi.cgs: New testcase. + +Tue Dec 15 17:47:13 1998 Dave Brolley + + * sim/fr30/div.cgs (int): Add signed division scenario. + * sim/fr30/int.cgs (int): Complete testcase. + * sim/fr30/testutils.inc (_start): Initialize tbr. + (test_s_user,test_s_system,set_i,test_i): New macros. + +1998-12-14 Doug Evans + + * lib/sim-defs.exp (run_sim_test): New option xerror, for expected + errors. Translate \n sequences in expected output to newline char. + (slurp_options): Make parentheses optional. + (sim_run): Look for board_info sim,options. + * sim/fr30/hello.ms: Add trailing \n to expected output. + * sim/m32r/hello.ms: Ditto. + * sim/m32r/hw-trap.ms: Ditto. + + * sim/m32r/trap.cgs: Properly align trap2_handler. + + * sim/m32r/uread16.ms: New testcase. + * sim/m32r/uread32.ms: New testcase. + * sim/m32r/uwrite16.ms: New testcase. + * sim/m32r/uwrite32.ms: New testcase. + +1998-12-14 Dave Brolley + + * sim/fr30/call.cgs: Test ret here as well. + * sim/fr30/ld.cgs: Remove bogus comment. + * sim/fr30/testutils.inc (save_rp,restore_rp): New macros. + * sim/fr30/div.ms: New testcase. + * sim/fr30/st.cgs: New testcase. + * sim/fr30/sth.cgs: New testcase. + * sim/fr30/stb.cgs: New testcase. + * sim/fr30/mov.cgs: New testcase. + * sim/fr30/jmp.cgs: New testcase. + * sim/fr30/ret.cgs: New testcase. + * sim/fr30/int.cgs: New testcase. + +Thu Dec 10 18:46:25 1998 Dave Brolley + + * sim/fr30/div0s.cgs: New testcase. + * sim/fr30/div0u.cgs: New testcase. + * sim/fr30/div1.cgs: New testcase. + * sim/fr30/div2.cgs: New testcase. + * sim/fr30/div3.cgs: New testcase. + * sim/fr30/div4s.cgs: New testcase. + * sim/fr30/testutils.inc (mvi_h_dr,set_dbits,test_dbits): New Macros. + +Tue Dec 8 13:16:53 1998 Dave Brolley + + * sim/fr30/testutils.inc (set_s_user): Correct Mask. + (set_s_system): Correct Mask. + * sim/fr30/ld.cgs (ld): Move previously failing test back + into place. + * sim/fr30/ldm0.cgs: New testcase. + * sim/fr30/ldm1.cgs: New testcase. + * sim/fr30/stm0.cgs: New testcase. + * sim/fr30/stm1.cgs: New testcase. + +Thu Dec 3 14:20:03 1998 Dave Brolley + + * sim/fr30/ld.cgs: Implement more loads. + * sim/fr30/call.cgs: New testcase. + * sim/fr30/testutils.inc (testr_h_dr): New macro. + (set_s_user,set_s_system): New macros. + + * sim/fr30: New Directory. + +Wed Nov 18 10:50:19 1998 Andrew Cagney + + * common/bits-gen.c (main): Add BYTE_ORDER so that it matches + recent sim/common/sim-basics.h changes. + * common/Makefile.in: Update. - * rw-vureg.c: Cast memcpy operand to allay warning. +Fri Oct 30 00:37:31 1998 Felix Lee -Mon Jun 15 15:34:10 1998 Frank Ch. Eigler + * lib/sim-defs.exp (sim_run): download target program to remote + host, if necessary. for unix-driven win32 testing. - * sim/sky/sky_sce_fast.exp: New file for fast floating point mode of - SCEI test cases. +Tue Sep 15 14:56:22 1998 Doug Evans -Tue Jun 12 16:20:30 1998 Jillian Ye + * sim/m32r/testutils.inc (test_h_gr): Use mvaddr_h_gr. + * sim/m32r/rte.cgs: Test bbpc,bbpsw. + * sim/m32r/trap.cgs: Test bbpc,bbpsw. - * sim/sky/sky_sce.exp: Set the timeout for the sce visual testcases - to be 2000 sec (clock time). - * sim/sky/sky-defs.tcl: Accept the timeout set in brn file - by sky_sce.exp for the duration of the test, and restore - the original value after the test is done. +Fri Jul 31 17:49:13 1998 Felix Lee -Thu Jun 11 15:24:53 1998 Doug Evans + * lib/sim-defs.exp (sim_run): remote_spawn, use writeto instead of + writeonly. - * sim/sky/vu01reg-main.c: New file. - * sim/sky/vu01reg.dvpasm: New file. - * sim/sky/vu01reg.brn: New file. +Fri Jul 24 09:40:34 1998 Doug Evans - * sim/sky/vu.h (VU0_MEM1_WINDOW_START): New macro. - (VU0_MEM1_SIZE): New macro. + * Makefile.in (clean,mostlyclean): Change leading spaces to a tab. - * lib/sim-defs.exp (sim_run): Argument env_vals renamed to options, - which is now a list of options controlling the behaviour of sim_run. +Wed Jul 1 15:57:54 1998 Doug Evans - * sim/sky/sky-defs.tcl (run_brn_test): Fix `options' arg to - sim_compile. Fix handling of dvpasm_flags. - (run_trc_test): Update to new way of environment variables to sim_run. + * sim/m32r/hw-trap.ms: New testcase. -Wed Jun 10 15:56:10 1998 Frank Ch. Eigler +Tue Jun 16 15:44:01 1998 Jillian Ye - * sim/sky/t-int.c: New file to test sky hardware - interrupts. - * sim/sky/t-int-handler.s: New file for null interrupt - handler. - * sim/sky/t-int.brn: New file to build new test. + * lib/sim-defs.exp: Print out timeout setting info when "-v" is used. + +Thu Jun 11 15:24:53 1998 Doug Evans + + * lib/sim-defs.exp (sim_run): Argument env_vals renamed to options, + which is now a list of options controlling the behaviour of sim_run. -end-sanitize-sky Wed Jun 10 10:53:20 1998 Doug Evans * sim/m32r/addx.cgs: Add another test. * sim/m32r/jmp.cgs: Add another test. -start-sanitize-m32rx - * sim/m32r/bra8-2.cgs: New testcase. - * sim/m32r/hello.ms: Run on m32rx too. -end-sanitize-m32rx - -start-sanitize-sky -Tue Jun 9 16:30:16 1998 Jillian Ye - - * sky_sce.exp: Added the "diff -bitw" clause, - and turn on the "--enable-gs", "--float-type" options. - -Tue Jun 9 08:55:05 1998 Doug Evans - - * sim/sky/dma.h: New file. - * sim/sky/vif.h: New file. - * sim/sky/vu.h: New file. - * sim/sky/sce_main.c: Move magic numbers to .h files. -end-sanitize-sky Mon Jun 8 16:08:27 1998 Doug Evans * sim/m32r/trap.cgs: Test trap 2. -start-sanitize-sky -Fri Jun 03 11:22:33 1998 Patrick Macdonald - - * sim/sky/t-gif4.[trc|gifexpect]: additional test for a PATH3 - pause - * sim/sky/t-gif6.[trc|gifexpect]: additional test for IMT ( non - multiple of 8) - -end-sanitize-sky Mon Jun 1 18:54:22 1998 Frank Ch. Eigler * lib/sim-defs.exp (sim_run): Add possible environment variable list to simulator run. -start-sanitize-sky - * sim/sky/sky-defs.tcl: Use it. - - * sim/sky/t-pke2.vif1out: Update to match recent word-precise - tracking table change in sim/mips/sky-pke.c. - * sim/sky/t-pke3.trc: Ditto. - * sim/sky/t-pke4.vif0expect: Ditto. -end-sanitize-sky Thu May 28 14:59:46 1998 Jillian Ye * Makefile.in: Take RUNTEST out of FLAG_TO_PASS so that make check can be invoked recursively. -start-sanitize-sky -Thu May 21 11:45:50 1998 Patrick Macdonald - - * sim/sky/t-gif6.trc: IMT burst testcases - * sim/sky/t-gif6.gifexpect: IMT burst expected results - -Wed May 20 18:10:28 1998 Jillian Ye - - * sim/sky/c_gen.pl: Added subroutine "print_comment" - and on/off option for "src line #" - -Mon May 18 10:37:47 1998 Doug Evans - - * sim/sky/sky.ld: Delete file. - -end-sanitize-sky Thu May 14 11:48:35 1998 Doug Evans * config/default.exp (CC,SIM): Delete. -start-sanitize-sky - * sim/sky/sky-defs.tcl (LDSCRIPT,SIM): Delete. - (run_trc_test): Use sim_compile, sim_run. Only delete temp files - if testcase passed. - (run_brn_test): Ditto. - * sim/sky/sky.exp: Add runtest_file_p support. Don't print - unsupported message if not sky. - * sim/sky/sky_sce.exp: Likewise. -end-sanitize-sky * lib/sim-defs.exp (sim_run): Fix handling of output redirection. New arg prog_opts. All callers updated. @@ -151,31 +242,8 @@ Fri May 8 14:41:28 1998 Doug Evans (run_sim_test): Use sim_run. (sim_compile): New proc. -start-sanitize-sky -Thu May 7 12:30:59 1998 Patrick Macdonald - - * sim/sky/sky-defs.tcl: add handling for gifexpect and gsexpect - * sim/sky/t-gif*.trc: GIF unit test cases - * sim/sky/t-gif*.gifexpect: GIF unit test expected results - * sim/sky/t-gs.trc: GS unit test case - * sim/sky/t-gs.gsexpect: GS unit test case expected result - -Mon May 4 17:49:56 1998 Frank Ch. Eigler - - * sim/sky/sky-defs.tcl: New file, common dejagnu routine definitions. - * sim/sky/sky.exp: New file, quick dejagnu test driver. - * sim/sky/sky_sce.exp: New file, SCE dejagnu test driver. - * sim/sky/*.brn: New files, test fragment descriptions. - * sim/sky/OTHERS: Old test cases from sim/testsuite/sky. - -end-sanitize-sky Mon May 4 17:59:11 1998 Frank Ch. Eigler -start-sanitize-sky - * configure.in (testdir): Don't use old sky test directory. - * configure: Regenerated - * sky/Makefile.in: swallow stderr on buggy tests -end-sanitize-sky * config/default.exp: Added C compiler settings. Wed Apr 22 12:26:28 1998 Doug Evans @@ -193,32 +261,11 @@ Fri Apr 17 16:00:52 1998 Doug Evans * sim/m32r/mv[ft]achi.cgs: Fix expected result (sign extension of top 8 bits). -start-sanitize-m32rx - * sim/m32r/mv[ft]achi-a.cgs: Ditto. -end-sanitize-m32rx - -start-sanitize-m32rx -Tue Apr 14 14:06:34 1998 Doug Evans - * sim/m32r/maclh1.cgs: Fix testcase. - * sim/m32r/maclh1-2.cgs: New testcase. - -Tue Mar 3 19:09:09 1998 Doug Evans - - * sim/m32r/sat.cgs: Change sath to sat. - -end-sanitize-m32rx Wed Feb 25 11:01:17 1998 Doug Evans * Makefile.in (RUNTEST): Fix path to runtest. -start-sanitize-sky -Tue Feb 24 19:47:56 1998 Frank Ch. Eigler - - * configure.in (testdir): Added sky subdir for mips64r5900-sky-elf - target. - * configure: Regenerate. -end-sanitize-sky Fri Feb 20 11:00:02 1998 Nick Clifton @@ -243,12 +290,6 @@ Fri Feb 20 11:00:02 1998 Nick Clifton * sim/m32r/neg.cgs: Test NEG instruction. * sim/m32r/not.cgs: Test NOT instruction. * sim/m32r/unlock.cgs: Test UNLOCK instruction. -start-sanitize-m32rx - * sim/m32r/mvfachi-a.cgs: Test extended MVFACHI instruction. - * sim/m32r/mvfaclo-a.cgs: Test extended MVFACLO instruction. - * sim/m32r/mvtachi-a.cgs: Test extended MVTACHI instruction. - * sim/m32r/mvtaclo-a.cgs: Test extended MVTACLO instruction. -end-sanitize-m32rx Thu Feb 19 11:15:45 1998 Nick Clifton * sim/m32r/testutils.inc (mvaddr_h_gr): new macro to load an @@ -295,17 +336,6 @@ Thu Feb 19 11:15:45 1998 Nick Clifton * sim/m32r/srli.cgs: Test SRLI instruction. * sim/m32r/xor3.cgs: Test XOR3 instruction. * sim/m32r/xor.cgs: Test XOR instruction. -start-sanitize-m32rx - * sim/m32r/jnc.cgs: Test JNC instruction. - * sim/m32r/jc.cgs: Test JC instruction. - * sim/m32r/cmpz.cgs: Test CMPZ instruction. - * sim/m32r/bcl24.cgs: Test long version of BCL instruction - * sim/m32r/bcl8.cgs: Test short BCL instruction. - * sim/m32r/bncl24.cgs: Test long BNCL instruction. - * sim/m32r/bncl8.cgs: Test short BNCL instruction. - * sim/m32r/divh.cgs: Test DIVH instruction. - * sim/m32r/rach-dsi.cgs: Test extended RACH instruction. -end-sanitize-m32rx Tue Feb 17 12:46:05 1998 Doug Evans * config/default.exp: New file. @@ -316,12 +346,9 @@ Tue Feb 17 12:46:05 1998 Doug Evans (arch): Define. (RUNTEST_FOR_TARGET): Delete. (RUNTEST): Fix. - (SCHEME,SCHEMEFLAGS,CGENDIR,CGENFLAGS): Define. (check): Depend on site.exp. Run dejagnu. (site.exp): New target. - (cgen): New target. - * configure.in: Call AC_CHECK_PROG(SCHEME) if using cgen. - (arch): Define from target_cpu. + * configure.in (arch): Define from target_cpu. * configure: Regenerate. Wed Sep 17 10:21:26 1997 Andrew Cagney @@ -347,11 +374,3 @@ Mon Sep 1 16:43:55 1997 Andrew Cagney * configure.in (configdirs): Test for the target directory instead of matching on a target. -start-sanitize-r5900 -Tue Jul 15 13:43:20 1997 Andrew Cagney - - * configure.in (configdirs): Configure mips64vr5900el - directory. - * configure: Regenerate. - -end-sanitize-r5900