From 86525d099c58e7e2d329107361398288c7c01296 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 9 Jul 2017 21:27:34 -0500 Subject: mips: fix, add test Signed-off-by: Burt P --- test/data/mips_loongson_cpuinfo | 13 +++++++++++++ test/test.sh | 4 +++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 test/data/mips_loongson_cpuinfo (limited to 'test') 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 -- cgit v1.2.3