summaryrefslogtreecommitdiff
path: root/test/wasm_backend
Commit message (Collapse)AuthorAgeFilesLines
* Create a dummy function to prevent NULL miscomparisons, if necessary (#658)Dominic Chen2016-08-031-2/+2
| | | Resolves WebAssembly/spec#312
* Be more careful when loading i64 in wasm-js glue, we had a bug where the ↵Alon Zakai2016-05-082-0/+19
| | | | bits were trampled before we read them (#460)
* use ONLY hack only for _only files in test/wasm_backendAlon Zakai2016-04-2710-0/+0
|
* Add a testcase.Dan Gohman2016-04-272-0/+17
|
* add testing for vanilla llvm + emcc without the hacks, as things are now ↵Alon Zakai2016-03-302-0/+7
| | | | starting to work, and add a full/real hello world testcase
* avoid hardcoded function pointer addresses in indirect_call.cpp testAlon Zakai2016-03-302-10/+2
|
* add unaligned access wasm_backend testcaseAlon Zakai2016-02-192-0/+85
|
* add indirect call testcase for wasm-backendAlon Zakai2015-12-252-0/+73
|
* add wasm-backend globals testcaseAlon Zakai2015-12-232-0/+26
|
* add another wasm-backend testcaseAlon Zakai2015-12-152-0/+11
|
* add first WASM_BACKEND output testcaseAlon Zakai2015-12-142-0/+9