From 48f772c58527b13a09fd790eceb472513363542e Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Sun, 19 Dec 2021 09:27:08 +0100 Subject: [PATCH] Add new CPUs to test --- Library/Homebrew/test/hardware/cpu_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/test/hardware/cpu_spec.rb b/Library/Homebrew/test/hardware/cpu_spec.rb index 5d307c4c43..a0ec80d7ef 100644 --- a/Library/Homebrew/test/hardware/cpu_spec.rb +++ b/Library/Homebrew/test/hardware/cpu_spec.rb @@ -28,6 +28,7 @@ describe Hardware::CPU do :amd_k10, :amd_k12, :arm, + :arm_blizzard_avalanche, :arm_firestorm_icestorm, :arm_hurricane_zephyr, :arm_lightning_thunder, @@ -40,6 +41,7 @@ describe Hardware::CPU do :broadwell, :bulldozer, :cannonlake, + :cometlake, :core, :core2, :dothan,