source: trunk/softs/tests_cc_vcache/run_tests

Last change on this file was 836, checked in by meunier, 12 years ago

Trunk:

  • Cosmetic in mem_cache_directory.h and xram_transaction.h
  • Renamed mem_cache param dspin_in_width and dspin_out_width to memc_dspin_in_width and memc_dspin_out_width (because of a bug in soclib-cc ?). Should have updated these names in the .sd or .py files of all platforms
  • Updated the scripts for tsar_generic_xbar to take into account the ideal write-through + added a graph in create_graphs.py
  • Property svn:executable set to *
File size: 1.2 KB
Line 
1#!/bin/sh
2
3SOCLIB_TTY=TERM
4export SOCLIB_TTY
5
6for dir in test_sanity test_exceptions test_mmu_basic \
7 test_excep_ls test_excep_ls_delayslot test_excep_ls_llsc \
8 test_excep_if test_excep_if_delayslot test_excep_if_llsc \
9 test_exception_epc_modify \
10 test_dtlb_inval test_dtlb_inval2 test_dtlb_inval3 \
11 test_itlb_inval test_itlb_inval2 \
12 test_idtlb_inval test_idtlb_inval2 test_idtlb_inval3 test_idtlb_inval4 \
13 test_dtlb_ptprinval test_itlb_ptprinval test_idtlb_ptprinval \
14 test_sync \
15 test_llsc test_sc_no_ll test_sc_update_cache test_pte_llsc \
16 test_interrupt \
17 test_interrupt_epc_modify \
18 test_xicu_timer \
19 test_interrupt_delayslot \
20 test_interrupt_mask \
21 test_interrupt_external_mask \
22 test_excep_cop test_excep_cop_delayslot test_excep_cop1 \
23 test_syscall test_syscall_delayslot \
24 test_breakpoint test_breakpoint_delayslot \
25 test_ri test_ri_delayslot \
26 test_ao test_ao_delayslot \
27 test_trap test_trap_delayslot \
28 test_dcache_inval_pa test_icache_inval_pa \
29 test_pte2i_ref test_pte2lw_ref test_pte2ll_ref test_pte2sw_dirty test_pte2sc_dirty \
30 test_dma_basic test_dma_unaligned \
31 ; do
32 echo -n ${dir}": "
33 (cd $dir && ./run)
34done
Note: See TracBrowser for help on using the repository browser.