aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
AgeCommit message (Expand)Author
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
2014-02-21turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ...Alon Zakai
2014-02-21Merge pull request #2139 from TV4Fun/memfixesAlon Zakai
2014-02-20enable indirectbr tests in fastcompAlon Zakai
2014-02-20add fuzz testcase with noalias surrounding an i64 that must be legalizedAlon Zakai
2014-02-20fuzzing improvementsAlon Zakai
2014-02-19Formatting fix and add testJoel Croteau
2014-02-18add toupper_l testAlon Zakai
2014-02-18fast test_longjmp_repeat in fastcompAlon Zakai
2014-02-17enable test_scriptaclass in fastcompAlon Zakai
2014-02-17support reserved function pointers in fastcompAlon Zakai
2014-02-17enable a fuzztest that now works in fastcompAlon Zakai
2014-02-17enable test_float32_precise in fastcompAlon Zakai
2014-02-17check all i64 functions for whether we need to include precise i64 codeAlon Zakai
2014-02-16support memory growth in (non-validating) asm.jsAlon Zakai
2014-02-16RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi...Alon Zakai
2014-02-14add testcase for i1 constants being properly unsignedAlon Zakai
2014-02-13enable legalizer_ta2 testcase in fastcompAlon Zakai
2014-02-12test python with lto for more coverageAlon Zakai
2014-02-12make openjpeg extra tests on EMCC_DEBUG more lenientAlon Zakai
2014-02-11update test_safe_dyncallsAlon Zakai
2014-02-10Suppress useless warnings in the tests.Dan Gohman
2014-02-10Merge pull request #2071 from rfk/rfk/fix-test-longjmp-throw-asm3Alon Zakai
2014-02-06Test in6addr_* constantsDavid Barksdale
2014-02-06Merge pull request #2103 from juj/opt_cmp1.10.2Alon Zakai
2014-02-06Fix test_strcmp_uni and test_dlfcn_stacks after previous commit.Jukka Jylänki
2014-02-06add memset testAlon Zakai
2014-02-06add memcpy testAlon Zakai
2014-02-04Add test_minmax that checks different comparisons when nans and infs are rela...Jukka Jylänki
2014-02-03disable tests/cases/funcptr.ll in fastcomp, as it is invalid ir (contains a l...Alon Zakai
2014-02-02commentAlon Zakai
2014-02-02enable postset counting code in fastcomp on asm1.test_cubescriptAlon Zakai
2014-02-02enable test_intentional_fault in all fastcomp modesAlon Zakai
2014-02-02commentsAlon Zakai
2014-02-02parse exports from fastcomp, and enable test_llvm_usedAlon Zakai
2014-02-02enable test_segfault in fastcompAlon Zakai
2014-02-02support EXCEPTION_CATCHING_WHITELIST in fastcompAlon Zakai
2014-02-02enable tests/cases/uadd_overflow_ta2 in fastcompAlon Zakai
2014-02-01make sure RAND_MAX is a proper valueAlon Zakai
2014-02-01Only skip emscripten_log test on SpiderMonkey in asm.js modes, since the test...Jukka Jylänki
2014-01-31Merge pull request #2079 from inolen/fs_unmountAlon Zakai
2014-01-31make sure rand() returns values only up to RAND_MAX; #18551.10.1Alon Zakai
2014-01-31further fix for #1407Alon Zakai