From 404143964300a6b2532ac9bfa22d33d08f8acc3a Mon Sep 17 00:00:00 2001 From: Faisal Salman Date: Fri, 29 Nov 2024 20:44:37 +0700 Subject: [PATCH] Backport - Improve cpu detection for x86 (cherry picked from commit e013038643b5a2f7f249ed05bab089c249f707d5) --- test/cpu-test.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/cpu-test.json b/test/cpu-test.json index 2e3da2c..c67bee6 100644 --- a/test/cpu-test.json +++ b/test/cpu-test.json @@ -7,6 +7,14 @@ "architecture" : "ia32" } }, + { + "desc" : "i686", + "ua" : "Mozilla/5.0 (X11; U; CrOS i686 9.10.0; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.253.0 Safari/532.5", + "expect" : + { + "architecture" : "ia32" + } + }, { "desc" : "i386", "ua" : "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040628 Epiphany/1.2.6",