<?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>105304</bug_id>
          
          <creation_ts>2012-12-18 08:18:02 -0800</creation_ts>
          <short_desc>Fix the ARM traditional DFG JIT related bugs</short_desc>
          <delta_ts>2013-06-13 03:09:15 -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>New Bugs</component>
          <version>420+</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>117542</dup_id>
          
          <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>108645</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>gaborb</cc>
    
    <cc>galpeter</cc>
    
    <cc>hausmann</cc>
    
    <cc>loki</cc>
    
    <cc>ossy</cc>
    
    <cc>rgabor</cc>
    
    <cc>zherczeg</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>793663</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-12-18 08:18:02 -0800</bug_when>
    <thetext>Now there are some failing tests because of a/some ARM traditional DFG bug:
- fast/canvas/canvas-putImageData.html
- fast/dom/gc-dom-tree-lifetime.html
- fast/dom/simultaneouslyRegsiteredTimerFireOrder.html
- fast/events/scoped/editing-commands.html
- fast/harness/perftests/runs-per-second-iterations.html
- fast/js/array-bad-time.html
- fast/js/dfg-array-pop-value-clearing.html
- fast/js/dfg-array-push-bad-time.html
- fast/js/dfg-arrayify-when-late-prevent-extensions.html
- fast/js/dfg-get-by-val-clobber.html
- html5lib/run-test10.html
- html5lib/run-test11.html
- html5lib/run-test19.html
- html5lib/run-test20.html
- html5lib/run-test21.html
- html5lib/run-test26.html
- html5lib/run-test9.html
- html5lib/runner.html
- html5lib/webkit-resumer.html
- inspector/debugger/script-formatter.html
- inspector/elements/undo-dom-edits-2.html
- inspector/utilities.html

These tests pass on ARM Thumb2 build and on ARM traditional with disabled DFG 
build, but fail with ARM traditional with enabled DFG build (default setting).

See http://build.webkit.sed.hu/results/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/r137983%20%287524%29/results.html for details.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>793671</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-12-18 08:20:46 -0800</bug_when>
    <thetext>( Additionally fast/events/tabindex-focus-blur-all.html fails on all ARM platform: ARM-Thumb2, ARM-traditional with/without DFG and fast/js/kde/Array.html fails on ARM-traditional with/without DFG, but passes on ARM-Thumb2 )

I&apos;m going to file separated bug reports to fix these failures too.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>833851</commentid>
    <comment_count>2</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-02-15 03:30:39 -0800</bug_when>
    <thetext>Gábor, Zoltán, could you check it?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>838296</commentid>
    <comment_count>3</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-02-21 03:38:41 -0800</bug_when>
    <thetext>Some new tests introduced in http://trac.webkit.org/changeset/140276 fails on ARM traditional. (maybe on thumb2 too, but I haven&apos;t checked) And I haven&apos;t checked if these fails are related to DFG JIT or not. But will do soon.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>839425</commentid>
    <comment_count>4</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-02-22 02:56:41 -0800</bug_when>
    <thetext>There are 20 failing tests on ARM traditional because of 
enabled DFG JIT, here is the updated list: (tested on r143570)

fast/dom/gc-dom-tree-lifetime.html
fast/events/scoped/editing-commands.html
fast/js/regress/boolean-test.html
fast/js/regress/cmpeq-obj-to-obj-other.html
fast/js/regress/function-test.html
fast/js/regress/number-test.html
fast/js/regress/object-test.html
fast/js/regress/string-test.html
fast/js/regress/undefined-test.html
html5lib/run-test10.html
html5lib/run-test11.html
html5lib/run-test19.html
html5lib/run-test20.html
html5lib/run-test21.html
html5lib/run-test26.html
html5lib/run-test9.html
html5lib/runner.html
html5lib/webkit-resumer.html
http/tests/misc/webtiming-one-redirect.php
inspector/elements/undo-dom-edits-2.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>867744</commentid>
    <comment_count>5</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-04-02 05:02:22 -0700</bug_when>
    <thetext>There are 33 failing tests on ARM traditional related to buggy DFG JIT:
------------------------------------------------------------------------
fast/dom/gc-dom-tree-lifetime.html
fast/events/scoped/editing-commands.html
fast/js/regress/boolean-test.html
fast/js/regress/cmpeq-obj-to-obj-other.html
fast/js/regress/function-test.html
fast/js/regress/number-test.html
fast/js/regress/object-test.html
fast/js/regress/string-test.html
fast/js/regress/undefined-test.html
html5lib/generated/run-domjs-unsafe-data.html
html5lib/generated/run-domjs-unsafe-write.html
html5lib/generated/run-plain-text-unsafe-data.html
html5lib/generated/run-plain-text-unsafe-write.html
html5lib/generated/run-tests10-data.html
html5lib/generated/run-tests10-write.html
html5lib/generated/run-tests11-data.html
html5lib/generated/run-tests11-write.html
html5lib/generated/run-tests19-data.html
html5lib/generated/run-tests19-write.html
html5lib/generated/run-tests20-data.html
html5lib/generated/run-tests20-write.html
html5lib/generated/run-tests21-data.html
html5lib/generated/run-tests21-write.html
html5lib/generated/run-tests26-data.html
html5lib/generated/run-tests26-write.html
html5lib/generated/run-tests9-data.html
html5lib/generated/run-tests9-write.html
html5lib/generated/run-webkit01-data.html
html5lib/generated/run-webkit01-write.html
html5lib/webkit-resumer.html
http/tests/misc/webtiming-one-redirect.php
http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html
http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html

r146872 with disabled DFG JIT: http://build.webkit.sed.hu/builders/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/builds/8149
r146862 with enabled DFG JIT: http://build.webkit.sed.hu/builders/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/builds/8148</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>894265</commentid>
    <comment_count>6</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-05-28 02:17:21 -0700</bug_when>
    <thetext>Most of these bugs were fixed by https://trac.webkit.org/changeset/150748 ( in a different bug report - https://bugs.webkit.org/show_bug.cgi?id=116306 )

But there are still 3 failing tests related to ARM traditional and DFG JIT:
- fast/dom/gc-dom-tree-lifetime.html
- fast/js/integer-division-neg2tothe32-by-neg1.html
- fast/js/regress/negative-zero-modulo.html

See the diffs for details:
- http://build.webkit.sed.hu/results/ARMv7%20Linux%20Qt5%20Release%20(Test)/r150785%20(8638)/fast/dom/gc-dom-tree-lifetime-pretty-diff.html
- http://build.webkit.sed.hu/results/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/r150785%20%288638%29/fast/js/integer-division-neg2tothe32-by-neg1-pretty-diff.html
- http://build.webkit.sed.hu/results/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/r150785%20%288638%29/fast/js/regress/negative-zero-modulo-pretty-diff.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>899961</commentid>
    <comment_count>7</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-06-13 03:09:15 -0700</bug_when>
    <thetext>There are only two failing tests:
- fast/js/integer-division-neg2tothe32-by-neg1.html 
- fast/js/regress/negative-zero-modulo.html

and there is a new bug report with proposed fix,
so closing it with resolved/duplicated

*** This bug has been marked as a duplicate of bug 117542 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>