Closed
Bug 551681
Opened 15 years ago
Closed 15 years ago
on android System.privateMemory returns 0
Categories
(Tamarin Graveyard :: Virtual Machine, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
flash10.1
People
(Reporter: dschaffe, Assigned: rwinchel)
References
Details
(Whiteboard: Awaiting integration)
in tamarin-redux-argo as3/ShellClasses/toplevel.as test fails because
System.privateMemory returns 0
adding -DLINUX in the platform/android/Makefile fixed the problem
recently the Makefile was changed from -DLINUX to -Dlinux
Comment 1•15 years ago
|
||
see bug 546660, specially, attachment https://bugzilla.mozilla.org/attachment.cgi?id=430725
Reporter | ||
Comment 2•15 years ago
|
||
tamarin-redux android Makefile is set to -Dlinux and the as3/ShellClasses/toplevel.as test passes.
I am guessing there is change in tamarin-redux missing in tamarin-redux-argo relating to the System.privateMemory code.
Did the -DLINUX change mistakenly get pushed into tamarin-redux-argo?
Comment 3•15 years ago
|
||
Looks like the first patch from https://bugzilla.mozilla.org/show_bug.cgi?id=546660 made it only to tamarin-redux, while the third patch made it to both tamarin-redux and tamarin-redux-argo. It should be fine to apply the first patch to argo.
Assignee: nobody → kpalacz
Status: NEW → ASSIGNED
Flags: flashplayer-qrb+
Priority: -- → P2
Target Milestone: --- → flash10.1
Rob, per comment 3, please land the missing patch in the next TR-argo integration.
Assignee: kpalacz → rwinchel
Comment 5•15 years ago
|
||
removed expectedfail in
tr-argo -> 3831:10d6a105e12d
Assignee | ||
Comment 6•15 years ago
|
||
tr-argo -> changeset 3825:ebcb1f1d62c4
tr -> changeset 4067:ebcb1f1d62c4
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•