index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2014-06-23
proper fix for other.test_argv0_node
Alon Zakai
2014-06-20
[embind tests] Give AbstractClassWithConstructor a virtual destructor.
Bruce Mitchener
2014-06-18
try to fix test_argv0_node for windows
Alon Zakai
2014-06-18
fix test_i64_varargs
Alon Zakai
2014-06-18
Added embind support for std::unique_ptr
Nikolay Vorobyov
2014-06-17
support argv[0] containing the script node is running; fixes #2431
Alon Zakai
2014-06-17
Add test case for empty path
Sathyanarayanan Gunasekaran
2014-06-11
add test case for checking file append
Sathyanarayanan Gunasekaran
2014-06-11
add sqlite speed test
Alon Zakai
2014-06-11
add test for d2768d2ee
Alon Zakai
2014-06-11
Merge pull request #2417 from juj/emscripten_SDL_SetEventHandler
juj
2014-06-10
Merge pull request #2412 from juj/test_js_libraries_in_core
Alon Zakai
2014-06-10
We don't seem to have tests for --js-library in core suite, so move other.tes...
Jukka Jylänki
2014-06-09
Merge pull request #2406 from juj/typedarray_memfs
Alon Zakai
2014-06-10
Add test for emscripten_SDL_SetEventHandler.
Jukka Jylänki
2014-06-09
do not modify textual memory initializer when emitting source maps, as it mes...
Alon Zakai
2014-06-06
Merge pull request #2403 from guillaumeblanc/incoming
Alon Zakai
2014-06-06
Merge pull request #2409 from Daft-Freak/preloaded_image_data
Alon Zakai
2014-06-06
add test
Charlie Birks
2014-06-06
Adds unit test for glfwGetProcAddress.
Guillaume Blanc
2014-06-05
Fix test_fwrite_0 syntax error in s_ modes after previous change.
Jukka Jylänki
2014-06-05
Convert MEMFS files to typed arrays before storing to IDBFS for better IDBFS ...
Jukka Jylänki
2014-06-05
Use typed arrays instead of normal JS arrays to back files in the MEMFS files...
Jukka Jylänki
2014-06-04
Merge branch 'cmake_response_files' of https://github.com/mhenschel/emscripte...
Jukka Jylänki
2014-06-04
Add test case for phi node handling in SIMD path
Ningxin Hu
2014-06-03
fix other.test_emcc_nonfastcomp
Alon Zakai
2014-06-02
Merge pull request #2364 from juj/musl_stdio
Alon Zakai
2014-06-02
fix very large doubles; fixes #2392
Alon Zakai
2014-06-02
add test for shell code not optimized in -profiling builds
Alon Zakai
2014-05-29
show an error in tests/hello_world_file.cpp if we can't open the file; closes...
Alon Zakai
2014-05-29
NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function()
Alon Zakai
2014-05-28
Merge pull request #2388 from waywardmonkeys/upstream-from-imvu
Alon Zakai
2014-05-29
Fix a bug where a returned handle to a derived JS object would not always cor...
Chad Austin
2014-05-28
add emscripten_align typedefs for #2378
Alon Zakai
2014-05-28
Merge branch 'master' of github.com:JasonGreen/emscripten into incoming
Alon Zakai
2014-05-28
glTex[Sub]Image* should not throw an exception, but should cause a GL_INVALID...
Jason Green
2014-05-28
fix case of exceptions whitelist being empty
Alon Zakai
2014-05-28
add test for building shared and static libraries with cmake
Markus Henschel
2014-05-28
fix slow2asm.test_dlfcn_self
Alon Zakai
2014-05-28
fix asm2.test_memorygrowth
Alon Zakai
2014-05-27
fix ccall regex for minified code, and add testing
Alon Zakai
2014-05-27
clean up shell code using uglify, in optimized builds, when not using closure
Alon Zakai
2014-05-27
testcase for #2314
Alon Zakai
2014-05-27
set MAX_SETJMPS to fastcomp; 1.18.4
1.18.4
Alon Zakai
2014-05-23
enable test_longjmp_repeat in fastcomp
Alon Zakai
2014-05-23
fix bug in setjmp limit testing; helps #2379
Alon Zakai
2014-05-23
Add whitelist of supported link flags
Ryan Sturgell
2014-05-23
Test s_0_0.test_dlfcn_stacks needs ta2.
Jukka Jylänki
2014-05-23
Fix test test_sscanf to be spec-conformant in the treatment of scanf format s...
Jukka Jylänki
2014-05-23
Disable testing the x86 triple i386-pc-linux-gnu in asm2.test_cube2hash, that...
Jukka Jylänki
[next]