Skip to content
Snippets Groups Projects
Unverified Commit d9f421d2 authored by Jonathan Chang's avatar Jonathan Chang Committed by GitHub
Browse files

Merge pull request #5853 from jonchang/update-cpu-tests

cpu: tests permit new families and architectures
parents a00570be 90f402d8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@ describe Hardware::CPU do
describe "::type" do
let(:cpu_types) {
[
:arm,
:intel,
:ppc,
:dunno,
]
}
......@@ -17,17 +19,23 @@ describe Hardware::CPU do
describe "::family" do
let(:cpu_families) {
[
:arrandale,
:atom,
:broadwell,
:core,
:core2,
:penryn,
:dothan,
:haswell,
:ivybridge,
:kabylake,
:merom,
:nehalem,
:arrandale,
:penryn,
:prescott,
:presler,
:sandybridge,
:ivybridge,
:haswell,
:broadwell,
:skylake,
:kabylake,
:westmere,
:dunno,
]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment