summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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-07Run test with single source input and output filesVasilis Kalintiris
This commit allows us to run a test when it requires only a single source and expected output file.
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
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-26correct way of scrollinbg to bottomLu Wang
2013-11-25support C/C++ suffixes in capital formAlon Zakai
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 ↵Alon Zakai
spidermonkey shell gc() function
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
Further changes for issue #1732
2013-11-18fix sanity.test_emcc_cachingAlon Zakai
2013-11-18Merge pull request #1832 from fadams/fix-accept-with-addrAlon Zakai
fix a bug in the accept call in library.js whereby if accept was called ...
2013-11-18fix a bug in the accept call in library.js whereby if accept was called with ↵Fraser Adams
non-NULL addr and addrlen parameters a ReferenceError occurs because accept had a parameter of addrp but later used addr. Modified tests_sockets_echo_server.c to use non-NULL addr if TEST_ACCEPT_ADDR is defined and added test case to test_sockets.py
2013-11-18Merge pull request #1830 from juj/custom_harness_browserAlon Zakai
Custom web browser.
2013-11-18Add support for specifying a custom web browser to run in the browser test ↵Jukka Jylänki
harness via EMSCRIPTEN_BROWSER environment variable.
2013-11-19Added test for change for issue #1732.Dominic Wong
2013-11-17Merge pull request #1824 from juj/fix_browser_harness_windowsjuj
Fix browser harness windows
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
name visibility issue in pickling, see http://stackoverflow.com/questions/8126654/using-multiprocessing-inside-decorator-generates-error-cant-pickle-function?rq=1 , which is fixed by hoisting the process start function to global scope.
2013-11-17Fix browser.test_freealut on Windows by implementing a CMake build path for ↵Jukka Jylänki
that library.
2013-11-17Fix test browser.test_sdl_image_compressed on Windows when the system does ↵Jukka Jylänki
not have Cygwin make, but does have MinGW32 make.