From b6c1ec3a2457096e06f404425d146d23a102d175 Mon Sep 17 00:00:00 2001 From: "M. Olcay TERCANLI" Date: Sun, 11 Oct 2020 19:18:53 +0300 Subject: [PATCH] Add CpuInfo syntax test --- .../highlighted/CpuInfo/test.CpuInfo | 45 +++++++++++++++++++ .../syntax-tests/source/CpuInfo/test.CpuInfo | 45 +++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 tests/syntax-tests/highlighted/CpuInfo/test.CpuInfo create mode 100644 tests/syntax-tests/source/CpuInfo/test.CpuInfo diff --git a/tests/syntax-tests/highlighted/CpuInfo/test.CpuInfo b/tests/syntax-tests/highlighted/CpuInfo/test.CpuInfo new file mode 100644 index 00000000..993fa002 --- /dev/null +++ b/tests/syntax-tests/highlighted/CpuInfo/test.CpuInfo @@ -0,0 +1,45 @@ +processor : 0 +model name : ARMv7 Processor rev 3 (v7l) +BogoMIPS : 270.00 +Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 +CPU implementer : 0x41 +CPU architecture: 7 +CPU variant : 0x0 +CPU part : 0xd08 +CPU revision : 3 + +processor : 1 +model name : ARMv7 Processor rev 3 (v7l) +BogoMIPS : 270.00 +Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 +CPU implementer : 0x41 +CPU architecture: 7 +CPU variant : 0x0 +CPU part : 0xd08 +CPU revision : 3 + +processor : 2 +model name : ARMv7 Processor rev 3 (v7l) +BogoMIPS : 270.00 +Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 +CPU implementer : 0x41 +CPU architecture: 7 +CPU variant : 0x0 +CPU part : 0xd08 +CPU revision : 3 + +processor : 3 +model name : ARMv7 Processor rev 3 (v7l) +BogoMIPS : 270.00 +Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 +CPU implementer : 0x41 +CPU architecture: 7 +CPU variant : 0x0 +CPU part : 0xd08 +CPU revision : 3 + +Hardware : BCM2711 +Revision : b03111 +Serial : 1000000095fd9fc5 +Model : Raspberry Pi 4 Model B Rev 1.1 + diff --git a/tests/syntax-tests/source/CpuInfo/test.CpuInfo b/tests/syntax-tests/source/CpuInfo/test.CpuInfo new file mode 100644 index 00000000..120da39f --- /dev/null +++ b/tests/syntax-tests/source/CpuInfo/test.CpuInfo @@ -0,0 +1,45 @@ +processor : 0 +model name : ARMv7 Processor rev 3 (v7l) +BogoMIPS : 270.00 +Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 +CPU implementer : 0x41 +CPU architecture: 7 +CPU variant : 0x0 +CPU part : 0xd08 +CPU revision : 3 + +processor : 1 +model name : ARMv7 Processor rev 3 (v7l) +BogoMIPS : 270.00 +Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 +CPU implementer : 0x41 +CPU architecture: 7 +CPU variant : 0x0 +CPU part : 0xd08 +CPU revision : 3 + +processor : 2 +model name : ARMv7 Processor rev 3 (v7l) +BogoMIPS : 270.00 +Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 +CPU implementer : 0x41 +CPU architecture: 7 +CPU variant : 0x0 +CPU part : 0xd08 +CPU revision : 3 + +processor : 3 +model name : ARMv7 Processor rev 3 (v7l) +BogoMIPS : 270.00 +Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 +CPU implementer : 0x41 +CPU architecture: 7 +CPU variant : 0x0 +CPU part : 0xd08 +CPU revision : 3 + +Hardware : BCM2711 +Revision : b03111 +Serial : 1000000095fd9fc5 +Model : Raspberry Pi 4 Model B Rev 1.1 +