Bug 142277

Summary: [ARM] stress/cached-prototype-setter.js.no-llint fails intermittently on Aarch64 Linux
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: akiss, ossy, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 108645    

Description Csaba Osztrogonác 2015-03-04 07:26:00 PST
It fails in ~33% of the test runs with the following log:

Exception: Error: FAIL: 'x' setter was not called.
cached-prototype-setter.js:18:24
global code@cached-prototype-setter.js:19:3

It seems it is a DFG JIT bug, because it passes always with 
the same configuration and additional useDFGJIT=false
Comment 1 Csaba Osztrogonác 2015-05-08 02:29:39 PDT
Just to document, I skipped it on AArch64 Linux:
http://trac.webkit.org/changeset/182006/trunk/Source/JavaScriptCore/tests/stress/cached-prototype-setter.js
Comment 2 Zan Dobersek 2017-10-18 02:53:54 PDT
This failure isn't exhibited anymore. I'll close the bug once the skip directive is removed.