[Webkit-unassigned] [Bug 67980] [Chromium/Mac] fast/events/constructors/progress-event-constructor.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 13 23:26:47 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67980


Kentaro Hara <haraken at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org,
                   |                            |cam at mcc.id.au,
                   |                            |dominicc at chromium.org,
                   |                            |sam at webkit.org




--- Comment #1 from Kentaro Hara <haraken at google.com>  2011-09-13 23:26:47 PST ---
> -PASS new ProgressEvent('eventType', { loaded: -1 }).loaded is 18446744073709551615
> +FAIL new ProgressEvent('eventType', { loaded: -1 }).loaded should be 18446744073709552000. Was 0.

I am not 100% sure but this failure seems to happen on clang build.

- Linux Chromium (V8 + gcc) => PASS
- Mac Chromium (V8 + gcc) => PASS
- Mac Safari (JSC + gcc) => PASS
- Mac Chromium Canary (V8 + clang) => FAIL
- Win Chromium Canary (V8 + VC) => PASS

I am investigating more in detail...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list