Bug 25160 - Various ecma/Date tests sometimes fail on Windows (but not Mac)
Summary: Various ecma/Date tests sometimes fail on Windows (but not Mac)
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-13 14:06 PDT by Geoffrey Garen
Modified: 2010-06-10 17:01 PDT (History)
2 users (show)

See Also:


Attachments
patch to skip ecma/Date/15.9.2.1.js (2.02 KB, patch)
2009-04-14 07:34 PDT, Adam Roben (:aroben)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2009-04-13 14:06:46 PDT
I've added this line to run-javascriptcore-tests, to disable the test:

my $jsDriverArgs = "-L ecma_3/Date/15.9.5.7.js ecma/Date/15.9.2.2-1.js";

We should figure out why it sometimes fails on Windows, fix it, and re-enable it.
Comment 1 Geoffrey Garen 2009-04-13 14:40:43 PDT
Also happens with ecma/Date/15.9.2.2-4.js.
Comment 2 Adam Roben (:aroben) 2009-04-14 07:32:04 PDT
And ecma/Date/15.9.2.1.js (cf. <http://build.webkit.org/builders/Windows%20Debug%20%28Tests%29/builds/202/steps/jscore-test/logs/stdio>).
Comment 3 Adam Roben (:aroben) 2009-04-14 07:34:08 PDT
Created attachment 29467 [details]
patch to skip ecma/Date/15.9.2.1.js
Comment 4 Cameron Zwarich (cpst) 2009-04-14 07:35:35 PDT
Comment on attachment 29467 [details]
patch to skip ecma/Date/15.9.2.1.js

r=me
Comment 5 Adam Roben (:aroben) 2009-04-14 07:54:16 PDT
Comment on attachment 29467 [details]
patch to skip ecma/Date/15.9.2.1.js

Landed as r42491
Comment 6 Adam Roben (:aroben) 2009-04-14 09:24:53 PDT
And ecma/Date/15.9.2.2-3.js (cf. <http://build.webkit.org/builders/Windows%20Debug%20%28Tests%29/builds/207/steps/jscore-test/logs/stdio>).
Comment 7 Adam Roben (:aroben) 2009-04-14 13:53:18 PDT
We now skip ecma/Date/15.9.2.2-3.js, too.
Comment 8 Adam Roben (:aroben) 2009-04-16 08:39:42 PDT
And ecma/Date/15.9.2.2-6.js (cf. <http://build.webkit.org/builders/Windows%20Debug%20%28Tests%29/builds/263/steps/jscore-test/logs/stdio>).
Comment 9 Geoffrey Garen 2009-04-21 12:54:20 PDT
And ecma/Date/15.9.2.2-5.js (cf. <http://build.webkit.org/builders/Windows%20Debug%20%28Tests%29/builds/374/steps/jscore-test/logs/stdio>).