Summary: | REGRESSION: (r243032) inspector/model/remote-object.html is failing. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Truitt Savell <tsavell> |
Component: | Tools / Tests | Assignee: | Mark Lam <mark.lam> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | fpizlo, jlewis3, keith_miller, lforschler, msaboff, rmorisset, ryanhaddad, saam, tzagallo, webkit-bug-importer, ysuzuki |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=196008 |
Description
Truitt Savell
2019-03-18 09:27:51 PDT
marked failing in https://trac.webkit.org/changeset/243071/webkit until mark can fix this. Also from https://bugs.webkit.org/show_bug.cgi?id=195827#c8: It appears that changes in https://trac.webkit.org/changeset/243032 Are causing a JSC failure on the Debug queue microbenchmarks/data-view-accesses-2.js.ftl-no-cjit-small-pool https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20JSC%20%28Tests%29/builds/2348/steps/jscore-test/logs/stdio Regression range is 243030 to 243033 From the rollout ChangeLog: The fix is incorrect: it relies on being able to determine liveness of an object in an ObjectPropertyCondition based on the state of the object's MarkedBit. However, there's no guarantee that GC has run and that the MarkedBit is already set even if the object is live. As a result, we may not re-install adaptive watchpoints based on presumed dead objects which are actually live. I'm rolling this out, and will implement a more comprehensive fix to handle watchpoint liveness later. *** Bug 196008 has been marked as a duplicate of this bug. *** The rollout was landed in r243420: <http://trac.webkit.org/r243420>. |