aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-05-15emit each function table of its own sizeAlon Zakai
2013-05-15add testing for aliasing function pointersAlon Zakai
2013-05-15future proof a testAlon Zakai
2013-05-15handle the case of no function tables with aliasing function pointersAlon Zakai
2013-05-12make asm.js compilation check case-agnosticAlon Zakai
2013-05-10fix test_cases:traceAlon Zakai
2013-05-09test for FORCE_ALIGNED_MEMORY to reduce unaligned reads in bulletAlon Zakai
2013-05-09fix 0x0 in formatString; fixes #1164Alon Zakai
2013-05-09update asm compilation checksAlon Zakai
2013-05-09standardize all benchmarks to use the same commandline argument for timingAlon Zakai
2013-05-09standardize params to nbody_javaAlon Zakai
2013-05-09fix box2d compilation with emscriptenAlon Zakai
2013-05-09Merge pull request #1158 from juj/ignore_tests_by_wildcardAlon Zakai
Add support for skipping all modes of a single test...
2013-05-09fix test_sscanf_other_whitespace for s_x_xAlon Zakai
2013-05-09Add support for skipping all modes of a single test with 'python ↵Jukka Jylänki
tests/runner.py skip:ALL.test_freetype', instead of having to specify all the modes for the test to be skipped by hand.
2013-05-08Issue #1134: scanf does not treat CR, FF, VT as whitespaceAnthony Thibault
2013-05-08add nbody-java benchmarkAlon Zakai
2013-05-08add nbody-java codeAlon Zakai
2013-05-08improve mathfuncptr testAlon Zakai
2013-05-07fix test runner is_le32Alon Zakai
2013-05-07add whets testcaseAlon Zakai
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
Minor improvements in the sources
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 ↵Alon Zakai
stack, then dynamic/sbrk. deprecate shared libs (BUILD_AS_SHARED_LIB)
2013-05-04Remove more +x permissions on source or javascript filesSylvestre Ledru
2013-05-03Merge pull request #1126 from imvu/more_embind_updatesAlon Zakai
More embind updates
2013-05-03Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into ↵Alon Zakai
fairfieldt-strcat-fix
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 ↵Chad Austin
object. Conflicts: tests/embind/embind_test.cpp
2013-05-02checkpoint object handle compositionChad Austin
2013-05-02Add a select_const for selecting the const method implementation if there ↵Chad Austin
are only two. Conflicts: tests/embind/embind_test.cpp
2013-05-02fix test_runtimelinkAlon Zakai
2013-05-02fixes strcat so that it returns the correct valueTom Fairfield
It should return the "dest" pointer that was passed in. test_strings has been updated with a test for the correct behavior.
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 ↵Alon Zakai
needless tear down le32 stuff
2013-05-01unpress keys when losing focusAlon Zakai
2013-05-01require -g with jcache, fixes test_jcacheAlon Zakai