1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318
|
# Pierre Nguyen Tuong
# 19 octobre 1999
# Makefile pour l'automate ; verification des exceptions
#
# Derniere modification : 19 octobre 1999
# Version : 1.0
#
tests : excp
excp : exc00 exc01 exc02 exc03 \
exc04 exc05 exc06 exc07 \
exc08 exc09 exc10 exc11 \
exc12 exc13 exc14 exc15 \
exc16 exc17 exc18 exc19 \
exc20 exc21 exc22 exc23 \
exc24
exc00 :
@echo "**************************************************************************" >> res_test ; \
cp exc000.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc000.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc000 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "Test de mauvais alignement de data " >> res_test ; \
echo "Test de mauvais alignement de data "
exc01:
@cp exc001.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc001.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc001 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "Test de ADES" >> res_test ; \
echo "Test de ADES"
exc02:
@cp exc002.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc002.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc002 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "Test d'OVERFLOW de sum de nb >0" >> res_test ; \
echo "Test d'OVERFLOW de sum de nb >0"
exc03:
@cp exc003.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc003.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc003 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "Test d'OVERFLOW de sum de nb >0" >> res_test ; \
echo "Test d'OVERFLOW de sum de nb >0"
exc04:
@cp exc004.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc004.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc004 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "Test d'OVERFLOW de sum de nb >0" >> res_test ; \
echo "Test d'OVERFLOW de sum de nb >0"
exc05:
@cp exc005.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc005.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc005 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "Test d'OVERFLOW de sum de nb >0" >> res_test ; \
echo "Test d'OVERFLOW de sum de nb >0"
exc06:
@cp exc006.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc006.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc006 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo " illegal instruction address" >> res_test ; \
echo " illegal instruction address"
exc07:
@cp exc007.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc007.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc007 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo " Test de ADEL" >> res_test ; \
echo " Test de ADEL"
exc08:
@cp exc008.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc008.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc008 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo " Test de ADEL" >> res_test ; \
echo " Test de ADEL"
exc09:
@cp exc009.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc009.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc009 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo " ri (when executing a mfc0)" >> res_test ; \
echo " ri (when executing a mfc0)"
exc10:
@cp exc010.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc010.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc010 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo " ri" >> res_test ; \
echo " ri"
exc11:
@cp exc011.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc012.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc011 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "adel (when loading a half-word) " >> res_test ; \
echo "adel (when loading a half-word) "
exc12:
@cp exc012.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc012.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc012 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "ades (when storing a word) " >> res_test ; \
echo "ades (when storing a word) "
exc13:
@cp exc013.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc013.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc013 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "sleep" >> res_test ; \
echo "sleep"
exc14:
@cp exc014.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc014.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc014 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo " data bus error" >> res_test ; \
echo " data bus error"
exc15:
@cp exc015.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc015.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc015 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo " overflow (when adding positive numbers)" >> res_test ; \
echo " overflow (when adding positive numbers)"
exc16:
@cp exc016.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc016.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc016 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo " overflow (when adding positive numbers)" >> res_test ; \
echo " overflow (when adding positive numbers)"
exc17:
@cp exc017.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc017.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc017 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "data bus error" >> res_test ; \
echo "data bus error"
exc18:
@cp exc018.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc018.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc018 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "data bus error" >> res_test ; \
echo "data bus error"
exc19:
@cp exc019.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc019.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc019 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "data bus error" >> res_test ; \
echo "data bus error"
exc20:
@cp exc020.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc020.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc020 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "data bus error" >> res_test ; \
echo "data bus error"
exc21:
@cp exc021.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc021.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc021 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "data bus error" >> res_test ; \
echo "data bus error"
exc22:
@cp exc022.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc022.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc022 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "data bus error" >> res_test ; \
echo "data bus error"
exc23:
@cp exc023.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc023.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc023 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "data bus error" >> res_test ; \
echo "data bus error"
exc24:
@cp exc024.e rome.e ; \
mips_asm rome.e rome toto > /dev/null ; \
cp exc024.u rome.u ; \
mips_asm rome.u romu toto > /dev/null ; \
./go-bench.sh exc024 > tmp_test ; \
cat tmp_test ; \
cat tmp_test >> res_test ; \
echo "instruction bus error" >> res_test ; \
echo "instruction bus error"
|