[webkit-changes] [WebKit/WebKit] 753480: [JSC] Attach watchdog to JSTests/stress/check-is-c...
Yusuke Suzuki
noreply at github.com
Wed Sep 14 14:16:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 753480f9ff3987dd65685d41cdfb4b6bdb9006e0
https://github.com/WebKit/WebKit/commit/753480f9ff3987dd65685d41cdfb4b6bdb9006e0
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M JSTests/stress/check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js
Log Message:
-----------
[JSC] Attach watchdog to JSTests/stress/check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js
https://bugs.webkit.org/show_bug.cgi?id=244888
rdar://99647513
Reviewed by Mark Lam.
New Proxy optimization makes Proxy access significantly faster. This test is relying on inefficiency of this,
and this test progress is driven by repeated stackoverflow. The optimization makes this test slower because reaching
to stackoverflow now takes more time than before. This patch attaches watchdog to shutdown this test based on time,
since this test should crash before that time if the regression happens.
* JSTests/stress/check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js:
Canonical link: https://commits.webkit.org/254492@main
More information about the webkit-changes
mailing list