From 62cfcec551615c49a186fd1470b668166dce2c7f Mon Sep 17 00:00:00 2001 From: Ted Campbell Date: Tue, 15 Aug 2017 15:39:46 -0400 Subject: [PATCH] Bug 1330149 - Disable tests sensitive to host TZ on Windows. r=anba These tests pass when our test infrastruction is in PDT, but there are underlying issues. Disable tests on Windows for now to allow migrating tests to TaskCluster. MozReview-Commit-ID: 5HigFMyyaP5 --- js/src/tests/ecma_3/Date/15.9.5.5.js | 2 +- js/src/tests/ecma_3/Date/15.9.5.6.js | 1 + js/src/tests/ecma_3/Date/15.9.5.7.js | 1 + js/src/tests/js1_5/extensions/toLocaleFormat-02.js | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/js/src/tests/ecma_3/Date/15.9.5.5.js b/js/src/tests/ecma_3/Date/15.9.5.5.js index 27a2df95612b..6dada671ce77 100644 --- a/js/src/tests/ecma_3/Date/15.9.5.5.js +++ b/js/src/tests/ecma_3/Date/15.9.5.5.js @@ -1,4 +1,4 @@ -// |reftest| random-if(xulRuntime.OS=="Linux") +// |reftest| random-if(xulRuntime.OS=="Linux") skip-if(xulRuntime.OS=="WINNT") /* -*- 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/ecma_3/Date/15.9.5.6.js b/js/src/tests/ecma_3/Date/15.9.5.6.js index 6d091b600535..74fff7193b74 100644 --- a/js/src/tests/ecma_3/Date/15.9.5.6.js +++ b/js/src/tests/ecma_3/Date/15.9.5.6.js @@ -1,3 +1,4 @@ +// |reftest| skip-if(xulRuntime.OS=="WINNT") /* -*- indent-tabs-mode: nil; js-indent-level: 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/ecma_3/Date/15.9.5.7.js b/js/src/tests/ecma_3/Date/15.9.5.7.js index f116f3e65bbb..2a538bc168f2 100644 --- a/js/src/tests/ecma_3/Date/15.9.5.7.js +++ b/js/src/tests/ecma_3/Date/15.9.5.7.js @@ -1,3 +1,4 @@ +// |reftest| skip-if(xulRuntime.OS=="WINNT") /* -*- indent-tabs-mode: nil; js-indent-level: 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/js1_5/extensions/toLocaleFormat-02.js b/js/src/tests/js1_5/extensions/toLocaleFormat-02.js index 8fb87a0fc02b..efb4e8221426 100644 --- a/js/src/tests/js1_5/extensions/toLocaleFormat-02.js +++ b/js/src/tests/js1_5/extensions/toLocaleFormat-02.js @@ -1,4 +1,4 @@ -// |reftest| fails-if(xulRuntime.OS=="WINNT") skip-if(xulRuntime.OS=="WINNT"&&isDebugBuild) +// |reftest| skip-if(xulRuntime.OS=="WINNT") /* -*- 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