Bug 44246 - [JIT] fast/js/sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.5/S15.3.5.3_A2_T6.html fails
Summary: [JIT] fast/js/sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.5/S15....
Status: RESOLVED FIXED
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-09-22 11:59 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.94 KB, patch)
2010-09-22 11:47 PDT, Oliver Hunt
barraclough: review+
Details | Formatted Diff | Diff

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:49 PDT
LayoutTests/fast/js/sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.5/S15.3.5.3_A2_T6.html passes using the JSC interpreter, but fails using the JSC JIT.

--- a/LayoutTests/fast/js/sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.5/S15.3.5.3_A2_T6-expected.txt
+++ b/LayoutTests/fast/js/sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.5/S15.3.5.3_A2_T6-expected.txt
@@ -1,6 +1,6 @@
 S15.3.5.3_A2_T6
 
-FAIL SputnikError: #1.1: O is not an object, throw a TypeError exception
+PASS 
 
 TEST COMPLETE
Comment 1 David Kilzer (:ddkilzer) 2010-08-19 04:48:43 PDT
<rdar://problem/8329005>
Comment 2 Oliver Hunt 2010-09-22 11:47:10 PDT
Created attachment 68405 [details]
Patch
Comment 3 Oliver Hunt 2010-09-22 11:59:47 PDT
Committed r68060: <http://trac.webkit.org/changeset/68060>