aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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
2014-02-02enable test_intentional_fault in all fastcomp modesAlon Zakai
2014-02-02commentsAlon Zakai
2014-02-02parse exports from fastcomp, and enable test_llvm_usedAlon Zakai
2014-02-02enable test_segfault in fastcompAlon Zakai
2014-02-02support EXCEPTION_CATCHING_WHITELIST in fastcompAlon Zakai
2014-02-02enable tests/cases/uadd_overflow_ta2 in fastcompAlon Zakai
2014-02-01move automatic OES_standard_derivatives enabling behind LEGACY_GL_EMULATION ↵Anthony Pesch
define
2014-02-01make sure RAND_MAX is a proper valueAlon Zakai
2014-02-01Only skip emscripten_log test on SpiderMonkey in asm.js modes, since the ↵Jukka Jylänki
test fails due to asm.js execution in SpiderMonkey not being able to retrieve callstacks. Add link to relevant bugzilla entry. Closes #1970.
2014-01-31Merge pull request #2079 from inolen/fs_unmountAlon Zakai
fs unmount support
2014-01-31make sure rand() returns values only up to RAND_MAX; #18551.10.1Alon Zakai
2014-01-31further fix for #1407Alon Zakai
2014-01-31Fixed test_sockets.py so that it uses temp directory correctly and cleans up ↵Fraser Adams
automatically. Changed server port ranges to minimise chance of port collisions
2014-01-31Add the datagram switch to the client as well as the serverFraser Adams