зеркало из https://github.com/mozilla/pjs.git
Bug 572999 Make reftest recognize Solaris r=roc
This commit is contained in:
Родитель
cdcd107eee
Коммит
4d03131579
|
@ -10,6 +10,8 @@ if (/Windows/.test(ua))
|
|||
id = "win";
|
||||
else if (/Linux/.test(ua))
|
||||
id = "linux";
|
||||
else if (/SunOS/.test(ua))
|
||||
id = "linux";
|
||||
else if (/Mac OS X/.test(ua))
|
||||
id = "mac";
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ function check_qcms_has_assembly()
|
|||
|
||||
// On most Unix-like platforms, navigator.platform is basically
|
||||
// |uname -sm|.
|
||||
if (navigator.platform.match(/(i[3456]86|x86_64|amd64)/)) {
|
||||
if (navigator.platform.match(/(i[3456]86|x86_64|amd64|i86)/)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче