Bug 142277
| Summary: | [ARM] stress/cached-prototype-setter.js.no-llint fails intermittently on Aarch64 Linux | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | JavaScriptCore | Assignee: | 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 | ||
Csaba Osztrogonác
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
Just to document, I skipped it on AArch64 Linux:
http://trac.webkit.org/changeset/182006/trunk/Source/JavaScriptCore/tests/stress/cached-prototype-setter.js
Zan Dobersek
This failure isn't exhibited anymore. I'll close the bug once the skip directive is removed.