
On Mon, Mar 06, 2017 at 16:24:39 +0100, Peter Krempa wrote:
Since the kernel does not report much data for that box the sysinfo output is comparatively sparse. --- tests/sysinfodata/aarch64-moonshotcpuinfo.data | 72 ++++++++++++++++++++++++ tests/sysinfodata/aarch64-moonshotsysinfo.expect | 1 + tests/sysinfotest.c | 1 + 3 files changed, 74 insertions(+) create mode 100644 tests/sysinfodata/aarch64-moonshotcpuinfo.data create mode 100644 tests/sysinfodata/aarch64-moonshotsysinfo.expect
diff --git a/tests/sysinfodata/aarch64-moonshotcpuinfo.data b/tests/sysinfodata/aarch64-moonshotcpuinfo.data new file mode 100644 index 000000000..b694fa809 --- /dev/null +++ b/tests/sysinfodata/aarch64-moonshotcpuinfo.data @@ -0,0 +1,72 @@
[...]
+processor : 6 +BogoMIPS : 100.00 +Features : fp asimd evtstrm +CPU implementer : 0x50 +CPU architecture: 8 +CPU variant : 0x0 +CPU part : 0x000 +CPU revision : 1 + +processor : 7 +BogoMIPS : 100.00 +Features : fp asimd evtstrm +CPU implementer : 0x50 +CPU architecture: 8 +CPU variant : 0x0 +CPU part : 0x000 +CPU revision : 1 +
Consider this wasteful empty line at the end of the file deleted to make our syntax-check happy.