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 (
Expand
)
Author
2011-12-09
re-strengthen now passing strtod in default
Alon Zakai
2011-12-09
properly implement strtok_r by translating the C source, so it will work with...
Alon Zakai
2011-12-09
test clarification
Alon Zakai
2011-12-09
re-enable test_math_hyperbolic in default, now passes
Alon Zakai
2011-12-09
fix poppler test; all current tests pass in default
Alon Zakai
2011-12-08
test fixes
Alon Zakai
2011-12-08
fix for double mode 1 issue with 32-bit floats being NaNs and altering our do...
Alon Zakai
2011-12-07
mark printf as depending on js engine float64array behavior
Alon Zakai
2011-12-07
allow slightly different rounding results in bullet test
Alon Zakai
2011-12-07
weaken unneeded part of profiling test
Alon Zakai
2011-12-07
fix test_strtod
Alon Zakai
2011-12-07
workaround for i64 mode 1 in printf test
Alon Zakai
2011-12-07
various i64 fixes, including preventing rounding of small negatives
Alon Zakai
2011-12-07
parseInt test is problematic, mark it as such, and fix some i64 issues with r...
Alon Zakai
2011-12-06
test fixes
Alon Zakai
2011-12-06
test fixes
Alon Zakai
2011-12-06
allow test runner to be called without default. before test names
Alon Zakai
2011-12-06
add failing double alignment test
Alon Zakai
2011-12-06
enable tests that need to be fixed
Alon Zakai
2011-12-06
workaround for node issue 2280 in test_memorygrowth
Alon Zakai
2011-12-06
rename specials ==> s
Alon Zakai
2011-12-06
rename defaults ==> default
Alon Zakai
2011-12-06
two small fixes, for benchmarks and memory growth
Alon Zakai
2011-12-06
initial work on memory growth
Alon Zakai
2011-12-06
add 'defaults' pass in test runner, and rename other passes to 'special'
Alon Zakai
2011-12-05
support for external variables in runtime linking
Alon Zakai
2011-12-05
fix test runner breakage after test_runtimeload
Alon Zakai
2011-12-05
disable runtimelink test when using LLVM opts
Alon Zakai
2011-12-05
partial support for runtime linking of separately-compiled modules (only func...
Alon Zakai
2011-12-05
better sanity checks for configured js engines
Alon Zakai
2011-12-04
sanity check for compiler engine in test runner
Alon Zakai
2011-12-04
fix line numbers with multiple linked files
Alon Zakai
2011-12-04
mark test_exceptions as failing on node
Alon Zakai
2011-12-04
tiny cleanup for benchmark code
Alon Zakai
2011-12-04
comment
Alon Zakai
2011-12-03
fixes for using node as both compiler engine and code running engine. node is...
Alon Zakai
2011-12-02
tiny followup for exit code patch for test runner
Alon Zakai
2011-12-02
Merge pull request #116 from eclecticdave/master
Alon Zakai
2011-12-02
fix poppler test
Alon Zakai
2011-12-03
Modify exit() to throw an object and catch it.
David Claughton
2011-11-30
refactor compiler to allow future batching of types and globals. move postset...
Alon Zakai
2011-11-28
partial fix for breakinthemiddle in test_cases
Alon Zakai
2011-11-28
fix for test_closure_compiler with spidermonkey as compiler engine
Alon Zakai
2011-11-27
fix for i64 mode 1 conversion of double to i64
Alon Zakai
2011-11-27
improve benchmark output
Alon Zakai
2011-11-27
do not recompile just for dfe in test runner
Alon Zakai
2011-11-26
imporve i64 test
Alon Zakai
2011-11-26
fixes for 64-bit values in globals in i64 mode 1
Alon Zakai
2011-11-26
refactor a js optimizer pass
Alon Zakai
2011-11-26
add i16 to corrections benchmark
Alon Zakai
[next]