public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* Rename ms1 testsuite
@ 2005-12-19 10:23 Nathan Sidwell
  0 siblings, 0 replies; only message in thread
From: Nathan Sidwell @ 2005-12-19 10:23 UTC (permalink / raw)
  To: sid

[-- Attachment #1: Type: text/plain, Size: 223 bytes --]

I've installed this final part of the ms1->mt renaming.

nathan
-- 
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk


[-- Attachment #2: all.diff --]
[-- Type: text/plain, Size: 4165 bytes --]

2005-12-19  Nathan Sidwell  <nathan@codesourcery.com>

	* sidcomp.cgen-cpu.mt: Renamed from sidcomp.cgen-cpu.ms1.

	* mt-allinsn.exp: Renamed from ms1-allinsn.exp. Updated.
	* mt-state-snapshot.exp: Renamed from
	ms1-state-snapshot.exp. Updated.
	* mulinsns.s, shiftinsns.s, subinsns.s: Updated.

Index: mt-allinsn.exp
===================================================================
RCS file: /cvs/src/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/mt-allinsn.exp,v
retrieving revision 1.1
diff -c -3 -p -r1.1 mt-allinsn.exp
*** mt-allinsn.exp	19 Dec 2005 10:17:57 -0000	1.1
--- mt-allinsn.exp	19 Dec 2005 10:19:37 -0000
***************
*** 1,6 ****
  # mRISC-I simulator testsuite.
  
! if {! $sidtarget(ms1)} { untested "hw-cpu-ms1 not available"; return }
  
  # Load a baseboard description for SID simulators.
  load_base_board_description "basic-sid"
--- 1,6 ----
  # mRISC-I simulator testsuite.
  
! if {! $sidtarget(mt)} { untested "hw-cpu-mt not available"; return }
  
  # Load a baseboard description for SID simulators.
  load_base_board_description "basic-sid"
*************** load_base_board_description "basic-sid"
*** 9,18 ****
  load_lib "cpudefs.exp"
  
  # all machines
! set all_machs "ms1"
  
  # Add --nosched to the flags to supress scheduling restrictions.
  set gas_flags "--gdwarf2 --nosched"
  
  # Run the tests
! run-sid-tests-raw ms1-elf ms1 $srcdir/sidcomp.cgen-cpu.ms1 "*.s" $gas_flags "" "" ms1-gloss.conf x
--- 9,18 ----
  load_lib "cpudefs.exp"
  
  # all machines
! set all_machs "mt"
  
  # Add --nosched to the flags to supress scheduling restrictions.
  set gas_flags "--gdwarf2 --nosched"
  
  # Run the tests
! run-sid-tests-raw mt-elf mt $srcdir/sidcomp.cgen-cpu.mt "*.s" $gas_flags "" "" mt-gloss.conf x
Index: mt-state-snapshot.exp
===================================================================
RCS file: /cvs/src/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/mt-state-snapshot.exp,v
retrieving revision 1.1
diff -c -3 -p -r1.1 mt-state-snapshot.exp
*** mt-state-snapshot.exp	19 Dec 2005 10:17:57 -0000	1.1
--- mt-state-snapshot.exp	19 Dec 2005 10:19:37 -0000
***************
*** 1,10 ****
  # Testsuite for the CPU state snapshot and restoring.
  # Copyright (C) 2001 Red Hat
  
! if {! $sidtarget(ms1)} { untested "hw-cpu-ms1 not available"; return }
  
! set cpu "ms1"
! set filename "$srcdir/sidcomp.cgen-cpu.ms1/test-img.x"
  set conf_file "statesnap.conf"
  set start_insn 0x22d4
  
--- 1,10 ----
  # Testsuite for the CPU state snapshot and restoring.
  # Copyright (C) 2001 Red Hat
  
! if {! $sidtarget(mt)} { untested "hw-cpu-mt not available"; return }
  
! set cpu "mt"
! set filename "$srcdir/sidcomp.cgen-cpu.mt/test-img.x"
  set conf_file "statesnap.conf"
  set start_insn 0x22d4
  
Index: mulinsns.s
===================================================================
RCS file: /cvs/src/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/mulinsns.s,v
retrieving revision 1.1
diff -c -3 -p -r1.1 mulinsns.s
*** mulinsns.s	19 Dec 2005 10:17:57 -0000	1.1
--- mulinsns.s	19 Dec 2005 10:19:37 -0000
***************
*** 1,4 ****
! # mach(): ms1
  
  	.include "testutils.inc"
  	start
--- 1,4 ----
! # mach(): mt
  
  	.include "testutils.inc"
  	start
Index: shiftinsns.s
===================================================================
RCS file: /cvs/src/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/shiftinsns.s,v
retrieving revision 1.1
diff -c -3 -p -r1.1 shiftinsns.s
*** shiftinsns.s	19 Dec 2005 10:17:57 -0000	1.1
--- shiftinsns.s	19 Dec 2005 10:19:37 -0000
***************
*** 1,4 ****
! # mach(): ms1
  
          .INCLUDE "testutils.inc"
  	start
--- 1,4 ----
! # mach(): mt
  
          .INCLUDE "testutils.inc"
  	start
Index: subinsns.s
===================================================================
RCS file: /cvs/src/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/subinsns.s,v
retrieving revision 1.1
diff -c -3 -p -r1.1 subinsns.s
*** subinsns.s	19 Dec 2005 10:17:57 -0000	1.1
--- subinsns.s	19 Dec 2005 10:19:37 -0000
***************
*** 1,4 ****
! # mach(): ms1
  
  	.include "testutils.inc"
  	start
--- 1,4 ----
! # mach(): mt
  
  	.include "testutils.inc"
  	start

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-12-19 10:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-19 10:23 Rename ms1 testsuite Nathan Sidwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).