commit aaa2e56515e13cdb1b05843175aa7d88d5364ba4 parent 277955440c5e4138a02149f255e34b5d6ed67763 Author: André Bargull <andre.bargull@gmail.com> Date: Fri, 14 Nov 2025 14:16:13 +0000 Bug 1999948 - Part 2: Remove gtkWidget from skip-if conditions. r=spidermonkey-reviewers,jandem These tests were executed in Linux (see part 1), so it seems save to remove the "skip-if" conditions for `gtkWidget`. Differential Revision: https://phabricator.services.mozilla.com/D272441 Diffstat:
5 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/js/src/tests/non262/Date/15.9.5.5.js b/js/src/tests/non262/Date/15.9.5.5.js @@ -1,4 +1,3 @@ -// |reftest| random-if(gtkWidget) /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/js/src/tests/non262/extensions/regress-336409-2.js b/js/src/tests/non262/extensions/regress-336409-2.js @@ -1,4 +1,4 @@ -// |reftest| skip-if(!Object.prototype.toSource||(!xulRuntime.shell&&((Android||(isDebugBuild&>kWidget)||is64Bit)))) slow -- can fail silently due to out of memory, bug 615011 - timeouts on slow debug Linux +// |reftest| skip-if(!Object.prototype.toSource||(!xulRuntime.shell&&(Android||is64Bit))) slow -- can fail silently due to out of memory, bug 615011 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/js/src/tests/non262/extensions/regress-336410-2.js b/js/src/tests/non262/extensions/regress-336410-2.js @@ -1,4 +1,4 @@ -// |reftest| skip-if(!Object.prototype.toSource||(!xulRuntime.shell&&((isDebugBuild&>kWidget)||Android||is64Bit||winWidget))) slow -- can fail silently due to out of memory, bug 621348 - timeouts on slow debug Linux +// |reftest| skip-if(!Object.prototype.toSource||(!xulRuntime.shell&&(Android||is64Bit||winWidget))) slow -- can fail silently due to out of memory, bug 621348 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/js/src/tests/non262/extensions/regress-342960.js b/js/src/tests/non262/extensions/regress-342960.js @@ -1,4 +1,4 @@ -// |reftest| skip-if(!Object.prototype.toSource||(!xulRuntime.shell&&(Android||winWidget||gtkWidget))) silentfail slow -- bug 528464 +// |reftest| skip-if(!Object.prototype.toSource||(!xulRuntime.shell&&(Android||winWidget))) silentfail slow -- bug 528464 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/js/src/tests/non262/regress/regress-351116.js b/js/src/tests/non262/regress/regress-351116.js @@ -1,4 +1,3 @@ -// |reftest| skip-if(gtkWidget&&!xulRuntime.shell&&!is64Bit&&isDebugBuild) -- bug 521549 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this