aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite
AgeCommit message (Collapse)AuthorFilesLines
1998-09-09 * sim/sky/pr17191.s: New file.Doug Evans1-0/+26
* sim/sky/pr17191.brn: New file. * sim/sky/t-macros.inc: New file.
1998-07-28New testcases for PR 16547 (new instructions added).Doug Evans1-0/+4
1998-07-24 * Makefile.in (clean,mostlyclean): Change leading spaces to a tab.Doug Evans1-1/+7
1998-07-24remove d30v sanitizationIan Lance Taylor1-35/+1
1998-07-17Forward fit sky-branch updates to devo.Jillian Ye1-1/+5
1998-07-14fix sanitization; add trap.SJeff Holcomb1-0/+1
1998-07-02Add a test case for PR16213.James Lemke1-1/+6
1998-07-01* sim/m32r/hw-trap.ms: New testcase.Doug Evans3-1/+36
1998-07-01 * sim/sky/vureloc{.brn,-main.c,.dvpasm}: New files.Doug Evans1-0/+6
1998-06-25* Bringing sky pke disasm from sky branch.Frank Ch. Eigler1-1/+5
1998-06-24* sim/sky/t-int.c, sim/sky/t-int-handler.c:James Lemke1-0/+5
Testcase errors: two in the former file, one in the latter.
1998-06-24Updated sim/sky/t-dma.c: It missed check-in earlier today.James Lemke1-0/+4
1998-06-24Updated sim/sky/t-dma.{brn|dmaexpect} because a warning msg being checkedJames Lemke1-0/+18
for, contains an address that differs between -mhard-float and -msoft-float.
1998-06-19Remove the directory, all sky sim testcases are now in sim/sky/Jillian Ye223-805766/+0
1998-06-18fix sanitization; add t-ldl.s t-ldr.s t-lwl.s t-lwr.s t-sdr.s t-sub.s ↵release1-0/+8
t-swl.s t-swr.s
1998-06-16*** empty log message ***Jillian Ye1-0/+6
1998-06-16*** empty log message ***Jillian Ye1-0/+5
1998-06-16* sky testsuite fixesFrank Ch. Eigler1-0/+15
Tue Jun 16 09:03:37 1998 Frank Ch. Eigler <fche@cygnus.com> * 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. * rw-vureg.c: Cast memcpy operand to allay warning.
1998-06-16cangelog entries moved here from sim/sky/ChangeLogDoug Evans1-0/+55
1998-06-12 * lib/sim-defs.exp (sim_run): Argument env_vals renamed to options,Doug Evans1-0/+4
which is now a list of options controlling the behaviour of sim_run. * sim/sky/sky-defs.tcl (run_trc_test): Update to new way of environment variables to sim_run.
1998-06-12 * lib/sim-defs.exp (sim_run): Argument env_vals renamed to options,Doug Evans1-4/+32
which is now a list of options controlling the behaviour of sim_run.
1998-06-11 * sim/sky/sky-defs.tcl (run_brn_test): Fix handling of dvpasm_flags.Doug Evans1-1/+1
1998-06-11 * sim/sky/sky-defs.tcl (run_brn_test): Fix `options' arg toDoug Evans1-0/+3
sim_compile.
1998-06-11(sim_compile): Tweak output text.Doug Evans1-1/+1
1998-06-11 * sim/sky/vu.h (VU0_MEM1_WINDOW_START): New macro.Doug Evans1-0/+3
(VU0_MEM1_SIZE): New macro.
1998-06-11 * sim/sky/vu01reg-main.c: New file.Doug Evans1-0/+6
* sim/sky/vu01reg.dvpasm: New file. * sim/sky/vu01reg.brn: New file.
1998-06-10* SKY hardware interrupt tests.Frank Ch. Eigler1-0/+10
Wed Jun 10 15:56:10 1998 Frank Ch. Eigler <fche@cygnus.com> * 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.
1998-06-10 * sim/m32r/addx.cgs: Add another test.Doug Evans3-0/+49
* sim/m32r/jmp.cgs: Add another test. * sim/m32r/bra8-2.cgs: New testcase. * sim/m32r/hello.ms: Run on m32rx too.
1998-06-09 * sim/sky/dma.h: New file.Doug Evans1-0/+9
* sim/sky/vif.h: New file. * sim/sky/vu.h: New file. * sim/sky/sce_main.c: Move magic numbers to .h files.
1998-06-09sky.ld: Remove big endian stuff in OUTPUT_FORMATJames Lemke2-1/+5
1998-06-08 * sim/m32r/trap.cgs: Test trap 2.Doug Evans1-0/+4
1998-06-08Test trap 2.Doug Evans1-0/+30
1998-06-08add test to verify that changes made to the PSW in-parallel-with a trapDavid Taylor1-0/+35
instruction end up in the bPSW and not in the PSW. (PR 16026).
1998-06-01* sky test suite fixes.Frank Ch. Eigler2-21/+50
Mon Jun 1 18:54:22 1998 Frank Ch. Eigler <fche@cygnus.com> * 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 Mon May 18 10:37:47 1998 Doug Evans <devans@canuck.cygnus.com>
1998-05-25Fix mips SWL on 64bit ISA when 32 bit word appears in second half ofAndrew Cagney7-0/+659
64 bit bus. Test.
1998-05-21Fix sign extension on 32 bit add/sub instructions.Andrew Cagney3-0/+341
1998-05-20c_gen.pl: Added subroutine "print_comment"Jillian Ye2-28/+57
and on/off option for "src line #"
1998-05-18 * sim/sky/sky.ld: Delete file.Doug Evans1-0/+6
1998-05-16 * sim/m32r/allinsn.exp: Pass --m32rx-enable-special to gas.Doug Evans3-0/+51
* sim/m32r/misc.exp: Ditto.
1998-05-15Tweak last entry.Doug Evans1-1/+1
1998-05-15 * config/default.exp (CC,SIM): Delete.Doug Evans1-1/+6
* 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.
1998-05-14 * sim/sky/sky.exp: Add runtest_file_p support. Don't printDoug Evans1-0/+6
unsupported message if not sky. * sim/sky/sky_sce.exp: Likewise.
1998-05-14 * lib/sim-defs.exp (sim_run): Fix handling of output redirection.Doug Evans1-0/+11
New arg prog_opts. All callers updated.
1998-05-14More test cases.Andrew Cagney8-2/+215
1998-05-08 * lib/sim-defs.exp (sim_version): Simplify.Doug Evans2-0/+232
(sim_run): Implement. (run_sim_test): Use sim_run. (sim_compile): New proc.
1998-05-04* Added hooks to new dejagnu sky tests, removed old test from run.Frank Ch. Eigler4-4/+60
Mon May 4 17:59:11 1998 Frank Ch. Eigler <fche@cygnus.com> 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.
1998-04-30For multiply->add, loose underflow status, overflow when acc isAndrew Cagney1-0/+40
to-the-max, product can overflow result.
1998-04-29* Test case for modular arithmetic hardware erratum, c.f. PR 14887.Frank Ch. Eigler2-0/+38
Wed Apr 29 12:49:00 1998 Frank Ch. Eigler <fche@cygnus.com> * ls-modaddr.S: New test for modular addressing. * Makefile.in: Run it.
1998-04-29* rw-vureg.{c,vuexpect}: test VU register read/writes through aliased memoryRon Unrau5-1/+167
1998-04-29*** empty log message ***Jillian Ye1-12/+0