Commit 6a41fea6 authored by aroben@apple.com's avatar aroben@apple.com

Skip yet another JavaScriptCore test that sometimes fails on Windows

        See Bug 25160: Various ecma/Date tests sometimes fail on Windows (but
        not Mac)
        <https://bugs.webkit.org/show_bug.cgi?id=25160>

        * Scripts/run-javascriptcore-tests: Skip ecma/Date/15.9.2.2-6.js.

git-svn-id: svn://svn.chromium.org/blink/trunk@42576 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 76e3d22e
2009-04-16 Adam Roben <aroben@apple.com>
Skip yet another JavaScriptCore test that sometimes fails on Windows
See Bug 25160: Various ecma/Date tests sometimes fail on Windows (but
not Mac)
<https://bugs.webkit.org/show_bug.cgi?id=25160>
* Scripts/run-javascriptcore-tests: Skip ecma/Date/15.9.2.2-6.js.
2009-04-15 Steve Falkenburg <sfalken@apple.com>
Redo last build fix in a more straightforward way.
......
......@@ -47,6 +47,7 @@ my @testsToSkip = (
"ecma/Date/15.9.2.2-2.js",
"ecma/Date/15.9.2.2-3.js",
"ecma/Date/15.9.2.2-4.js",
"ecma/Date/15.9.2.2-6.js",
# ecma_3/Date/15.9.5.7.js fails on Mac (but not Windows) https://bugs.webkit.org/show_bug.cgi?id=25161
"ecma_3/Date/15.9.5.7.js",
);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment