Closed
Bug 484223
Opened 16 years ago
Closed 6 years ago
FC64 performance test not running anymore
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: cpeyer, Assigned: dschaffe)
References
Details
The fc64 test (/other-licenses/test/performance/./canaries/fc64.abc) has stopped outputting any output and just immediately exits back to the shell.
This problem was injected in rev 1613.
Actual Output:
none
Expected Output:
loading ROM ../../other-licenses/test/performance/canaries/fc64util/kernel/kernal.901227-03.bin
loading ROM ../../other-licenses/test/performance/canaries/fc64util/kernel/basic.901226-01.bin
loading ROM ../../other-licenses/test/performance/canaries/fc64util/kernel/characters.901225-01.bin
loading c64.............
screen at time 107:
***
****
screen at time 108:
**** COMMODORE 64 BASIC V2 ****
64K RAM SYSTEM
screen at time 109:
**** COMMODORE 64 BASIC V2 ****
64K RAM SYSTEM 38911 BASIC BYTES FREE
READY.
screen at time 110:
**** COMMODORE 64 BASIC V2 ****
64K RAM SYSTEM 38911 BASIC BYTES FREE
READY.
_
metric time 38974
Flags: in-testsuite+
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
Assignee | ||
Comment 1•16 years ago
|
||
we should add an acceptance testcase. It should work something like this:
1) test1.as calls function f()
2) f is defined in another file
3) is compiled with script compiler and -builtin test1 otherfile
so if the final script is not initialized the test fails (no output) otherwise the function in the other file is called
I can write the testcase
Flags: in-testsuite+ → in-testsuite?
Updated•16 years ago
|
Assignee: nobody → dschaffe
Status: NEW → ASSIGNED
Flags: flashplayer-qrb? → flashplayer-qrb+
Updated•15 years ago
|
Priority: -- → P3
Assignee | ||
Comment 2•15 years ago
|
||
move the target to future since the bug is not required for 10.1 release.
Target Milestone: flash10.1 → Future
Updated•15 years ago
|
Priority: P3 → --
Comment 3•6 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•