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
2013-10-14
Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incoming
Alon Zakai
2013-10-14
Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incoming
Alon Zakai
2013-10-13
demangle arrays
Alon Zakai
2013-10-13
add remaining basic demangle types
Alon Zakai
2013-10-13
more demangle testing
Alon Zakai
2013-10-13
demangle references
Alon Zakai
2013-10-12
demangle stacks in abort(), using new stackTrace utility
Alon Zakai
2013-10-12
properly demangle cxxabi craziness
Alon Zakai
2013-10-12
refactor out parsing of nested demangled runs
Alon Zakai
2013-10-12
support demangling const
Alon Zakai
2013-10-12
demangle basic templates
Alon Zakai
2013-10-12
demangle some templates
Alon Zakai
2013-10-12
work towards demangling of templates
Alon Zakai
2013-10-12
demangle basic params
Alon Zakai
2013-10-12
avoid crash in demangler with special operators
Alon Zakai
2013-10-11
use full params when legalizing phis, not just their idents; fixes #1702
Alon Zakai
2013-10-11
Fixes bug when renaming a directory into a subdirectory.
Michael Bishop
2013-10-11
C++ demangle helper
Alon Zakai
2013-10-10
do not emit postSets for function indexing etc., bake them into the memory in...
Alon Zakai
2013-10-10
do not assert on output of numeric 0 from a js handler
Alon Zakai
2013-10-09
remove no longer needed test disabling
Alon Zakai
2013-10-09
use aliasing function pointers in -O1
Alon Zakai
2013-10-09
update other.test_chunking
Alon Zakai
2013-10-09
avoid X-(-Y) in js optimizer; fixes #1685
Alon Zakai
2013-10-09
run relooper in -O1, and do not run js opts there
Alon Zakai
2013-10-08
Merge pull request #1689 from juj/fix_gl_uniform_arrays
juj
2013-10-08
Disable the uniform array test by default.
Jukka Jylänki
2013-10-08
Add unit test for GLES2 uniform arrays.
Jukka Jylänki
2013-10-06
enable asm validation checks in unistd tests using EM_ASM
Alon Zakai
2013-10-06
make EM_ASM use strings on the heap, so it works in asm, and cache the genera...
Alon Zakai
2013-10-07
Fix the rotozoom tests
Felix H. Dahlke
2013-10-03
disable heap align check in test_files, it mixes poorly with closure
Alon Zakai
2013-10-03
update test_emcc
Alon Zakai
2013-10-03
emit final missing returns in compiler itself
Alon Zakai
2013-10-02
remove obsolete fp80 test
Alon Zakai
2013-10-02
move heap align checks to asm2g, keep -O1 pristine
Alon Zakai
2013-10-01
disable some recently-changed tests in modes where they need inline js or emcc
Alon Zakai
2013-10-01
test runner comment
Alon Zakai
2013-09-30
update unistd tests to run only on node
Alon Zakai
2013-09-30
run test_fs_nodefs_rw only in node
Alon Zakai
2013-09-30
update test_outline
Alon Zakai
2013-09-30
fix sanity.test_emcc_caching (we now have a cache dir earlier on)
Alon Zakai
2013-09-30
add tests for GLUT mouse wheel events
Antoine Lambert
2013-09-29
- append to Building.COMPILER_TEST_OPTS for unistd tests
Anthony Pesch
2013-09-29
- added basic nodefs r/w test
Anthony Pesch
2013-09-29
- added test for FS.syncfs functionality
Anthony Pesch
2013-09-27
- updated several unistd tests to test against NODEFS
Anthony Pesch
2013-09-26
add slack to test_sdl_canvas_alpha
Alon Zakai
2013-09-25
Fix #1668: whiteSpace in _scanString should use only char codes as keys not c...
ngld
2013-09-25
Add test case for zero multiplication.
Bruce Mitchener
[next]