Closed Bug 603814 Opened 14 years ago Closed 6 years ago

as3/sampling/Callback.as fails when compiled with -AS3

Categories

(Tamarin Graveyard :: Virtual Machine, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX
Q1 12 - Brannan

People

(Reporter: cpeyer, Unassigned)

References

Details

When compiled with -AS3 the Callback test does not track memory allocs and the callback does not happen:

Test output compiled with -ES:
Sampling api: callback
callback1 called at 40050
memory summary: allocs=120286 deallocs=78613
callback2 called at 80144
callback2 called at 120164
Callback: callback called at least once callback#=1 = true PASSED!
Callback: callback with return type called at least once callback#=2 = true PASSED!
Callback: function is not defined = ReferenceError: Error #1065 PASSED!

Test output compiled with -AS3:
Sampling api: callback
memory summary: allocs=0 deallocs=0
callback2 called at 155047
Callback: callback called at least once callback#=0 = false FAILED! expected: true
Callback: callback called at least once callback#=0 = false FAILED! expected: true
Callback: callback with return type called at least once callback#=1 = true PASSED!
Callback: function is not defined = ReferenceError: Error #1065 PASSED!
Flags: in-testsuite+
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
QE Note: Test has been set to expectedfail in testconfig.txt
bump
Depends on: 614529
Flags: flashplayer-qrb? → flashplayer-qrb+
Priority: -- → P3
Target Milestone: --- → Q1 12 - Brannan
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in before you can comment on or make changes to this bug.