aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-04-07Merge pull request #2256 from juj/more_musl1.14.1Alon Zakai
More musl.
2014-04-03fix other.test_implicit_funcAlon Zakai
2014-04-03Merge pull request #2232 from abergmeier/empkg_prerequisitesAlon Zakai
Empkg prerequisites
2014-04-02add missing test file for #2263 / #2258Alon Zakai
2014-04-01fix mkdir on a path ending in a slash; fixes #2263 and #2258Alon Zakai
2014-03-31testcase for returning nanAlon Zakai
2014-03-31Merge pull request #2264 from imvu/incoming-with-fastcomp-asm.js-emval-2Alon Zakai
Make emscripten::val compatible with fastcomp/asm.js
2014-03-31testcase for fixable bad function casts with extra paramsAlon Zakai
2014-03-31commentAlon Zakai
2014-03-31add testing for EM_ASM_ARGSAlon Zakai
2014-03-31update test_idbfs_sync to use EM_ASM with input arguments, which is more ↵Alon Zakai
idiomatic
2014-03-30Add test for warning about abspath and selectively disabling it.Andreas Bergmeier
2014-03-28Make val::call<> compatible with asm.jsChad Austin
2014-03-28Fix passing memory_views in varargsChad Austin
2014-03-28Allow passing memory_views in varargsChad Austin
2014-03-28make val::new_ compatible with asm.jsChad Austin
2014-03-28make val::as<> compatible with asm.jsChad Austin
2014-03-28tests for val::as on strings and val tooChad Austin
2014-03-28Add some unit tests that verify we can pass all kinds of primitive types ↵Chad Austin
through val::as
2014-03-29Skip s_0_0.test_strndup, s_0_0.test_strstr, s_0_0.test_unistd_ttyname tests ↵Jukka Jylänki
since new musl libc string functions optimize by assuming being able to alias types in load-store operations.
2014-03-28Fix test_strndup. The signature of strndup takes in a size_t for length, so ↵Jukka Jylänki
passing -1 is equivalent to passing 0xFFFFFFFF, which means the whole string will get duplicated, and the old handwritten implementation had a bug.
2014-03-28fix the case where emcc's input and output is a bitcode fileAlon Zakai
2014-03-28add fastcomp env var to library builds in test runner, to fix errors in ↵Alon Zakai
slow2asm.test_the_bullet
2014-03-28fix SDL bug where freeing the surface screen did not work properlyAlon Zakai
2014-03-28add fuzz testcase for nested i24 constantExprsAlon Zakai
2014-03-27fix test_files_m on latest spidermonkey, which shows more warningsAlon Zakai
2014-03-27remove stack parameter from js optimizer traverse(), to avoid overhead when ↵Alon Zakai
not needed
2014-03-27optimize away individual loop vars, even if we can't remove them allAlon Zakai
2014-03-26testcase for i64 < 0Alon Zakai
2014-03-26make llvm-lit test emit verbose outputAlon Zakai
2014-03-26make tests/cases/usenullcall.ll a fastcomp-only testAlon Zakai
2014-03-26handle --default-object-ext properly, and other emcc fixesAlon Zakai
2014-03-25add dependency file testingAlon Zakai
2014-03-25let emcc directly access bitcode files when possible, to emit proper .d ↵Alon Zakai
files and avoid unnecessary copies
2014-03-25improve testcaseAlon Zakai
2014-03-25add testcase for use of call outputs to absolute targetsAlon Zakai
2014-03-24--emit-symbol-map optionAlon Zakai
2014-03-24fix caching of asm const strings; fixes #2253Alon Zakai
2014-03-23testcase for issue #2244Alon Zakai
2014-03-22do not warn on missing emscripten_ functionsAlon Zakai
2014-03-18Merge pull request #2237 from waywardmonkeys/runner-helpAlon Zakai
Update test runner help text.
2014-03-18comment on webrtc testAlon Zakai
2014-03-18webrtc test fixAlon Zakai
2014-03-18Merge pull request #2231 from modeswitch/incomingAlon Zakai
Add local broker for webrtc p2p test. Fixes #1974.
2014-03-18Update test runner help text.Bruce Mitchener
There is no more o1 test target.
2014-03-17add ifs benchmarkAlon Zakai
2014-03-17flip a non-existent else block in simplifyIfs, if adding such a block can helpAlon Zakai
2014-03-17flip in simplifyElses if it can helpAlon Zakai
2014-03-17fuse if-elses where the relooper did not emit a label clearingAlon Zakai
2014-03-17fuse elses to remove unnecessary label settings and checks, after we ↵Alon Zakai
simplified ifs