Closed
Bug 1219526
Opened 10 years ago
Closed 3 years ago
Implement ES6 NewTarget on mips platform. same as Bug 1141865
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: hwjeastd07, Unassigned)
Details
(Keywords: js1.6, Whiteboard: JavaScript JIT mips)
Attachments
(1 file)
|
3.19 KB,
text/x-patch
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36
Steps to reproduce:
1:Build firefox41.0.2 js/src code on cpu based on MIPS instruction set. such as Loongson3A. mips3, o32
2:./jit-test js_build/dist/bin/js basic/newTargetOSR.js
Actual results:
Test Case not Passed.
bt:
#0 GetProperty (vp=..., name=<optimized out>, receiver=..., obj=..., cx=0x159d80a0) at /home/loongson/firefox40/mozilla-release/js/src/jsobj.h:840
#1 js::ValueToSource (cx=0x159d80a0, v=...) at /home/loongson/firefox40/mozilla-release/js/src/jsstr.cpp:4343
#2 0x00948c88 in JS_ValueToSource (cx=0x15958000, value=...) at /home/loongson/firefox40/mozilla-release/js/src/jsapi.cpp:431
#3 0x0046f26c in ToSource (cx=0x15958000, vp=..., bytes=0x7fa01a90) at /home/loongson/firefox40/mozilla-release/js/src/shell/js.cpp:1729
#4 0x004705c8 in AssertEq (cx=0x159d80a0, argc=2, vp=0x7fa01c60) at /home/loongson/firefox40/mozilla-release/js/src/shell/js.cpp:1759
#5 0x0060d52c in CallJSNative (args=..., native=0x4704dc <AssertEq(JSContext*, unsigned int, jsval*)>, cx=0x159d80a0)
at /home/loongson/firefox40/mozilla-release/js/src/jscntxtinlines.h:235
#6 js::Invoke (cx=0x159d80a0, args=..., construct=js::NO_CONSTRUCT) at /home/loongson/firefox40/mozilla-release/js/src/vm/Interpreter.cpp:718
#7 0x0060df38 in js::Invoke (cx=0x159d80a0, thisv=..., fval=..., argc=<optimized out>, argv=0x7fa01ee0, rval=...)
at /home/loongson/firefox40/mozilla-release/js/src/vm/Interpreter.cpp:773
#8 0x007993b8 in js::jit::DoCallFallback (cx=0x159d80a0, frame=0x7fa01f28, stub_=0x159311a8, argc=2, vp=0x7fa01ed0, res=...)
at /home/loongson/firefox40/mozilla-release/js/src/jit/BaselineIC.cpp:9859
#9 0x1574cbf4 in ?? ()
Expected results:
Test Case Passed
| Reporter | ||
Updated•10 years ago
|
Updated•10 years ago
|
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
Updated•10 years ago
|
Assignee: nobody → hwjeastd07
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 1•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: hwjeastd07 → nobody
Status: ASSIGNED → NEW
Comment 2•3 years ago
|
||
This must have been fixed at some point.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•