Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8025134 Andre's conformance bugs with hg tip fa491b75d3e4
JDK-8025589
Array.prototype.shift should only copy defined elements in generic mode
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Sub-task
Resolution:
Fixed
Priority:
P3
Fix Version/s:
8
Affects Version/s:
8
Component/s:
core-libs
Labels:
None
Subcomponent:
jdk.nashorn
Resolved In Build:
b112
Description
jjs> [].shift.call(o={length:2, 0:0}); "0" in o
Expected: returns false
Actual: returns true
Attachments
Activity
People
Assignee:
Hannes Wallnoefer
Reporter:
Hannes Wallnoefer
Votes:
0
Vote for this issue
Watchers:
2
Start watching this issue
Dates
Created:
2013-09-27 08:17
Updated:
2013-10-17 10:22
Resolved:
2013-09-30 07:26