summaryrefslogtreecommitdiff
path: root/test/emcc_hello_world.2asm.js
Commit message (Collapse)AuthorAgeFilesLines
* remove wast => wast operation in auto_update_tests.py, as it breaks when the ↵Alon Zakai2016-02-081-7446/+0
| | | | spec changes, and remove some unnecessarily big wasts
* improve wasm2asm switch emitting, and add testcaseAlon Zakai2016-01-201-2118/+0
|
* Add Travis builds with sanitizersJF Bastien2016-01-101-1/+1
| | | | | | | | | | | | | | | | This triggers 5 independent build / test runs: - clang, no sanitizer; - clang, UB sanitizer; - clang, address sanitizer (disabled for now); - clang, thread sanitizer (disabled for now); - GCC. Enabling UBSan led to these changes: - Fix a bunch of undefined behavior throughout the code base. - Fix some tests that relied on that undefined behavior. - Make some of the tests easier to debug by printing their command line. - Add ubsan blacklist to work around libstdc++ bug. - Example testcase also needs sanitizer because libsupport.a uses it.
* update testsAlon Zakai2015-12-181-2164/+2292
|
* add now-passing emcc_hello_world.wast testcase to wasm2asm testsAlon Zakai2015-12-071-0/+9436