aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-02-22Added some SDL_Mixer calls:Michael J. Bishop
- `Mix_Playing` - `Mix_Pause` - `Mix_Pause` - `Mix_Resume`
2013-02-21add option to save JS of all tests runAlon Zakai
2013-02-20build base type_info class with libcxxabi, fixes #862Alon Zakai
2013-02-20add more glGetIntegerv constantsAlon Zakai
2013-02-20glGetPointervAlon Zakai
2013-02-20vertex array object support in gl emulationAlon Zakai
2013-02-19support realloc in corruption checkerAlon Zakai
2013-02-19handle malloc(0) and free(0) in corruption checkerAlon Zakai
2013-02-19hardcode arguments in benchmark js files, for easier debugging on themAlon Zakai
2013-02-19fix test_debugAlon Zakai
2013-02-19remove unneeded sign correction from dlmalloc benchmarkAlon Zakai
2013-02-18run closure in -O3, it makes sense there with the other unsafe optimizationsAlon Zakai
2013-02-18tune csmith driverAlon Zakai
2013-02-18csmith driver scriptAlon Zakai
2013-02-18fix test_closure_compilerAlon Zakai
2013-02-18remove LLVM debug info in -O1+, since the optimizer removes it anyhowAlon Zakai
2013-02-18fix test_emccAlon Zakai
2013-02-17improve corruption checksAlon Zakai
2013-02-17memory corruption checkerAlon Zakai
2013-02-17remove PROFILE option. It adds unacceptable overhead, and all browsers have ↵Alon Zakai
proper JS profilers these days - use those
2013-02-17remove PGO option. It is only relevant for non-ta2 builds, which are on the ↵Alon Zakai
way to deprecation, and it in the best case is not a precise optimization but an optimistic one
2013-02-17another gl workaroundAlon Zakai
2013-02-17remove no longer needed --closure 0 from some testsAlon Zakai
2013-02-17default closure to off in all optimization levels - we rely on registerize ↵Alon Zakai
for much faster effects on runtime speed
2013-02-15improve glIsProgram testingAlon Zakai
2013-02-15memory checks for glReadPixelsAlon Zakai
2013-02-14set alpha to false in WebGL rendering - it represents the screen, so no ↵Alon Zakai
alpha is needed
2013-02-14fix and test glIsProgramAlon Zakai
2013-02-13prepare jpeg as well as jpgAlon Zakai
2013-02-10force inputs to inttoptr to be i32 if they are i64; fixes #827Alon Zakai
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.