Add automated tests on function-type FSCommand parameter passing.
[gnash.git] / testsuite / actionscript.all / TODO
bloba6dbad26928c84baeb3b54855a9bc09c423f60bb
1 (1)
3 Implement "visual" tracing by using an prebuild clip with Ming.
4 This will allow us to *NOT* use the drawing API, which was only
5 introduced in SWF6 and thus prevents us from "visually" testing
6 previous SWF versions.
8 Note that a known-to-work way would be using the "import" feature
9 of 'makeswf' (-i flag), but then we'd need a run-time loading
10 which might make it harder to transport testcases (the 'imported'
11 file would need to lay around).
13 Note also that the 'prebuilt' clip feature is a pretty new one, so
14 might need some work on the Ming side (including support for
15 prebuild clips in the command-line compiler)
17 P T Withington <ptw@openlaszlo.org> says:
18 "In the real SWF player, calling undefined is not fatal,
19  it returns undefined and continues." (we should check we do this too)