Bug 44241
| Summary: | [INTERPRETER] fast/js/pic/cached-prototype-setter.html fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ggaren, oliver |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.6 | ||
David Kilzer (:ddkilzer)
LayoutTests/fast/js/pic/cached-prototype-setter.html fails using the JSC interpreter, but passes using the JSC JIT.
--- a/LayoutTests/fast/js/pic/cached-prototype-setter-expected.txt
+++ b/LayoutTests/fast/js/pic/cached-prototype-setter-expected.txt
@@ -1,5 +1,5 @@
This page tests whether a cached [[put]] consults setters in the prototype chain. If the test passes, you'll see two PASS messages below.
-PASS: 'x' setter was called.
+FAIL: 'x' setter was not called.
PASS: 'x' setter was called.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
<rdar://problem/8328998>
Oliver Hunt
*** This bug has been marked as a duplicate of bug 44240 ***