Summary: | REGRESSION(r181326): It made dfg-int16array.js and dfg-int8array.js fail on AArch64 Linux | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | andersca, cgarcia, fpizlo, mcatanzaro, msaboff, ossy |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=138390 | ||
Bug Depends on: | |||
Bug Blocks: | 108645, 142524 |
Description
Csaba Osztrogonác
2015-03-12 10:49:58 PDT
+FAIL getter(a, 23, -31611) should be -31611. Was -31611. Weird. I have no clue. The patch contained no functional change, but if a function marked NORETURN has a return statement then things could get wonky. But there would definitely be a compiler warning about that. It seems the patch in bug142575 fixes this issue. (or fixed by other patch in trunk nowadays - will check soon) (In reply to comment #3) > It seems the patch in bug142575 fixes this issue. (or fixed by other patch > in trunk nowadays - will check soon) Argh, I forgot to revert the local revert of r181326. :) Please ignore this comment, the bug is still valid on trunk. I'm going to skip it on Linux too, these tests fail on iOS too, but we don't know if it is the same bug or not. See bug138390 for details. (In reply to comment #5) > I'm going to skip it on Linux too, these tests fail on iOS too, but > we don't know if it is the same bug or not. See bug138390 for details. I really think this is a dup of bug138390. Preparing a patch for that bug now. Landed fix for bug138390 in change set r182091: <http://trac.webkit.org/changeset/182091>. I kept the tests as skipped for linux for someone with a linux system to verify that my fix takes care of this issue as well. (In reply to comment #7) > Landed fix for bug138390 in change set r182091: > <http://trac.webkit.org/changeset/182091>. I kept the tests as skipped for > linux for someone with a linux system to verify that my fix takes care of > this issue as well. Thanks for the fix, I checked it on Linux, these test pass now, so I already unskipped them - http://trac.webkit.org/changeset/182110 . *** This bug has been marked as a duplicate of bug 138390 *** |