Closed
Bug 506040
Opened 16 years ago
Closed 15 years ago
Verifyerror when throwing an error
Categories
(Tamarin Graveyard :: Virtual Machine, defect, P3)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 477133
flash10.1
People
(Reporter: cpeyer, Assigned: jodyer)
Details
Attachments
(1 file)
4.63 KB,
text/plain
|
Details |
as:
function verifyError():void
{
throw Error("dummy test error");
var i:int;
for (i = 0; i<5; ++i)
;
var snapDeltaX:Number = 9999;
for (i = 0; i<5; ++i)
snapDeltaX = 5;
}
verifyError();
result:
VerifyError: Error #1068: Number and * cannot be reconciled.
Transferred from jira: https://bugs.adobe.com/jira/browse/ASC-3579
Flags: in-testsuite?
Flags: flashplayer-qrb?
Updated•16 years ago
|
Flags: flashplayer-triage+
Assignee: nobody → jodyer
Status: NEW → ASSIGNED
Flags: flashplayer-qrb? → flashplayer-qrb+
Priority: -- → P3
Target Milestone: --- → flash10.1
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•