aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-04-10fix test_static_link zlib for new muslAlon Zakai
2014-04-10disable test_atomic_cxx in non-fastcompAlon Zakai
2014-04-10improve test traversal toolAlon Zakai
2014-04-10finish 64-bit atomics; fixes #2273Alon Zakai
2014-04-10enable test_atomic_cxx on everything but 64-bit operations; #2273Alon Zakai
2014-04-09start on c++11 atomics implementation and test; #2273Alon Zakai
2014-04-09Merge pull request #2276 from juj/test_odin_validationAlon Zakai
other.test_odin_validation
2014-04-09update test_implicit_func after musl updates; fixes #2277Alon Zakai
2014-04-10When we build native OSX executables with Clang, we must tell Clang which ↵Jukka Jylanki
OSX SDK version we are targeting. Add a function CLANG_NATIVE_ARGS() that returns a list of compiler args that need to be appended when building native executables for the current platform, which for OSX automatically find an SDK to target. Make the machinery lazy and cached so that it's not invoked if native executables are not built, and that it's invoked only once when needed. Fixed test other.test_bad_triple on OSX.
2014-04-09Skip other.test_odin_validation if SpiderMonkey is not present, since it is ↵Jukka Jylänki
a SpiderMonkey-specific test.
2014-04-08testcase traverse toolAlon Zakai
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