aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
AgeCommit message (Collapse)Author
2013-12-07Use do_run_from_file() for test_mathVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_globaldoublesVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_isnanVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_zero_multiplicationVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_zerodivVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_fast_mathVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_floatvarsVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_bitfieldsVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_bswap64Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_llvm_intrinsicsVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_negative_zeroVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_float32_preciseVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_double_i64_conversionVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_i16_emcc_intrinsicVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_i32_mul_semipreciseVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_i32_mul_preciseVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_i64_varargsVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_i64_qdoubleVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_i64_i16Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_i64_7zVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_i64_zextnegVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_i64_llabsVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_i64_umulVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_i64_doubleVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_i64_cmp2Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_i64_cmpVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_i64_bVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_sintvarsVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_intvarsVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_hello_worldVasilis Kalintiris
2013-12-03shorten test_cubescript for fastcomp now that it passesAlon Zakai
2013-11-26Merge pull request #1864 from ngld/llvm-usedAlon Zakai
Implemented #1573. (@llvm.used)
2013-11-26update simd_test to use updated int32x4 instead of uint32x4; add simd_test3 ↵Heidi Pan
for more comprehensive x86 intrinsics unit tests
2013-11-26Implemented #1573. All functions marked as "used" will be automatically ↵ngld
added to EXPORTED_FUNCTIONS.
2013-11-27fix rand_r; add rand_r in test_randLu Wang
2013-11-25srand() & simple rand() supporing seedLu Wang
2013-11-18better fix for closure issue in asm2f.test_exceptions; clear out the ↵Alon Zakai
spidermonkey shell gc() function
2013-11-18disable closure in asm2f.test_exceptions due to closure issue with 458ac87Alon Zakai
2013-11-17EM_ASM_INT and EM_ASM_DOUBLE, which allow input and output values from ↵Alon Zakai
EM_ASM; fixes #1819
2013-11-15ignore llvm ir fast-math notation; fixes #1762Alon Zakai
2013-11-15fix asm2g.test_the_bulletAlon Zakai
2013-11-15Move bullet library build code to runner.py so that it can be shared between ↵Jukka Jylänki
test_the_bullet in test_core.py and test_static_link test_other.py.
2013-11-14Merge branch 'regex-impl' of github.com:waywardmonkeys/emscripten into incoming1.7.6Alon Zakai
Conflicts: tools/shared.py
2013-11-14disable asm2x86.test_sqlite due to legalization error on llvm 3.3Alon Zakai
2013-11-14update test_pgoAlon Zakai
2013-11-12don't print anything in exit(); fixes #1791Alon Zakai
2013-11-11Merge branch 'incoming' into f32Alon Zakai
2013-11-11test suite changes for f32 landing: enable float32_precise in all modes, ↵Alon Zakai
disable asm1f (rely on testing in float32_precise and fasta), and mark asm2f as permanent
2013-11-10more precise float testingAlon Zakai
2013-11-09support inline asm comments; fixes #1766Alon Zakai