diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /js/src/tests/non262/regress | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'js/src/tests/non262/regress')
-rw-r--r-- | js/src/tests/non262/regress/regress-314401.js | 2 | ||||
-rw-r--r-- | js/src/tests/non262/regress/regress-341360.js | 2 | ||||
-rw-r--r-- | js/src/tests/non262/regress/regress-351116.js | 2 | ||||
-rw-r--r-- | js/src/tests/non262/regress/regress-418540.js | 2 | ||||
-rw-r--r-- | js/src/tests/non262/regress/regress-422348.js | 2 | ||||
-rw-r--r-- | js/src/tests/non262/regress/regress-425360.js | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/js/src/tests/non262/regress/regress-314401.js b/js/src/tests/non262/regress/regress-314401.js index e6a9b8f863..4d73ca439c 100644 --- a/js/src/tests/non262/regress/regress-314401.js +++ b/js/src/tests/non262/regress/regress-314401.js @@ -1,4 +1,4 @@ -// |reftest| skip-if(xulRuntime.shell||(xulRuntime.OS=="WINNT"&&isDebugBuild)) slow +// |reftest| skip-if(xulRuntime.shell||(winWidget&&isDebugBuild)) slow /* -*- 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-341360.js b/js/src/tests/non262/regress/regress-341360.js index 1ff7192dda..aba2af501e 100644 --- a/js/src/tests/non262/regress/regress-341360.js +++ b/js/src/tests/non262/regress/regress-341360.js @@ -1,4 +1,4 @@ -// |reftest| skip-if(xulRuntime.shell||(xulRuntime.OS=="WINNT"&&isDebugBuild)) slow +// |reftest| skip-if(xulRuntime.shell||(winWidget&&isDebugBuild)) slow /* -*- 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 index 477457735a..a645bd0bb0 100644 --- a/js/src/tests/non262/regress/regress-351116.js +++ b/js/src/tests/non262/regress/regress-351116.js @@ -1,4 +1,4 @@ -// |reftest| skip-if(xulRuntime.OS=="Linux"&&!xulRuntime.shell&&!xulRuntime.XPCOMABI.match(/x86_64/)&&isDebugBuild) -- bug 521549 +// |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 diff --git a/js/src/tests/non262/regress/regress-418540.js b/js/src/tests/non262/regress/regress-418540.js index 855ec1e593..ff473ee9fd 100644 --- a/js/src/tests/non262/regress/regress-418540.js +++ b/js/src/tests/non262/regress/regress-418540.js @@ -1,4 +1,4 @@ -// |reftest| skip-if(xulRuntime.shell||(xulRuntime.OS=="WINNT"&&isDebugBuild)) slow +// |reftest| skip-if(xulRuntime.shell||(winWidget&&isDebugBuild)) slow /* -*- 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-422348.js b/js/src/tests/non262/regress/regress-422348.js index 9a35e22d6a..7be60ba9f2 100644 --- a/js/src/tests/non262/regress/regress-422348.js +++ b/js/src/tests/non262/regress/regress-422348.js @@ -1,4 +1,4 @@ -// |reftest| skip-if(xulRuntime.XPCOMABI.match(/x86_64|aarch64|ppc64|ppc64le|s390x|mips64|loongarch64|riscv64/)) -- On 64-bit, takes forever rather than throwing +// |reftest| skip-if(is64Bit) -- On 64-bit, takes forever rather than throwing /* -*- 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-425360.js b/js/src/tests/non262/regress/regress-425360.js index 6daf871022..f21dfc2843 100644 --- a/js/src/tests/non262/regress/regress-425360.js +++ b/js/src/tests/non262/regress/regress-425360.js @@ -1,4 +1,4 @@ -// |reftest| skip-if(xulRuntime.shell||(xulRuntime.OS=="WINNT"&&isDebugBuild)) slow +// |reftest| skip-if(xulRuntime.shell||(winWidget&&isDebugBuild)) slow /* -*- 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 |