aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-02-04Add a sample for adding mixins to embindChad Austin
2014-02-04Add a test to verify we can use static constants defined in classes.Chad Austin
2014-02-04Rename smart_ptr_trait::operator_new to construct_null per feedback from Chad.Andy Friesen
2014-02-04Add operator_new to smart_ptr_trait.Andy Friesen
2014-02-04Bring back Joe's original test tooChad Austin
2014-02-04Fix a possible memory corruption bug when using val::asChad Austin
2014-01-25improve sqlite benchmarkingAlon Zakai
2014-01-25improve box2d benchmarkingAlon Zakai
2014-01-24Merge pull request #2035 from juj/html5_events1.9.4Alon Zakai
HTML5 Events API.
2014-01-24Add test for storing special float literals in source code. Currently fails ↵Jukka Jylänki
in fastcomp.
2014-01-24Rename library_events to library_html5 and other suggested renamings. Add ↵Jukka Jylänki
better support for reporting EMSCRIPTEN_RESULT_NOT_SUPPORTED for unsupported features.
2014-01-23Merge pull request #2046 from rfk/rfk/registerize-harder-followupsAlon Zakai
Some follow-up fixes to registerizeHarder
2014-01-23rename filePackageURL to filePackagePrefixURLAlon Zakai
2014-01-23allow adding a custom prefix to file package downloads, so they can happen ↵Alon Zakai
from a different url; fixes #2049
2014-01-23Add dedicated testcases for registerizeHarder pass.Ryan Kelly
2014-01-22Merge pull request #1905 from juj/glGetTexEnvAlon Zakai
Gl get tex env
2014-01-22fix some sdl typos that error on safe heap in asm mode, and add test ↵Alon Zakai
coverage; fixes #2044
2014-01-22skip test_debug in asm3Alon Zakai
2014-01-22fastcomp updates and a test for fptosi|ui on floats and doublesAlon Zakai
2014-01-22Implement C-based events library for various HTML5 APIs.Jukka Jylänki
2014-01-22Add test for s3tc.c rendering when GL_FFP_ONLY flag is set.Jukka Jylänki
2014-01-22Fix default vertex color to (1,1,1,1) and properly enable correct attribute ↵Jukka Jylänki
streams when doing immediate mode rendering when GL_FFP_ONLY is set.
2014-01-21add asm3 test modeAlon Zakai
2014-01-21add benchmarker option to vary native compiler flagsAlon Zakai
2014-01-21switch benchmarks to -O3Alon Zakai
2014-01-21update other.test_emccAlon Zakai
2014-01-21update tests to allow exceptions and setjmp together in fastcompAlon Zakai
2014-01-20Merge pull request #2037 from waywardmonkeys/updates5Alon Zakai
Updates 5
2014-01-21Move workaround for emscripten from include/exception to library.js.Bruce Mitchener
2014-01-20enable more tests in fastcompAlon Zakai
2014-01-20enable more tests in fastcompAlon Zakai
2014-01-20enable and fix more tests for fastcompAlon Zakai
2014-01-20updates and fixes for test_casesAlon Zakai
2014-01-20fix up final setjmp tests for fastcompAlon Zakai
2014-01-20enable test_longjmp_stacked in fastcompAlon Zakai
2014-01-20enable more setjmp tests in fastcompAlon Zakai
2014-01-20fix longjmp call by pointer in fastcomp, and enable test_longjmp2Alon Zakai
2014-01-20enable first setjmp test in fastcompAlon Zakai
2014-01-18improve EM_ASM to tolerate quotes when safe, and error when not; fixes #2032Alon Zakai
2014-01-18Merge pull request #2030 from waywardmonkeys/updates4Alon Zakai
Updates 4
2014-01-18Merge pull request #2007 from abergmeier/cmake_test_ninjajuj
Add support for Ninja and Eclipse+Ninja testing in test_cmake.
2014-01-18Implement catopen/catgets/catclose to help libcxx tests pass.Bruce Mitchener
2014-01-18Make exception tests named more consistently.Bruce Mitchener
2014-01-18catched -> caughtBruce Mitchener
2014-01-17fix asm1.test_cubescriptAlon Zakai
2014-01-17fix test_source_mapAlon Zakai
2014-01-17fix flakey lua benchmarkAlon Zakai
2014-01-17make debug checks in asm2g more lenient, so they pass on fastcompAlon Zakai
2014-01-17disable test_fnmatch in s_x_xAlon Zakai
2014-01-16make asm2g use SAFE_HEAP in fastcompAlon Zakai