aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
AgeCommit message (Expand)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
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 the...Dan Gohman
2014-05-02Merge pull request #2330 from juj/fs-trackingjuj
2014-04-30Merge pull request #2327 from chadaustin/embind-asmjs-precise-f32Alon Zakai
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
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
2014-04-14Allow setting SPIDERMONKEY_ENGINE=None in .emscripten to simplify test runner...Jukka Jylanki
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
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 s...Jukka Jylänki
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
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
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 build...Alon Zakai
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
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
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