<?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>67927</bug_id>
          
          <creation_ts>2011-09-12 01:42:21 -0700</creation_ts>
          <short_desc>[Qt][ARM] fast/events/constructors/progress-event-constructor.html is failing</short_desc>
          <delta_ts>2011-11-08 08:00:46 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Qt, QtTriaged, Regression</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>67824</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Zoltan Horvath">zoltan</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>barraclough</cc>
    
    <cc>dominicc</cc>
    
    <cc>haraken</cc>
    
    <cc>haraken</cc>
    
    <cc>heycam</cc>
    
    <cc>kbalazs</cc>
    
    <cc>loki</cc>
    
    <cc>ossy</cc>
    
    <cc>sam</cc>
    
    <cc>zherczeg</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>465530</commentid>
    <comment_count>0</comment_count>
    <who name="Zoltan Horvath">zoltan</who>
    <bug_when>2011-09-12 01:42:21 -0700</bug_when>
    <thetext>fast/events/constructors/progress-event-constructor.html is failing on ARM v5, it&apos;s working on ARM v7.

The test was introduced in http://trac.webkit.org/changeset/94771.

--- fast/events/constructors/progress-event-constructor-expected.txt	2011-09-11 22:22:25.415569263 -0700
+++ fast/events/constructors/progress-event-constructor-actual.txt	2011-09-11 22:22:25.403568142 -0700
@@ -20,7 +20,7 @@
 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
-PASS new ProgressEvent(&apos;eventType&apos;, { loaded: -1 }).loaded is 18446744073709551615
+FAIL new ProgressEvent(&apos;eventType&apos;, { loaded: -1 }).loaded should be 18446744073709552000. Was 0.
 PASS new ProgressEvent(&apos;eventType&apos;, { loaded: NaN }).loaded is 0
 PASS new ProgressEvent(&apos;eventType&apos;, { loaded: 123.45 }).loaded is 123
 PASS new ProgressEvent(&apos;eventType&apos;, { loaded: undefined }).loaded is 0
@@ -41,7 +41,7 @@
 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
-PASS new ProgressEvent(&apos;eventType&apos;, { total: -1 }).total is 18446744073709551615
+FAIL new ProgressEvent(&apos;eventType&apos;, { total: -1 }).total should be 18446744073709552000. Was 0.
 PASS new ProgressEvent(&apos;eventType&apos;, { total: NaN }).total is 0
 PASS new ProgressEvent(&apos;eventType&apos;, { total: 123.45 }).total is 123
 PASS new ProgressEvent(&apos;eventType&apos;, { total: undefined }).total is 0</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>465534</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2011-09-12 02:07:56 -0700</bug_when>
    <thetext>(It fails on ARMv5 and ARMv7 too.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>496890</commentid>
    <comment_count>2</comment_count>
    <who name="Kentaro Hara">haraken</who>
    <bug_when>2011-11-06 14:46:23 -0800</bug_when>
    <thetext>I fixed this bug at r99161, and then I rebaselined the Qt result at r99211.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>498068</commentid>
    <comment_count>3</comment_count>
    <who name="Balazs Kelemen">kbalazs</who>
    <bug_when>2011-11-08 08:00:46 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; I fixed this bug at r99161, and then I rebaselined the Qt result at r99211.

Nice, thanks! It is one of the rare situations when we can close a bug filed for a bot failure... :) :S</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>