Bug 32543
Summary: | REGRESSION(52026): 14 JSC regressions with interpreter | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | barraclough, ddkilzer, galpeter, loki |
Priority: | P2 | Keywords: | InRadar, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All |
Csaba Osztrogonác
http://trac.webkit.org/changeset/52026 caused 14 JSC regressions
with interpreter build (ENABLE_JIT=0, ENABLE_YARR_JIT=0). It was
tested on x86 and on ARM platforms too.
Detailed results:
--
** Danger, Will Robinson! Danger! The following failures have been introduced:
ecma/Array/15.4.2.1-2.js
ecma/Array/15.4.2.1-3.js
ecma/Array/15.4.4.3-1.js
ecma/Expressions/11.6.1-3.js
ecma/GlobalObject/15.1.2.4.js
ecma/GlobalObject/15.1.2.5-1.js
ecma/GlobalObject/15.1.2.5-2.js
ecma/GlobalObject/15.1.2.5-3.js
ecma/String/15.5.3.2-2.js
ecma_2/Statements/try-004.js
ecma_2/Statements/try-005.js
ecma_3/String/regress-104375.js
js1_5/Object/regress-90596-003.js
js1_5/Regress/regress-39309.js
14 regressions found.
0 tests fixed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
<rdar://problem/7473274>
Alexey Proskuryakov
Do these all have a common cause? Bug 32498 is a real world example of an issue, but I'm not sure if I should just dupe this to it.
Alexey Proskuryakov
Bug 32498 fixed all of these.
*** This bug has been marked as a duplicate of bug 32498 ***