Commit ef00d8ae authored by aroben@apple.com's avatar aroben@apple.com

Skip 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>

        Rubber-stamped by Geoff Garen.

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

git-svn-id: svn://svn.chromium.org/blink/trunk@42518 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 59052035
2009-04-14 Adam Roben <aroben@apple.com>
Skip 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>
Rubber-stamped by Geoff Garen.
* Scripts/run-javascriptcore-tests: Skip ecma/Date/15.9.2.2-3.js.
2009-04-14 Kevin Ollivier <kevino@theolliviers.com> 2009-04-14 Kevin Ollivier <kevino@theolliviers.com>
wx build fix. Move the DerivedSources.make calls into build-wxwebkit so that wx build fix. Move the DerivedSources.make calls into build-wxwebkit so that
......
...@@ -44,6 +44,7 @@ my @testsToSkip = ( ...@@ -44,6 +44,7 @@ my @testsToSkip = (
# Various ecma/Date tests sometimes fail on Windows (but not Mac) https://bugs.webkit.org/show_bug.cgi?id=25160 # Various ecma/Date tests sometimes fail on Windows (but not Mac) https://bugs.webkit.org/show_bug.cgi?id=25160
"ecma/Date/15.9.2.1.js", "ecma/Date/15.9.2.1.js",
"ecma/Date/15.9.2.2-1.js", "ecma/Date/15.9.2.2-1.js",
"ecma/Date/15.9.2.2-3.js",
"ecma/Date/15.9.2.2-4.js", "ecma/Date/15.9.2.2-4.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 fails on Mac (but not Windows) https://bugs.webkit.org/show_bug.cgi?id=25161
"ecma_3/Date/15.9.5.7.js", "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