Closed
Bug 593394
Opened 15 years ago
Closed 15 years ago
test/performance/string-lastIndexOf-3 is testing indexOf
Categories
(Tamarin Graveyard :: Tools, defect)
Tamarin Graveyard
Tools
Tracking
(Not tracked)
VERIFIED
FIXED
flash10.2.x-Spicy
People
(Reporter: wsharp, Assigned: cpeyer)
Details
Attachments
(1 file)
|
1.14 KB,
patch
|
Details | Diff | Splinter Review |
function loop2(s:String):int {
var v:int;
for ( var i:uint=0 ; i < 100000 ; i++ )
v = s.indexOf("abcde");
return v;
}
TEST(loop, "string-lastIndexOf-3");
Updated•15 years ago
|
Assignee: nobody → cpeyer
Status: NEW → ASSIGNED
Flags: flashplayer-qrb+
Target Milestone: --- → flash10.1.x-Salt
Updated•15 years ago
|
Target Milestone: flash10.1.x-Salt → flash10.2.x-Spicy
| Assignee | ||
Comment 1•15 years ago
|
||
| Assignee | ||
Comment 2•15 years ago
|
||
Fix pushed to redux:
http://hg.mozilla.org/tamarin-redux/rev/177b2b24f681
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•