aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-05-07switch to le32 target by default1.4.3Alon Zakai
2013-05-06auto-include malloc/free when SDL is used; fixes #1139Alon Zakai
2013-05-06Merge pull request #1138 from sylvestre/incomingAlon Zakai
2013-05-06remove tests/cases/gepoverflow since it is too finicky with absolute pointersAlon Zakai
2013-05-05add test for sdl allocation, and warn when using stub malloc/freeAlon Zakai
2013-05-05generalize customizeVTable to support asmAlon Zakai
2013-05-05update test_staticsAlon Zakai
2013-05-04make memory management sane: 0 is null, then static including globals, then s...Alon Zakai
2013-05-04Remove more +x permissions on source or javascript filesSylvestre Ledru
2013-05-03Merge pull request #1126 from imvu/more_embind_updatesAlon Zakai
2013-05-03Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into fairfieldt...Alon Zakai
2013-05-03Remove executable permissions on simple filesSylvestre Ledru
2013-05-03update testsAlon Zakai
2013-05-03fix some logging usesAlon Zakai
2013-05-02update test_structbyvalAlon Zakai
2013-05-02Oops, fix a test leak.Chad Austin
2013-05-02Add a test for interface methods that return void.Chad Austin
2013-05-02Add a benchmark for calling from C++ into JS via interfacesChad Austin
2013-05-02Add isAliasOf for seeing if two embind handles point to the same underlying o...Chad Austin
2013-05-02checkpoint object handle compositionChad Austin
2013-05-02Add a select_const for selecting the const method implementation if there are...Chad Austin
2013-05-02fix test_runtimelinkAlon Zakai
2013-05-02fixes strcat so that it returns the correct valueTom Fairfield
2013-05-02fix sanity.test_emccAlon Zakai
2013-05-02fix test_firstrunAlon Zakai
2013-05-02ensure floats in varargsAlon Zakai
2013-05-02check sanity later in test runner, so we can know env settings, and do not ne...Alon Zakai
2013-05-01unpress keys when losing focusAlon Zakai
2013-05-01require -g with jcache, fixes test_jcacheAlon Zakai
2013-05-01Merge branch 'newtriple' into incomingAlon Zakai
2013-04-30fix benchmarksAlon Zakai
2013-04-30use target in test runner library cacheAlon Zakai
2013-04-30fix le32 detection in test runnerAlon Zakai
2013-04-30simplify compiler flags in test runner, now that we use emccAlon Zakai
2013-04-30use emcc in test runner to compile to bitcode, to make sure it gets the targe...Alon Zakai
2013-04-30add support for changing the llvm target using EMCC_LLVM_TARGET in the envAlon Zakai
2013-04-30store target in sanity file, so changing it causes the cache to be flushedAlon Zakai
2013-04-30Use isfinite() instead of finite().Bruce Mitchener
2013-04-29add glew test and some degree of supportAlon Zakai
2013-04-29do not get confused by local vars that alias names of library functions, and ...Alon Zakai
2013-04-29add python le32 bitcode file + instructionsAlon Zakai
2013-04-29make lua test build from sourceAlon Zakai
2013-04-29disable test_dlmalloc_partial_2 with CHECK_HEAP_ALIGN, like SAFE_HEAPAlon Zakai
2013-04-29disable test_lua in le32Alon Zakai
2013-04-29align struct fields to 64-bit in le32Alon Zakai
2013-04-29disable test_unaligned in le32Alon Zakai
2013-04-29autofail test_unalignedAlon Zakai
2013-04-29add heap alignment checks to asm1Alon Zakai
2013-04-29use fasta namesAlon Zakai
2013-04-29add benchmark.test_fasta_double_full, with DOUBLE_MODE=1Alon Zakai