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
/
runner.py
Age
Commit message (
Collapse
)
Author
2012-04-03
add another working glbook testcase
Alon Zakai
2012-04-03
allow 1/255 color error in reftests, to ignore aliasing
Alon Zakai
2012-04-03
add another working glbook test
Alon Zakai
2012-04-02
make glut main loop throw again, and fix test_glgears
Alon Zakai
2012-04-02
fix test_glgears
Alon Zakai
2012-04-02
add second working glbook test
Alon Zakai
2012-04-02
make precise i64 math the default
Alon Zakai
2012-04-02
only include i64 precise code if it will actually be used
Alon Zakai
2012-04-02
test fixes
Alon Zakai
2012-04-01
fix parsing of i64 constants in globals, and add working cube2hash testcase
Alon Zakai
2012-04-01
improve i64 precise test
Alon Zakai
2012-04-01
proper precise unsigned i64 modulo, and passing tests for i64 division and ↵
Alon Zakai
modulo
2012-04-01
use bignum for unsigned i64 precise division
Alon Zakai
2012-04-01
add jsbn bignum library, fixes printing of unsigned precise i64s
Alon Zakai
2012-04-01
work towards unsigned precise i64s: add, subtract and multiply work but ↵
Alon Zakai
divide and modulo do not; printing is rounded
2012-04-01
support for precise i64 signed math
Alon Zakai
2012-03-31
add reftest mechanism for browser tests, and complete glbook test 1
Alon Zakai
2012-03-31
library additions in preparation for glbook tests
Alon Zakai
2012-03-31
test cleanup
Alon Zakai
2012-03-31
separate browser tests into separately-runnable browser set
Alon Zakai
2012-03-31
update test_emcc
Alon Zakai
2012-03-31
fix -M -MM to add emcc compiler flags
Alon Zakai
2012-03-31
add additional testcase from issue 324
Alon Zakai
2012-03-31
do not consider division safe for |0 removal, and add testcase 2 from issue 324
Alon Zakai
2012-03-31
fix test_isdigit_l
Alon Zakai
2012-03-30
test runner message about non-main parts
Alon Zakai
2012-03-30
Merge pull request #328 from ehsan/ogre_upstream
Alon Zakai
Upstream the work I did for porting Ogre
2012-03-29
basic support for -M and -MM
Alon Zakai
2012-03-29
bundle preloaded files also when not compressing them
Alon Zakai
2012-03-29
update test_emcc
Alon Zakai
2012-03-28
add testcase for issue 324
Alon Zakai
2012-03-28
do not use impure stuff for stdin etc, it makes comparing to native builds ↵
Alon Zakai
harder
2012-03-28
Implement isdigit_l and isxdigit_l
Ehsan Akhgari
We ignore the locales for now
2012-03-28
rename alloca/stack tests
Alon Zakai
2012-03-27
do not use blob constructor if not present, and closure workaround
Alon Zakai
2012-03-27
support wav and mp3 audio suffixes too
Alon Zakai
2012-03-27
support for playing audio chunks through SDL mix
Alon Zakai
2012-03-26
compress all data files into one big file
Alon Zakai
2012-03-24
properly match SDL mousebuttons to DOM buttons
Alon Zakai
2012-03-24
make mouse events relative to canvas, and at right frequency
Alon Zakai
2012-03-24
SDL mouse support and emscripten_set_main_loop
Alon Zakai
2012-03-23
SDL_SizeText and some refactoring
Alon Zakai
2012-03-23
optimize SDL_FillRect
Alon Zakai
2012-03-23
fix sdl keyboard input and add a test
Alon Zakai
2012-03-23
minimal support for SDL text rendering
Alon Zakai
2012-03-23
improve sdl image test to include blits of nonequal size surfaces
Alon Zakai
2012-03-23
rename some tests
Alon Zakai
2012-03-22
do preRun and postRun only if we actually run
Alon Zakai
2012-03-21
fix some bugs with preloading of entire directories
Alon Zakai
2012-03-20
fix breakage with calling LLVM_AR with python
Alon Zakai
[next]