diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/data/mips_loongson_cpuinfo | 13 | ||||
-rw-r--r-- | test/test.sh | 4 |
2 files changed, 16 insertions, 1 deletions
diff --git a/test/data/mips_loongson_cpuinfo b/test/data/mips_loongson_cpuinfo new file mode 100644 index 00000000..f2ee0e90 --- /dev/null +++ b/test/data/mips_loongson_cpuinfo @@ -0,0 +1,13 @@ +system type : gdium +processor : 0 +cpu model : ICT Loongson-2 V0.3 FPU V0.1 +BogoMIPS : 598.60 +wait instruction : no +microsecond timers : yes +tlb_entries : 64 +extra interrupt vector : no +hardware watchpoint : no +ASEs implemented : +shadow register sets : 1 +VCED exceptions : not available +VCEI exceptions : not available diff --git a/test/test.sh b/test/test.sh index 28d16dfa..7a05a79b 100644 --- a/test/test.sh +++ b/test/test.sh @@ -13,4 +13,6 @@ do_test() { #do_test ppc data/ppc_g5_cpuinfo #do_test ppc data/power8_cpuinfo #do_test arm data/arm_rpi3_aarch64_cpuinfo -do_test sparc data/sparc_m7_cpuinfo +#do_test arm data/arm_jetsontx2_cpuinfo +#do_test sparc data/sparc_m7_cpuinfo +#do_test mips data/mips_loongson_cpuinfo |