From e38ceab62a85f78010b892bde729469e2c23ee5b Mon Sep 17 00:00:00 2001 From: "haitao.feng@intel.com" Date: Thu, 27 Mar 2014 14:25:22 +0000 Subject: [PATCH] Update mozilla.status for a timezone without daylight saving time. R=yangguo@chromium.org Review URL: https://codereview.chromium.org/198633002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20305 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mozilla/mozilla.status | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status index af1c99b..04fc6a9 100644 --- a/test/mozilla/mozilla.status +++ b/test/mozilla/mozilla.status @@ -135,9 +135,10 @@ 'ecma/Date/15.9.2.2-5': [PASS, FAIL], 'ecma/Date/15.9.2.2-6': [PASS, FAIL], - # 1026139: These date tests fail on arm and mips - 'ecma/Date/15.9.5.29-1': [PASS, ['arch == arm or arch == mipsel', FAIL]], - 'ecma/Date/15.9.5.28-1': [PASS, ['arch == arm or arch == mipsel', FAIL]], + # 1026139: These date tests fail on arm and mips. + # These date tests also fail in a time zone without daylight saving time. + 'ecma/Date/15.9.5.29-1': [PASS, FAIL], + 'ecma/Date/15.9.5.28-1': [PASS, FAIL], # 1050186: Arm/MIPS vm is broken; probably unrelated to dates 'ecma/Array/15.4.4.5-3': [PASS, ['arch == arm or arch == mipsel', FAIL]], -- 2.7.4