shumway/utils
Yury Delendik 689736067c Fixes some flex bugs for Mac 2013-05-23 16:40:43 -05:00
..
avm1tests Fix NaN === NaN tester 2012-04-27 22:22:20 -05:00
patches Update failconfig.txt 2013-05-07 10:49:50 -07:00
playerGlobal Apache 2 headers for Makefiles, utils and testing framework 2013-04-25 16:18:02 -05:00
.gitignore Add cc.jar to .gitignore list. 2013-02-26 18:19:39 -08:00
Makefile Fixes some flex bugs for Mac 2013-05-23 16:40:43 -05:00
README.md More links and resources. 2012-01-07 17:45:22 -08:00
lint-all.json lint: Added a separate lint make target for avm2 that is a bit more relaxed. 2012-09-10 19:15:58 -07:00
lint.json lint: Added a separate lint make target for avm2 that is a bit more relaxed. 2012-09-10 19:15:58 -07:00
lint.mk lint: Added a separate lint make target for avm2 that is a bit more relaxed. 2012-09-10 19:15:58 -07:00
update-flash-refs.js Apache 2 headers for Makefiles, utils and testing framework 2013-04-25 16:18:02 -05:00

README.md

Useful Tools

ActionScript Compiler, ASC -> ABC (asc)

curl ftp://ftp.mozilla.org/pub/js/tamarin/builds/asc/latest/asc.jar > asc.jar

Adobe Open Source Flex SDK (swfdump)

curl http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201_mpl.zip > flex-sdk.zip

Tamarin (tamarin-redux)

https://developer.mozilla.org/En/Tamarin/Tamarin_Build_Documentation

Test Cases

Tamarin Test Cases

http://hg.mozilla.org/tamarin-redux/file/0814059d4ff7/test

Simpler Test Cases

https://github.com/changm/tessa/tree/master/test/custom