aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2017-07-09 22:27:07 -0500
committerLeandro Pereira <leandro@hardinfo.org>2017-07-12 19:38:41 -0700
commit269b16b3801c0e3fd05eb7d8c9d1551ea8172529 (patch)
treee372474fafde6e2a92304f9fa091f349f51e0786 /test
parentac9072baaa41c5bb0879da73bb2603dbb018b3fc (diff)
ia64: fixes, add test
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/data/ia64_x2_cpuinfo27
-rw-r--r--test/test.sh4
2 files changed, 30 insertions, 1 deletions
diff --git a/test/data/ia64_x2_cpuinfo b/test/data/ia64_x2_cpuinfo
new file mode 100644
index 00000000..f355d80e
--- /dev/null
+++ b/test/data/ia64_x2_cpuinfo
@@ -0,0 +1,27 @@
+processor : 0
+vendor : GenuineIntel
+arch : IA-64
+family : Itanium
+model : 0
+revision : 6
+archrev : 0
+features : standard
+cpu number : 0
+cpu regs : 4
+cpu MHz : 733.433976
+itc MHz : 733.433976
+BogoMIPS : 517.99
+
+processor : 1
+vendor : GenuineIntel
+arch : IA-64
+family : Itanium
+model : 0
+revision : 6
+archrev : 0
+features : standard
+cpu number : 0
+cpu regs : 4
+cpu MHz : 733.433976
+itc MHz : 733.433976
+BogoMIPS : 729.80
diff --git a/test/test.sh b/test/test.sh
index 9c1f0692..c0d6080b 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -17,6 +17,8 @@ do_test() {
#do_test sparc data/sparc_m7_cpuinfo
#do_test mips data/mips_loongson_cpuinfo
#do_test alpha data/alpha_as_cpuinfo
-do_test parisc data/parisc_hppa_fortex4_cpuinfo
+#do_test parisc data/parisc_hppa_fortex4_cpuinfo
+do_test ia64 data/ia64_x2_cpuinfo
+