aboutsummaryrefslogtreecommitdiff
path: root/tests/test_sanity.py
AgeCommit message (Collapse)Author
2014-05-22improve warning on failing to validate reposAlon Zakai
2014-02-26more warnings on source versions not matching, plus testingAlon Zakai
2014-02-25run sanity checks on emcc -v even without inputsAlon Zakai
2014-02-25check sanity on emcc -vAlon Zakai
2014-02-25run a sanity check after clearing the cacheAlon Zakai
2014-02-25Update the tests to use asmjs-unknown-emscripten.Dan Gohman
2014-02-24deprecate jcacheAlon Zakai
2014-02-21fix sanity.test_relooperAlon Zakai
2014-02-21point to wiki page on fastcomp when using fastcomp but backend is not presentAlon Zakai
2014-02-21assume fastcomp in fastcomp sanity testAlon Zakai
2014-02-21add message pointing people to the fastcomp wiki page that explains how to ↵Alon Zakai
disable it, when a compiler setting is not fastcomp-compatible
2014-02-21turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ↵Alon Zakai
in the env
2014-02-20fix sanity testsAlon Zakai
2014-02-19Fix Windows EMCC invocations to call 'python emcc' in a few places instead ↵Jukka Jylänki
of just 'emcc'.
2014-02-12update sanity.test_emcc_cachingAlon Zakai
2013-12-31sanity check for js backend in fastcompAlon Zakai
2013-12-13Add sanity test for --em-config emcc command line option.Jukka Jylänki
2013-11-18fix sanity.test_emcc_cachingAlon Zakai
2013-10-30tools: parse pre-release node.js version numbersBen Noordhuis
`node` binaries built from upstream git have a "-pre" suffix attached to the version number. Fix the version parser to handle those.
2013-10-09run relooper in -O1, and do not run js opts thereAlon Zakai
2013-09-30fix sanity.test_emcc_caching (we now have a cache dir earlier on)Alon Zakai
2013-09-13update sanity.test_jcacheAlon Zakai
2013-08-26move test_nostdincxx from other to sanity, because it causes the cache to be ↵Alon Zakai
cleared, and so cannot be safely run in parallel with other tests
2013-08-11initial work on splitting up runner.pyAnthony Pesch