aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-09-13Update to work with new libc headers.Bruce Mitchener
2013-09-12do not switchify illegally-typed switchesAlon Zakai
2013-09-11we only allow 1 exported variable from inline js; #1613Alon Zakai
2013-09-11Merge pull request #1613 from juj/inline_asm_testcaseAlon Zakai
2013-09-11test FORCE_ALIGNED_MEMORY in bullet only in configure mode, not cmakeAlon Zakai
2013-09-11build both configure and cmake versions of bullet, so the cache does not mix ...Alon Zakai
2013-09-11Merge pull request #1610 from juj/fix_bulletAlon Zakai
2013-09-11Merge pull request #1608 from juj/validate_asmjsAlon Zakai
2013-09-11Skip asm2x86.test_utf32 since test_utf32 uses inline asm.Jukka Jylänki
2013-09-11Add new unit test for inline asm syntax passing through input variables to ou...Jukka Jylänki
2013-09-11Fix test_the_bullet on Windows. Closes #696. Related to #681. On Windows, use...Jukka Jylänki
2013-09-11Use em_validate_asmjs_after_build() in CMake test.Jukka Jylänki
2013-09-10handle flexible arrays at the end of structs, whose elements are themselves s...Alon Zakai
2013-09-10Add support for marshalling UTF-16 strings to/from JS. Allows passing wchar_t...Jukka Jylänki
2013-09-10Update utf32 test to contain non-BMP characters in the test string.Jukka Jylänki
2013-09-10Rename utf32<->jsstring marshalling functions to UTF32ToString and stringToUT...Jukka Jylänki
2013-09-10Skip test_utf32 when on s_0_x since they don't link in libc, and the code rel...Jukka Jylänki
2013-09-10Add functions for marshalling wchar_t (which is fixed 32-bit UTF32LE on Unix)...Jukka Jylänki
2013-09-10Merge pull request #1605 from juj/mingw32make_nmake_cmakeAlon Zakai
2013-09-10Remove Hello_Triangle_KD project from msvc tests, since it depends on nonexis...Jukka Jylänki
2013-09-10Remove the use of solution folders in msvc10 tests, since that feature is not...Jukka Jylänki
2013-09-10Update docs on test.Jukka Jylänki
2013-09-10Fix previous merge.Jukka Jylänki
2013-09-10Skip nmake test in test_cmake on Windows if PATH doesn't have nmake set up.Jukka Jylänki
2013-09-10Add test that NMake works with CMake. Closes #1069.Jukka Jylänki
2013-09-09Merge pull request #1583 from juj/cmake_improvementsAlon Zakai
2013-09-08proxy input eventsAlon Zakai
2013-09-08test file preloading in workerAlon Zakai
2013-09-08add test harness support for proxying, test_sdl_canvas_proxy passesAlon Zakai
2013-09-08proxy canvas writesAlon Zakai
2013-09-08stubs for proxied getImageData/putImageDataAlon Zakai
2013-09-08initial setup for proxying: add option and generate separate html and jsAlon Zakai
2013-09-06handle inline assembly more carefully, avoid it being seen by asm optimizatio...Alon Zakai
2013-09-06fix inline js in x86 target, enable testing sans validation for inline js in ...Alon Zakai
2013-09-06Use logging.error() instead of print >> sys.stderr in test_cmake to report er...Jukka Jylänki
2013-09-06Document tests in test_cmake.Jukka Jylänki
2013-09-05Merge pull request #1581 from inolen/rwfileAlon Zakai
2013-09-04longjmp test across asm modulesAlon Zakai
2013-09-04dlopen+exceptions+asm is not supported yetAlon Zakai
2013-09-04do not fail in test_dlfcn_qsort of js engine cannot do asm validation; fixes ...Alon Zakai
2013-09-04handle glBufferData usages that are not in WebGL; fixes #1589Alon Zakai
2013-09-04fix repeated calls to glDraw* where the count changes but not the client attr...Alon Zakai
2013-09-04Merge branch 'vertex_array_object_bug' of github.com:michaeljbishop/emscripte...Alon Zakai
2013-09-04Adjust EM_BUILD_VERBOSE environment variable to take values 0,1,2 or 3, with ...Jukka Jylänki
2013-09-04Added test which shows broken GL emulation when:Michael J. Bishop
2013-09-04Remove default filename suffix specification in CMake toolchain, since test_o...Jukka Jylänki
2013-09-04Have test_cmake also test that running 'emconfigure cmake' works, in addition...Jukka Jylänki
2013-09-04Remove the need to pass CMAKE_MODULE_PATH to CMake by weakly setting it in th...Jukka Jylänki
2013-09-04Fix other.test_cmake when EM_BUILD_VERBOSE is not defined.Jukka Jylänki
2013-09-04Add a test to ensure that EMSCRIPTEN=1 variable is set in CMake when building.Jukka Jylänki