<?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>148926</bug_id>
          
          <creation_ts>2015-09-07 03:49:09 -0700</creation_ts>
          <short_desc>jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js fails intermittently on AArch64 Linux</short_desc>
          <delta_ts>2017-10-18 02:31:44 -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>JavaScriptCore</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</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>108645</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>zan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1124097</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-09-07 03:49:09 -0700</bug_when>
    <thetext>It fails intermittently on the EFL AArch64 buildbot. Maybe it fails
in Apple&apos;s AArch64 iOS environment too, but I don&apos;t know, because
there is no public iOS AArch64 tester buildbot. 

jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-no-llint: DIFF FAILURE!
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-no-llint: --- ../.tests/jsc-layout-tests.yaml/js/dictionary-no-cache-expected.txt	2015-09-01 11:31:17.000000000 -0700
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-no-llint: +++ ../jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-no-llint.out	2015-09-01 11:58:42.220520954 -0700
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-no-llint: @@ -5,7 +5,7 @@
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-no-llint:  
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-no-llint:  PASS foundNewPrototypeProperty is true
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-no-llint:  PASS foundRemovedPrototypeProperty is false
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-no-llint: -PASS calledNewPrototypeSetter is true
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-no-llint: +FAIL calledNewPrototypeSetter should be true. Was false.
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-no-llint:  PASS getTestProperty(test4) is &quot;on prototype&quot;
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-no-llint:  PASS getTestProperty(test4) is &quot;on self&quot;
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-no-llint:  PASS getTestProperty(test5) is &quot;on prototype&apos;s prototype&quot;
FAIL: jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-no-llint

jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-dfg-eager-no-cjit: DIFF FAILURE!
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-dfg-eager-no-cjit: --- ../.tests/jsc-layout-tests.yaml/js/dictionary-no-cache-expected.txt	2015-08-31 22:34:37.000000000 -0700
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-dfg-eager-no-cjit: +++ ../jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-dfg-eager-no-cjit.out	2015-08-31 23:02:03.780520954 -0700
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-dfg-eager-no-cjit: @@ -5,7 +5,7 @@
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-dfg-eager-no-cjit:  
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-dfg-eager-no-cjit:  PASS foundNewPrototypeProperty is true
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-dfg-eager-no-cjit:  PASS foundRemovedPrototypeProperty is false
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-dfg-eager-no-cjit: -PASS calledNewPrototypeSetter is true
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-dfg-eager-no-cjit: +FAIL calledNewPrototypeSetter should be true. Was false.
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-dfg-eager-no-cjit:  PASS getTestProperty(test4) is &quot;on prototype&quot;
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-dfg-eager-no-cjit:  PASS getTestProperty(test4) is &quot;on self&quot;
jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-dfg-eager-no-cjit:  PASS getTestProperty(test5) is &quot;on prototype&apos;s prototype&quot;
FAIL: jsc-layout-tests.yaml/js/script-tests/dictionary-no-cache.js.layout-dfg-eager-no-cjit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1361621</commentid>
    <comment_count>1</comment_count>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2017-10-18 02:31:44 -0700</bug_when>
    <thetext>These failures aren&apos;t exhibited anymore.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>