aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-02-08gles workaroundAlon Zakai
2013-02-07commented out explicit_zext in benchmarksAlon Zakai
2013-02-06Merge pull request #834 from caiiiycuk/test_memmoveAlon Zakai
Test for memmove
2013-02-06support packed attributes in gl emulation code, perform restriding manuallyAlon Zakai
2013-02-06use Math.imul in benchmarksAlon Zakai
2013-02-06fix gluPerspective and add testAlon Zakai
2013-02-06test for issue #838Alon Zakai
2013-02-06Test for memmoveAleksander Guryanov
2013-02-05fix memmove bug and add testingAlon Zakai
2013-02-04fix test_websockets_partialAlon Zakai
2013-02-04Merge pull request #821 from caiiiycuk/recv_testAlon Zakai
Test for recv (partial)
2013-02-04remove test_pgoAlon Zakai
2013-02-03Merge pull request #825 from juj/stdAlon Zakai
Std
2013-02-03improve eliminator test flexibility, fixes #822Alon Zakai
2013-02-03fix reps printing in benchmarksAlon Zakai
2013-02-02fix memcpyAlon Zakai
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-02In test runner, don't pass -std=c++03 when building .c files.Jukka Jylänki
2013-02-01Add a unit test that checks that user is able to specify a custom -std= flag ↵Jukka Jylänki
on the command line.
2013-02-01Compile with -std=c++03 consistently on all platforms. By default, Clang 3.2 ↵Jukka Jylänki
inconsistently uses C++11 for Windows and C++03 for Linux if user did not specify -std= on the command line. Fixes other.test_embind and *.test_llvmswitch. Add unit tests that confirm that .cpp files are compiled with C++03 std by default.
2013-02-01Add a unit test that checks that all platforms are building C++03 code by ↵Jukka Jylänki
default.
2013-02-01Fix test_llvmswitch to be valid C++11 code. Using an unsigned type would ↵Jukka Jylänki
cause an error: case value evaluates to 4294967281, which cannot be narrowed to type 'int' [-Wc++11-narrowing] when compiled as C++11.
2013-02-01Test for recv (partial)Aleksander Guryanov
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