<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>67926</bug_id>
          
          <creation_ts>2011-09-12 01:04:32 -0700</creation_ts>
          <short_desc>[Chromium/Win] fast/events/constructors/progress-event-constructor.html is failing</short_desc>
          <delta_ts>2013-04-08 14:33:22 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore JavaScript</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>67824</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Fumitoshi Ukai">ukai</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>barraclough</cc>
    
    <cc>dominicc</cc>
    
    <cc>haraken</cc>
    
    <cc>heycam</cc>
    
    <cc>schenney</cc>
    
    <cc>syoichi</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>465523</commentid>
    <comment_count>0</comment_count>
    <who name="Fumitoshi Ukai">ukai</who>
    <bug_when>2011-09-12 01:04:32 -0700</bug_when>
    <thetext>fast/events/constructors/progress-event-constructor.html is failing on chromium/win

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&amp;tests=fast%2Fevents%2Fconstructors%2Fprogress-event-constructor.html

FAIL new ProgressEvent(&apos;eventType&apos;, { loaded: 12345678901234567890 }).loaded should be 12345678901234567000. Was 9223372036854776000.

FAIL new ProgressEvent(&apos;eventType&apos;, { total: 12345678901234567890 }).total should be 12345678901234567000. Was 9223372036854776000.

DIFF: Webkit Win
--- e:\b\build\slave\Webkit_Win\build\layout-test-results\fast/events/constructors/progress-event-constructor-expected.txt 
+++ e:\b\build\slave\Webkit_Win\build\layout-test-results\fast/events/constructors/progress-event-constructor-actual.txt 
@@ -19,7 +19,7 @@
 PASS new ProgressEvent(&apos;eventType&apos;, { loaded: 9007199254740990 }).loaded is 9007199254740990
 PASS new ProgressEvent(&apos;eventType&apos;, { loaded: 9007199254740991 }).loaded is 9007199254740991
 PASS new ProgressEvent(&apos;eventType&apos;, { loaded: 18446744073709551615 }).loaded is 0
-PASS new ProgressEvent(&apos;eventType&apos;, { loaded: 12345678901234567890 }).loaded is 12345678901234567168
+FAIL new ProgressEvent(&apos;eventType&apos;, { loaded: 12345678901234567890 }).loaded should be 12345678901234567000. Was 9223372036854776000.
 PASS new ProgressEvent(&apos;eventType&apos;, { loaded: -1 }).loaded is 18446744073709551615
 PASS new ProgressEvent(&apos;eventType&apos;, { loaded: NaN }).loaded is 0
 PASS new ProgressEvent(&apos;eventType&apos;, { loaded: 123.45 }).loaded is 123
@@ -40,7 +40,7 @@
 PASS new ProgressEvent(&apos;eventType&apos;, { total: 9007199254740990 }).total is 9007199254740990
 PASS new ProgressEvent(&apos;eventType&apos;, { total: 9007199254740991 }).total is 9007199254740991
 PASS new ProgressEvent(&apos;eventType&apos;, { total: 18446744073709551615 }).total is 0
-PASS new ProgressEvent(&apos;eventType&apos;, { total: 12345678901234567890 }).total is 12345678901234567168
+FAIL new ProgressEvent(&apos;eventType&apos;, { total: 12345678901234567890 }).total should be 12345678901234567000. Was 9223372036854776000.
 PASS new ProgressEvent(&apos;eventType&apos;, { total: -1 }).total is 18446744073709551615
 PASS new ProgressEvent(&apos;eventType&apos;, { total: NaN }).total is 0
 PASS new ProgressEvent(&apos;eventType&apos;, { total: 123.45 }).total is 123</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>