Bug 142277 - [ARM] stress/cached-prototype-setter.js.no-llint fails intermittently on Aarch64 Linux
Summary: [ARM] stress/cached-prototype-setter.js.no-llint fails intermittently on Aarc...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 108645
  Show dependency treegraph
 
Reported: 2015-03-04 07:26 PST by Csaba Osztrogonác
Modified: 2017-10-18 02:53 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.