aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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-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-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-30mark new testcase as ta2-onlyAlon Zakai
2014-01-30added basic unmount supportAnthony Pesch
don't emit syncfs callback multiple times error when mounting to an existing mountpoint
2014-01-30use all 32 bits in rand_rAlon Zakai
2014-01-30Merge branch 'rand' of github.com:coolwanglu/emscripten into incomingAlon Zakai
2014-01-30fix exceptions whitelist check on invoke using function pointer; fixes #2081Alon Zakai
2014-01-30add fuzz testcaseAlon Zakai
2014-01-30improve fuzzing setupAlon Zakai
2014-01-29Merge pull request #2077 from inolen/enable_udpAlon Zakai
enable UDP tests in socket tests
2014-01-29enable test_bigswitch in asmAlon Zakai
2014-01-29add legalizer_b testcaseAlon Zakai
2014-01-29improve i96 testAlon Zakai
2014-01-29add testcase for i96 shiftsAlon Zakai
2014-01-29check correct define for UDP modeAnthony Pesch
minor fixes related to UDP mode
2014-01-29Merge pull request #2065 from Daft-Freak/alAlon Zakai
AL improvements
2014-01-29fix locale-removing aliases that break because they then have the wrong sig; ↵Alon Zakai
fixes #2076
2014-01-29enable tests/cases/514 in fastcompAlon Zakai
2014-01-28disable asm2x86.test_exceptions_2Alon Zakai
2014-01-28more tests and improvements to openal_playback.cpp to allow running nativeCharlie Birks
2014-01-28start to add testsCharlie Birks
2014-01-27EM_ASM_ variants that return a value but receive no inputs; fixes #2070Alon Zakai
2014-01-27fix some safeHeap errors with the new exceptions code; fixes #2068Alon Zakai
2014-01-27add testcase with longjmp and c++ exception catching in the same functionAlon Zakai
2014-01-27finish precompiled headers test; fixes #2045Alon Zakai
2014-01-27silence poppler stdout output, so it is suitable as a benchmarkAlon Zakai
2014-01-26support precompiled headers; fixes #2045Alon Zakai
2014-01-26do not include library i64 stuff in side modules, it is in the parent; fixes ↵Alon Zakai
#2060
2014-01-26add responsive mode to box2d benchmarkAlon Zakai
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.