45 Commits (46721f3f929bfd828f3dac436476059bdc9a8048)

Author SHA1 Message Date
Dan Gohman 061b453255 Remove unneeded `extern crate`, `macro_use`, and tidy `use`s. 5 years ago
Dan Gohman 1a0ed6e388 Use the more-asserts crate in more places. 5 years ago
Alex Crichton ae86822c37
Move stray top-level misc_testsuite to tests (#528) 5 years ago
Dan Gohman 9af562c1ff Update dependencies. 5 years ago
Dan Gohman b158666f2b Reorganize tests. 5 years ago
Alex Crichton 59b15eab13
Simplify `#[test]` generation for `*.wast` files (#507) 5 years ago
Jakub Konka 3793fa3b09
Merge wasi-misc-tests repo as a subdir (#174) 5 years ago
Jakub Konka 63c1f71036 Sync with latest wasmtime rev 5 years ago
Alex Crichton 9947bc5209 Switch from `wabt` crate to `wast` (#434) 5 years ago
Dan Gohman 8e1b44b29c
Make more code work with no_std. (#407) 5 years ago
Jakub Konka 603f7a9f22
Misc testsuite feature gated (#113) 5 years ago
Jakub Konka da59c95f0c Update dependencies and use Once::new() instead of ONCE_INIT 5 years ago
Dan Gohman 65b8afabe6 Make use of Lightbeam configurable. 5 years ago
Andrew Brown ce8e8662ff Enable SIMD in WAST testsuites 5 years ago
Artur Jamro 286d2515f9 Check trap code in test suite assertions 5 years ago
Jakub Konka fec5b7ab0a Refactor mgmt of misc testsuite (#101) 5 years ago
Jakub Konka a38af109b3 Fix linter warnings 5 years ago
Dan Gohman 8b576779f2 Use `fs::read` instead of doing it manually. 5 years ago
Jakub Konka 667f272edd Rewrite majority of impl reusing `libstd` (#34) 5 years ago
Jakub Konka 22c69f46f9 Use build.rs to generate test cases automatically 5 years ago
Jakub Konka 656112d00b Patch wasmtime-wasi to use this wasi-common version 5 years ago
Jakub Konka 81b673f908 Fix typos 5 years ago
Jakub Konka b9c04d431f Move workspace creation outside of runtime instantiation 5 years ago
Jakub Konka d0eac815f0 Fix Windows CI 5 years ago
Jakub Konka ae63b33a23 Refactor 5 years ago
Jakub Konka 982dbab1f2 Add misc-tests as a submodule dep 5 years ago
Jakub Konka 6ca01ce546 Add wasmtime as default runtime for integration tests 5 years ago
Yury Delendik ddbc00752e Generate debug info for LLDB/GDB (#50) 6 years ago
Dan Gohman ddb8453b0d Move wasmtime's instantiation test into a separate file. 6 years ago
Dan Gohman f6c2fe7d2d Update to Rust 2018 Edition. 6 years ago
Dan Gohman 7592c99f3b Refactor the compilation and instantiation pipeline. 6 years ago
Dan Gohman 3f24098edc Implement the remaining valid spec tests. 6 years ago
Dan Gohman 83f8a31010 Convert the wast test harness into a crate. 6 years ago
Dan Gohman bd69768e0d Improve infrastructure. 6 years ago
Dan Gohman 8dbd4b8d7c Start a wast testing harness and add some tests. 6 years ago
Dan Gohman d0fe50a2a8 Check in the wasmstandalone code. 7 years ago
Jakob Stoklund Olesen 7f3b807597 Add a calling convention to all function signatures. 7 years ago
Aleksey Kuznetsov 8b484b1c77 Binary function names (#91) 8 years ago
Jakob Stoklund Olesen 22ad3c0bf8 Compute a CFG post-order when building the dominator tree. 8 years ago
Jakob Stoklund Olesen 8353651559 rustfmt 0.8.1 8 years ago
Jakob Stoklund Olesen f84e218a93 Rename the 'cfg' module to 'flowgraph'. 8 years ago
Jakob Stoklund Olesen 32709a56ca Upgrade to rustfmt 0.8.0. 8 years ago
Jakob Stoklund Olesen 0f29fc7a52 Make the ControlFlowGraph reusable. 8 years ago
Jakob Stoklund Olesen 893a630ca0 Upgrade to rustfmt 0.6.3 8 years ago
Jakob Stoklund Olesen a8a79df620 Promote the src/tools crate to the top-level workspace. 8 years ago
Jakob Stoklund Olesen 78a2e47d95 Implement the 'test print-cfg' sub-test. 8 years ago
Jakob Stoklund Olesen 0b7f87b14c Convert parser tests to filetests. 8 years ago
Jakob Stoklund Olesen 8483dc1085 Add an explainer mode to filecheck. 8 years ago
Jakob Stoklund Olesen e41853cab0 Convert the DFG tests to use filecheck. 8 years ago
Jakob Stoklund Olesen 20fc675fc0 Parse the BranchTable instruction format. 8 years ago