aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
AgeCommit message (Expand)Author
2014-07-22make environ work by itself; fixes #2557Alon Zakai
2014-07-22update test_envAlon Zakai
2014-07-22remove no longer needed bad_exception hack; fixes #2560; 1.21.6Alon Zakai
2014-07-21disable some exceptions tests in s_x_xAlon Zakai
2014-07-21make test_exceptions_white_list more robustAlon Zakai
2014-07-21build enough of libcxxabi to support bad_typeid without undefined symbols; 1....Alon Zakai
2014-07-17clean up some old commentsAlon Zakai
2014-07-17strsignal; 1.21.4; fixes #2532Alon Zakai
2014-07-16disable test_emscripten_api in s_x_xAlon Zakai
2014-07-10allow cwrap calls to not specify argTypes if no args; fixes #2511Alon Zakai
2014-07-10build libcxxabi exception.cpp; 1.21.3Alon Zakai
2014-07-09remove obsolete test_async_exitAlon Zakai
2014-07-09move check for noExitRuntime into exit(), and fix up testsAlon Zakai
2014-07-03emit memory initialization file by default in -O2+Alon Zakai
2014-07-03disable test_math_lgamma in non-fastcompAlon Zakai
2014-06-26many tests depend on commands failingChad Austin
2014-06-25export Runtime.add|removeFunction; fixes #2446Alon Zakai
2014-06-23support /dev/[u]random, fixes #2439Alon Zakai
2014-06-17Add test case for empty pathSathyanarayanan Gunasekaran
2014-06-11add test case for checking file appendSathyanarayanan Gunasekaran
2014-06-10Merge pull request #2412 from juj/test_js_libraries_in_coreAlon Zakai
2014-06-10We don't seem to have tests for --js-library in core suite, so move other.tes...Jukka Jylänki
2014-06-09Merge pull request #2406 from juj/typedarray_memfsAlon Zakai
2014-06-09do not modify textual memory initializer when emitting source maps, as it mes...Alon Zakai
2014-06-05Fix test_fwrite_0 syntax error in s_ modes after previous change.Jukka Jylänki
2014-06-05Convert MEMFS files to typed arrays before storing to IDBFS for better IDBFS ...Jukka Jylänki
2014-06-05Use typed arrays instead of normal JS arrays to back files in the MEMFS files...Jukka Jylänki
2014-06-04Add test case for phi node handling in SIMD pathNingxin Hu
2014-06-02Merge pull request #2364 from juj/musl_stdioAlon Zakai
2014-06-02fix very large doubles; fixes #2392Alon Zakai
2014-05-28add emscripten_align typedefs for #2378Alon Zakai
2014-05-28fix case of exceptions whitelist being emptyAlon Zakai
2014-05-28fix slow2asm.test_dlfcn_selfAlon Zakai
2014-05-28fix asm2.test_memorygrowthAlon Zakai
2014-05-27fix ccall regex for minified code, and add testingAlon Zakai
2014-05-27set MAX_SETJMPS to fastcomp; 1.18.41.18.4Alon Zakai
2014-05-23enable test_longjmp_repeat in fastcompAlon Zakai
2014-05-23fix bug in setjmp limit testing; helps #2379Alon Zakai
2014-05-23Test s_0_0.test_dlfcn_stacks needs ta2.Jukka Jylänki
2014-05-23Disable testing the x86 triple i386-pc-linux-gnu in asm2.test_cube2hash, that...Jukka Jylänki
2014-05-23Fix test_cases to run after previous musl changes.Jukka Jylänki
2014-05-23Skip sprintf-accessing tests on s_ suites that require linking to libc.Jukka Jylänki
2014-05-23Skip the sscanf-requiring tests in suites that don't link to musl libc.Jukka Jylänki
2014-05-22Fix test_dlmalloc in s_*_* modes by enabling the sign corrections in the whol...Jukka Jylänki
2014-05-21Fix test breakages in s_* suites after musl_charfuncs merge.Jukka Jylänki
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