<?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>206010</bug_id>
          
          <creation_ts>2020-01-09 08:31:18 -0800</creation_ts>
          <short_desc>1924 pre-existing JSC test failures on JSC ARMv7 and MIPSEL EWSes</short_desc>
          <delta_ts>2020-03-02 03:21:20 -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>JavaScriptCore</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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>
          <dependson>203563</dependson>
    
    <dependson>207752</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Aakash Jain">aakash_jain</reporter>
          <assigned_to name="Paulo Matos">pmatos</assigned_to>
          <cc>aperez</cc>
    
    <cc>ap</cc>
    
    <cc>clopez</cc>
    
    <cc>pmatos</cc>
    
    <cc>ticaiolima</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1604641</commentid>
    <comment_count>0</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2020-01-09 08:31:18 -0800</bug_when>
    <thetext>JSC ARMv7 and MIPSEL EWSes have 1924 pre-existing JSC test failures. This is slowing down these queues.

e.g.:
https://ews-build.webkit.org/#/builders/25/builds/6210
https://ews-build.webkit.org/#/builders/26/builds/6069</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1605067</commentid>
    <comment_count>1</comment_count>
    <who name="Paulo Matos">pmatos</who>
    <bug_when>2020-01-10 04:46:33 -0800</bug_when>
    <thetext>This is a tricky one. After the breaking patch (bug 205232) from Keith on the 23rd, 32bit wouldn&apos;t build. 

I therefore disabled jit compilation with -DENABLE_JIT=OFF and for testing --no-jit-stress-tests.

However, a many tests seem to stack overflow or have a few other issues without JITting. These are the failures we are seeing here. They are not bugs per se afaict. Disabling them until we can merge a fix for 32bits of Keith&apos;s patch is currently my only idea, but it&apos;s a lot of tests so I was trying to avoid that.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1606381</commentid>
    <comment_count>2</comment_count>
    <who name="Paulo Matos">pmatos</who>
    <bug_when>2020-01-14 07:38:18 -0800</bug_when>
    <thetext>Caio is fixing this under bug 203563.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1607968</commentid>
    <comment_count>3</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2020-01-17 06:58:40 -0800</bug_when>
    <thetext>There are now 9587 pre-existing JSC test failures on ARMv7, e.g.: https://ews-build.webkit.org/#/builders/26/builds/6778, https://ews-build.webkit.org/#/builders/26/builds/6734


Tests on MIPSEL queue are failing/getting-stuck, e.g.: https://ews-build.webkit.org/#/builders/25/builds/6756/steps/9/logs/stdio</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1607979</commentid>
    <comment_count>4</comment_count>
    <who name="Caio Lima">ticaiolima</who>
    <bug_when>2020-01-17 07:30:08 -0800</bug_when>
    <thetext>(In reply to Aakash Jain from comment #3)
&gt; There are now 9587 pre-existing JSC test failures on ARMv7, e.g.:
&gt; https://ews-build.webkit.org/#/builders/26/builds/6778,
&gt; https://ews-build.webkit.org/#/builders/26/builds/6734
&gt; 
&gt; 

This means we are failing every tests. Patch to fix it is under way on https://bugs.webkit.org/show_bug.cgi?id=206404</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1608452</commentid>
    <comment_count>5</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2020-01-18 11:06:46 -0800</bug_when>
    <thetext>ARMv7 looks much better now with ~15 failures, e.g.: https://ews-build.webkit.org/#/builders/26/builds/6900

However, MIPSEL is still failing terribly, e.g.: https://ews-build.webkit.org/#/builders/25/builds/7001</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1608723</commentid>
    <comment_count>6</comment_count>
    <who name="Paulo Matos">pmatos</who>
    <bug_when>2020-01-20 05:40:57 -0800</bug_when>
    <thetext>@Aakash, I am now working on mips.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1624488</commentid>
    <comment_count>7</comment_count>
    <who name="Paulo Matos">pmatos</who>
    <bug_when>2020-03-02 03:21:20 -0800</bug_when>
    <thetext>This has now been fixed and both ARMv7 and MIPSel are green with JIT enabled since r257466 (bug 208196).

Closing this.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>