Bug 44241 - [INTERPRETER] fast/js/pic/cached-prototype-setter.html fails
Summary: [INTERPRETER] fast/js/pic/cached-prototype-setter.html fails
Status: RESOLVED DUPLICATE of bug 44240
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-08-19 04:41 PDT by David Kilzer (:ddkilzer)
Modified: 2010-08-23 16:32 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2010-08-19 04:41:30 PDT
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.
Comment 1 David Kilzer (:ddkilzer) 2010-08-19 04:48:12 PDT
<rdar://problem/8328998>
Comment 2 Oliver Hunt 2010-08-23 16:32:10 PDT

*** This bug has been marked as a duplicate of bug 44240 ***