aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-07Run test with single source input and output filesVasilis Kalintiris
2013-12-07Merge branch 'incoming'Alon Zakai
2013-12-03shorten test_cubescript for fastcomp now that it passesAlon Zakai
2013-12-02fix file preloading in workers and add testAlon Zakai
2013-11-26Merge pull request #1864 from ngld/llvm-usedAlon Zakai
2013-11-26update simd_test to use updated int32x4 instead of uint32x4; add simd_test3 f...Heidi Pan
2013-11-26Implemented #1573. All functions marked as "used" will be automatically added...ngld
2013-11-27fix rand_r; add rand_r in test_randLu Wang
2013-11-26correct way of scrollinbg to bottomLu Wang
2013-11-25support C/C++ suffixes in capital formAlon Zakai
2013-11-25srand() & simple rand() supporing seedLu Wang
2013-11-24add getprotobyname and associated functions from netdb.h. Add test_getprotoby...Fraser Adams
2013-11-22Fix other.test_dependency_file on Windows.Jukka Jylänki
2013-11-22fix pthread_setspecific on values of nullAlon Zakai
2013-11-20test for static linking when using --js-libraryAlon Zakai
2013-11-19[SDL] SDL_JoystickEventState should default to SDL_ENABLE, not SDL_DISABLE.John Vilk
2013-11-18better fix for closure issue in asm2f.test_exceptions; clear out the spidermo...Alon Zakai
2013-11-18disable closure in asm2f.test_exceptions due to closure issue with 458ac87Alon Zakai
2013-11-18disable closure in asm2f.test_exceptions due to closure issue with 458ac87Alon Zakai
2013-11-18Merge pull request #1831 from dinibu/dependency-fix-1820Alon Zakai
2013-11-18fix sanity.test_emcc_cachingAlon Zakai
2013-11-18Merge pull request #1832 from fadams/fix-accept-with-addrAlon Zakai
2013-11-18fix a bug in the accept call in library.js whereby if accept was called with ...Fraser Adams
2013-11-18Merge pull request #1830 from juj/custom_harness_browserAlon Zakai
2013-11-18Add support for specifying a custom web browser to run in the browser test ha...Jukka Jylänki
2013-11-19Added test for change for issue #1732.Dominic Wong
2013-11-17Merge pull request #1824 from juj/fix_browser_harness_windowsjuj
2013-11-18Clean up Windows-specific code in previous commits in the pull request.Jukka Jylänki
2013-11-17Fix test browser.test_chunked_synchronous_xhr on Windows. It failed due to a ...Jukka Jylänki
2013-11-17Fix browser.test_freealut on Windows by implementing a CMake build path for t...Jukka Jylänki
2013-11-17Fix test browser.test_sdl_image_compressed on Windows when the system does no...Jukka Jylänki
2013-11-17Adjust split.py tool logic for generating output filenames to not generate th...Jukka Jylänki
2013-11-17EM_ASM_INT and EM_ASM_DOUBLE, which allow input and output values from EM_ASM...Alon Zakai