aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2017-07-09 21:59:27 -0500
committerLeandro Pereira <leandro@hardinfo.org>2017-07-12 19:38:41 -0700
commitac9072baaa41c5bb0879da73bb2603dbb018b3fc (patch)
treeebd956ad18a452c92891914bd43ab3933cf789a8 /test
parent3260e09b2ae4ee9eb80ff83f800d9b3bcff209e4 (diff)
parisc: fixes, add test
It really didn't work at all before. Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/data/parisc_hppa_fortex4_cpuinfo59
-rw-r--r--test/test.sh4
2 files changed, 62 insertions, 1 deletions
diff --git a/test/data/parisc_hppa_fortex4_cpuinfo b/test/data/parisc_hppa_fortex4_cpuinfo
new file mode 100644
index 00000000..79efffc2
--- /dev/null
+++ b/test/data/parisc_hppa_fortex4_cpuinfo
@@ -0,0 +1,59 @@
+processor : 0
+cpu family : PA-RISC 2.0
+cpu : PA8500 (PCX-W)
+cpu MHz : 440.000000
+model : 9000/785/J7000
+model name : Forte W 4-way
+hversion : 0x00005bf0
+sversion : 0x00000491
+I-cache : 512 KB
+D-cache : 1024 KB (WB)
+ITLB entries : 160
+DTLB entries : 160 - shared with ITLB
+bogomips : 878.18
+software id : 2002742099
+
+processor : 1
+cpu family : PA-RISC 2.0
+cpu : PA8500 (PCX-W)
+cpu MHz : 440.000000
+model : 9000/785/J7000
+model name : Forte W 4-way
+hversion : 0x00005bf0
+sversion : 0x00000491
+I-cache : 512 KB
+D-cache : 1024 KB (WB)
+ITLB entries : 160
+DTLB entries : 160 - shared with ITLB
+bogomips : 878.18
+software id : 2002742099
+
+processor : 2
+cpu family : PA-RISC 2.0
+cpu : PA8500 (PCX-W)
+cpu MHz : 440.000000
+model : 9000/785/J7000
+model name : Forte W 4-way
+hversion : 0x00005bf0
+sversion : 0x00000491
+I-cache : 512 KB
+D-cache : 1024 KB (WB)
+ITLB entries : 160
+DTLB entries : 160 - shared with ITLB
+bogomips : 878.18
+software id : 2002742099
+
+processor : 3
+cpu family : PA-RISC 2.0
+cpu : PA8500 (PCX-W)
+cpu MHz : 440.000000
+model : 9000/785/J7000
+model name : Forte W 4-way
+hversion : 0x00005bf0
+sversion : 0x00000491
+I-cache : 512 KB
+D-cache : 1024 KB (WB)
+ITLB entries : 160
+DTLB entries : 160 - shared with ITLB
+bogomips : 878.18
+software id : 2002742099
diff --git a/test/test.sh b/test/test.sh
index bc748320..9c1f0692 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -16,5 +16,7 @@ do_test() {
#do_test arm data/arm_jetsontx2_cpuinfo
#do_test sparc data/sparc_m7_cpuinfo
#do_test mips data/mips_loongson_cpuinfo
-do_test alpha data/alpha_as_cpuinfo
+#do_test alpha data/alpha_as_cpuinfo
+do_test parisc data/parisc_hppa_fortex4_cpuinfo
+