aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
AgeCommit message (Collapse)Author
2014-05-15test for #2358Alon Zakai
2014-05-08comment for massiveAlon Zakai
2014-05-08Merge pull request #2311 from fadams/fix-64bit-long-return-issueAlon Zakai
Fix 64bit long return issue
2014-05-08add two fuzz testcases related to stack coloringAlon Zakai
2014-05-07disable test_fs_writeFile in non-emcc modesAlon Zakai
2014-05-07Add the testcase for https://github.com/kripken/emscripten/issues/2334 to ↵Dan Gohman
the testsuite.
2014-05-02Merge pull request #2330 from juj/fs-trackingjuj
fs-tracking
2014-04-30Merge pull request #2327 from chadaustin/embind-asmjs-precise-f32Alon Zakai
Fix embind/asm.js in PRECISE_F32 mode
2014-04-30disable test_sscanf_hex in s_x_xAlon Zakai
2014-04-30Add unit test for FS.trackingDelegate operation.Jukka Jylänki
2014-04-29fix embind/asm.js in PRECISE_F32 modeChad Austin
2014-04-25Merge pull request #2287 from chadaustin/embind-fastcomp-asm.jsAlon Zakai
Enable embind in fastcomp/asm.js
2014-04-24passes testsChad Austin
2014-04-24enable embind/asm.js tests.Chad Austin
2014-04-24Committing the actual change nowFraser Adams
2014-04-23webidl binderAlon Zakai
2014-04-17disable a failing test due to an llvm lto bugAlon Zakai
2014-04-14Merge pull request #2291 from juj/spidermonkey_noneAlon Zakai
spidermonkey_none
2014-04-14Allow setting SPIDERMONKEY_ENGINE=None in .emscripten to simplify test ↵Jukka Jylanki
runner operation.
2014-04-10disable test_atomic_cxx in non-fastcompAlon 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-07Merge pull request #2256 from juj/more_musl1.14.1Alon Zakai
More musl.
2014-04-01fix mkdir on a path ending in a slash; fixes #2263 and #2258Alon Zakai
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-27fix test_files_m on latest spidermonkey, which shows more warningsAlon Zakai
2014-03-10restore some closure testingAlon Zakai
2014-03-05Disable the aliasbitcast.ll test for fastcomp, since it is invalid IR.Dan Gohman
2014-03-05Disable emptyasm_aue, as inline asm is now diagnosed with an error.Dan Gohman
This testcase was originally inspired by libgcrypt. Compiling asm("":::"memory") to a no-op would be doable, and would help the code compile without error, but properly supporting what libgrypt is actually doing here, being paranoid enough to make repeated stores to the same memory location to clear it out, would be much harder, because we'd really need a way to tell the JS engine what's going on so that it doesn't optimize anything away.
2014-03-03improve testing for statically incorrect callsAlon Zakai
2014-03-03disable tests/cases/sillyfuncast2 in fastcomp - we do not attempt to correct ↵Alon Zakai
errors in improper function calls with the wrong type (but we do warn in this test)
2014-03-03Tidy up and fix several tests in tests/cases.Dan Gohman
2014-03-01extra testing for ASSERTIONS == 2Alon Zakai
2014-02-28add a test for fastcomp issue 24Alon Zakai
2014-02-27fix test_source_mapAlon Zakai
2014-02-26fix test_asmjs_unknown_emscriptenAlon Zakai
2014-02-26fix test_fuzz in non-fastcompAlon Zakai
2014-02-26use le32 target when fastcomp is disabled, so we do not need a fastcomp ↵Alon Zakai
build, and also fixes sqlite test
2014-02-26use le32 target in slow2[asm].test_sqlite; fixes #2160Alon Zakai
2014-02-26Merge pull request #2157 from rfk/rfk/fileno-error-reportingAlon Zakai
Ensure that fileno() returns -1 when given an invalid file pointer.
2014-02-26Ensure that fileno() returns -1 when given an invalid file pointer.Ryan Kelly
2014-02-25test multiple chunk sizes in cube2hash testAlon Zakai
2014-02-25Begin using the Emscripten toolchain in clang.Dan Gohman
With the Emscripten toolchain, we can make clang do more of what we need directly rather than in the wrapper scripts.
2014-02-25Update the tests to use asmjs-unknown-emscripten.Dan Gohman
2014-02-24Merge branch 'fastcomp-by-default' into incomingAlon Zakai
2014-02-21fix test_scriptaclassAlon Zakai
2014-02-21fix test_files_m: do not put a variable called 'data' in the global scopeAlon Zakai
2014-02-21fix s_x_x testsAlon Zakai
2014-02-21RUNTIME_TYPE_INFO is not supported in fastcompAlon Zakai
2014-02-21adjust main test modes for fastcomp: remove asm2x86 except for one test, and ↵Alon Zakai
add two modes for legacy non-fastcomp -O2 with and without asm