Bug 136512 - [Win] New failure in run-javascriptcore-tests (64-and-32-bit)
Summary: [Win] New failure in run-javascriptcore-tests (64-and-32-bit)
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-03 15:57 PDT by Brent Fulgham
Modified: 2015-02-02 14:45 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2014-09-03 15:57:19 PDT
New failure in run-javascriptcore-tests:

** The following Mozilla test failures have been introduced:
	ecma/Date/15.9.5.31-1.js

This is happening on both 64-bit and 32-bit platforms, and in Debug and Release builds.
Comment 1 Csaba Osztrogonác 2014-09-22 02:33:24 PDT
I'm not sure if it is a new failure, because ecma/Date/15.9.5.31-1.js 
was skipped long long time ago and was unskipped by 
https://trac.webkit.org/changeset/173116, because the
comment said it is a Linux only failure. But it seems
it still fails on Windows for some reason and was skipped
again by https://trac.webkit.org/changeset/173637
Comment 2 Csaba Osztrogonác 2014-09-22 02:34:53 PDT
After https://trac.webkit.org/changeset/173656 and https://trac.webkit.org/changeset/173657 we can skip tests on Windows and non-Windows platforms
independently.