summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-02-12fix test_sdl_canvasAlon Zakai
2014-02-12Merge pull request #2118 from inolen/sdl_lazy_init_fixAlon Zakai
initialize pixel buffer inside of makeSurface for SDL_SWSURFACE
2014-02-12add another longjmp testcaseAlon Zakai
2014-02-11initialize pixel buffer inside of makeSurface for SDL_SWSURFACEAnthony Pesch
2014-02-11add longjmp testcase for keeping stuff together and in proper dominance orderAlon Zakai
2014-02-11optimize redundant frounds in -O3Alon Zakai
2014-02-11update test_safe_dyncallsAlon Zakai
2014-02-10Merge pull request #2091 from sunfishcode/incomingAlon Zakai
Use -mllvm -disable-llvm-optzns.
2014-02-10NO_EXIT_RUNTIME option, to set Module.noExitRuntime during compilationAlon Zakai
2014-02-10don't forget to set ai_next in getaddrinfo, and use emcc in test_getaddrinfo ↵Alon Zakai
as it now needs libc
2014-02-10Suppress useless warnings in the tests.Dan Gohman
The tests are intentionally adding absolute include paths, so add -Wno-warn-absolute-paths to suppress warnings about them.
2014-02-10Merge pull request #2071 from rfk/rfk/fix-test-longjmp-throw-asm3Alon Zakai
Fix asm3.test_longjmp_throw
2014-02-10Merge pull request #2099 from waywardmonkeys/upstream-from-imvuAlon Zakai
Upstream from imvu
2014-02-10add more slack to test_sdl_canvas_alphaAlon Zakai
2014-02-10comment on test suite debuggingAlon Zakai
2014-02-10make ALL work properly on fastcompAlon Zakai
2014-02-09Merge pull request #2084 from amatus/push-upstreamAlon Zakai
Remove _-prefix from in6addr_*
2014-02-09override emscripten_ versions of gl funcs when gl emulation kicks inAlon Zakai
2014-02-09deprecate --split option and disable browser tests using it in fastcompAlon Zakai
2014-02-09enable legacy gl emulation in fastcompAlon Zakai
2014-02-09enable test_sdl_audio_beeps in fastcompAlon Zakai
2014-02-09add -O1 testing to browser.test_cubegeom_procAlon Zakai
2014-02-08add test for getProcAddress that requires we allow collisions in the main ↵Alon Zakai
namespace with gl* functions
2014-02-07test for eglGetProcAddressAlon Zakai
2014-02-07use emcc in s_x_x tests, to get libcAlon Zakai
2014-02-06Test in6addr_* constantsDavid Barksdale
2014-02-06Merge pull request #2103 from juj/opt_cmp1.10.2Alon Zakai
Add optimized versions of musl libc string and memory comparison functions.
2014-02-06Fix test_strcmp_uni and test_dlfcn_stacks after previous commit.Jukka Jylänki
2014-02-06fuzz -O3 as wellAlon Zakai
2014-02-06add memset testAlon Zakai
2014-02-06Merge pull request #2082 from inolen/oes_stdderjuj
don't check to enable OES_standard_derivatives in GL.getSource
2014-02-06add memcpy testAlon Zakai
2014-02-05add testcase for odd large doublesAlon Zakai
2014-02-05optimize out fround calls on clients that do not support froundAlon Zakai
2014-02-05disable other.test_chunking in fastcomp, since it's irrelevantAlon Zakai
2014-02-04WARN_UNALIGNED option for fastcompAlon Zakai
2014-02-04Merge pull request #2096 from juj/test_minmaxAlon Zakai
Add test_minmax that checks different comparisons when nans and infs are related.
2014-02-04Add test_minmax that checks different comparisons when nans and infs are ↵Jukka Jylänki
related.
2014-02-04Fix a possible double-deletion in embind when returning a smart pointer from ↵Chad Austin
an abstract class implementation.
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-02-03proper fix for simplifying f32-int bitcastsAlon Zakai
2014-02-03disable tests/cases/funcptr.ll in fastcomp, as it is invalid ir (contains a ↵Alon Zakai
load for a constnat address, which should segfault
2014-02-03sscanf fix and test fixAlon Zakai
2014-02-02commentAlon Zakai
2014-02-02enable postset counting code in fastcomp on asm1.test_cubescriptAlon Zakai