aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-02-01Merge pull request #819 from waywardmonkeys/fix-test-longjmpAlon Zakai
Variables live across a setjmp/lj must be volatile.
2013-02-01Merge pull request #818 from waywardmonkeys/gc-improvementsAlon Zakai
Gc improvements
2013-02-01Variables live across a setjmp/lj must be volatile.Bruce Mitchener
According to http://pubs.opengroup.org/onlinepubs/7908799/xsh/setjmp.html among other places, the 'int x' here should be volatile so that it has the correct value. Otherwise, the behavior will be indeterminate.
2013-02-01Support GC_get_heap_size().Bruce Mitchener
2013-02-01Add support for GC_REALLOC().Bruce Mitchener
2013-01-31fix glIsTexture from throwing a warning on null-ified textures, and add testingAlon Zakai
2013-02-01Add GC support for GC_MALLOC_UNCOLLECTABLE.Bruce Mitchener
2013-01-30Merge pull request #808 from caiiiycuk/palette_testAlon Zakai
Add automation for sdl palette test
2013-01-30Add automation for sdl palette testAleksander Guryanov
2013-01-30Fix '-1' problem in recvAleksander Guryanov
2013-01-28adjust life benchmarkAlon Zakai
2013-01-28add 'ok' in bullet benchmarkAlon Zakai
2013-01-26fix sockaddr_storage and sockaddr_inAlon Zakai
2013-01-26fix stack rewinding bug, and add life test and benchmarkAlon Zakai
2013-01-25add bullet benchmarkAlon Zakai
2013-01-25switch benchmarks to asm.js by default and adjust parameters to standardize ↵Alon Zakai
as close as possible on 1 second for native in each one
2013-01-25fix and enable zlib benchmarkAlon Zakai
2013-01-25improve corrections benchmarkAlon Zakai
2013-01-25add indirectbr-phi testAlon Zakai
2013-01-25improve benchmark infrastructure in preparation for zlib benchmarkAlon Zakai
2013-01-25fix asm jsfunc chunkingAlon Zakai
2013-01-25improve chunking testAlon Zakai
2013-01-24optimize ctlz and add cttz; fixes #797Alon Zakai
2013-01-24disable test_intvars in s_x_xAlon Zakai
2013-01-24disable flaky leaky .ll detectionAlon Zakai
2013-01-23fail on odin not validing asm.js code, in odin buildsAlon Zakai
2013-01-23fix asm float notation for numbers less than 1 in absolute valueAlon Zakai
2013-01-23add isnan testAlon Zakai
2013-01-23fix some tests for the new multiply coercion behaviorAlon Zakai
2013-01-23update glbook test imageAlon Zakai
2013-01-23properly detect return type when detecting function typeAlon Zakai
2013-01-23handle function pointer calls to functions that return function pointers ↵Alon Zakai
(insert meme here)
2013-01-22improve lua testAlon Zakai
2013-01-22add testcase for i32 mul coercionAlon Zakai
2013-01-20strenghen varargs function pointer testAlon Zakai
2013-01-20fix test_sdl_key for asmAlon Zakai
2013-01-19fix test_api_browser for asmAlon Zakai
2013-01-19support glBegin on GL_POINTS; fixes #793Alon Zakai
2013-01-19emit 5.0 instead of +5 in asmAlon Zakai
2013-01-19Merge branch 'incoming' of https://github.com/manuels/emscripten into incomingAlon Zakai
2013-01-19Add testcase for sscanf floating point format aliasesmanuels
2013-01-18disable various tests for asm that cannot workAlon Zakai
2013-01-18stub out unneeded openjpeg functions, so it can parse in asmAlon Zakai
2013-01-18fix tests/cases/extendedprecision.llAlon Zakai
2013-01-18fix benchmarksAlon Zakai
2013-01-18add return in functions whose types return but do not actually returnAlon Zakai
2013-01-18asprintf and some stubsAlon Zakai
2013-01-17add test for bswap64Alon Zakai
2013-01-17fix test_exceptionsAlon Zakai
2013-01-17Implement exceptions in whitelistAleksander Guryanov