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
/
test_sanity.py
Age
Commit message (
Expand
)
Author
2014-05-22
improve warning on failing to validate repos
Alon Zakai
2014-02-26
more warnings on source versions not matching, plus testing
Alon Zakai
2014-02-25
run sanity checks on emcc -v even without inputs
Alon Zakai
2014-02-25
check sanity on emcc -v
Alon Zakai
2014-02-25
run a sanity check after clearing the cache
Alon Zakai
2014-02-25
Update the tests to use asmjs-unknown-emscripten.
Dan Gohman
2014-02-24
deprecate jcache
Alon Zakai
2014-02-21
fix sanity.test_relooper
Alon Zakai
2014-02-21
point to wiki page on fastcomp when using fastcomp but backend is not present
Alon Zakai
2014-02-21
assume fastcomp in fastcomp sanity test
Alon Zakai
2014-02-21
add message pointing people to the fastcomp wiki page that explains how to di...
Alon Zakai
2014-02-21
turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ...
Alon Zakai
2014-02-20
fix sanity tests
Alon Zakai
2014-02-19
Fix Windows EMCC invocations to call 'python emcc' in a few places instead of...
Jukka Jylänki
2014-02-12
update sanity.test_emcc_caching
Alon Zakai
2013-12-31
sanity check for js backend in fastcomp
Alon Zakai
2013-12-13
Add sanity test for --em-config emcc command line option.
Jukka Jylänki
2013-11-18
fix sanity.test_emcc_caching
Alon Zakai
2013-10-30
tools: parse pre-release node.js version numbers
Ben Noordhuis
2013-10-09
run relooper in -O1, and do not run js opts there
Alon Zakai
2013-09-30
fix sanity.test_emcc_caching (we now have a cache dir earlier on)
Alon Zakai
2013-09-13
update sanity.test_jcache
Alon Zakai
2013-08-26
move test_nostdincxx from other to sanity, because it causes the cache to be ...
Alon Zakai
2013-08-11
initial work on splitting up runner.py
Anthony Pesch