89 Commits (4edd165d25a603a6dfc4708e0446605db2cb11d3)

Author SHA1 Message Date
Nick Fitzgerald 44c28612fb Implement the `memory.fill` instruction from the bulk memory proposal 5 years ago
Nick Fitzgerald cb97e4ec8e Implement `table.init` and `elem.drop` from the bulk memory proposal 5 years ago
Nick Fitzgerald 33b4a37bcb Add support for `table.copy` 5 years ago
Nick Fitzgerald 2af544de8b
Update to cranelift 0.58.0 and enable (but ignore) reference types and bulk memory tests (#926) 5 years ago
Alex Crichton 1a64acf43b Don't rebuild `wasmtime-cli` on all file changes 5 years ago
Andrew Brown bc50815eac
Re-enable simd_const.wast spec test (#872) 5 years ago
Andrew Brown f592811c9a Update cranelifte and enable more SIMD spec tests (#806) 5 years ago
Dan Gohman ef2177ed3a
Update to the latest spec_testsuite and dependencies. (#803) 5 years ago
Alex Crichton 90db89d327
Refactor the `wasmtime-wast` crate, fix an early return (#798) 5 years ago
Alex Crichton 4197cc562e
Don't rebuild the test suite if wast files change (#787) 5 years ago
Alex Crichton 7474633cca
Remove usage of `CompilationStrategy` from `Config` (#764) 5 years ago
Nick Fitzgerald b3b7ce4f6b Enable all Wasm multi-value proposal tests! 5 years ago
Dan Gohman e8f08193fc Reformat some long lines and macros. 5 years ago
Dan Gohman b158666f2b Reorganize tests. 5 years ago
Alex Crichton 59b15eab13
Simplify `#[test]` generation for `*.wast` files (#507) 5 years ago
Dan Gohman d896cc34c2
Remove an obsolete workaround. (#505) 5 years ago
Jakub Konka 3793fa3b09
Merge wasi-misc-tests repo as a subdir (#174) 5 years ago
Marcin Mielniczuk 12972c7fd3 Implement fd_readdir (#116) 5 years ago
Peter Huene 920728d14d
Implement registering JIT unwind information on Windows. 5 years ago
Jakub Konka f4ac1299b2 Fix path_rename_trailing_slashes test case on Win 5 years ago
Jakub Konka f3a5186230
Refactor poll_oneoff on *nix (#137) 5 years ago
Marcin Mielniczuk 2659641132 Implement clock_time_get on Windows (#119) 5 years ago
Jakub Konka bb5c879718 Fixes path_symlink_trailing_slashes on Windows 5 years ago
Maxim Vorobjov 6eb6e342d7 Rebuild misc tests when any of test files change (#150) 5 years ago
Andrew Brown 3053444b57 Add more SIMD spec tests (#388) 5 years ago
Jakub Konka 0d63cc2dbc Fix `remove_directory_trailing_slashes` on Windows 5 years ago
Nick Fitzgerald 842faf5aa6 Support for multi-value wasm (#399) 5 years ago
Jakub Konka c3bf04042e
Fixes `path_symlink_trailing_slashes` test case (#125) 5 years ago
Dan Gohman 8e593506dc
Don't run the spec_testsuite tests if the submodule isn't checked out. (#409) 5 years ago
Dan Gohman 8e1b44b29c
Make more code work with no_std. (#407) 5 years ago
Dan Gohman 5ccdf13b11 Rename --always-cranelift to --cranelift. 5 years ago
Jakub Konka 603f7a9f22
Misc testsuite feature gated (#113) 5 years ago
Dan Gohman d4353f03cb Don't check `assert_trap` tests when Lightbeam is enabled. 5 years ago
Dan Gohman 5bf2fc0ffa Don't enable Lightbeam tests if Lightbeam isn't enabled. 5 years ago
Dan Gohman 65b8afabe6 Make use of Lightbeam configurable. 5 years ago
Andrew Brown 0667a2897d Ignore simd_const test when glibc has a floating point parsing issue 5 years ago
Andrew Brown 03a9f0e461 Run SIMD const spec test 5 years ago
Andrew Brown ce8e8662ff Enable SIMD in WAST testsuites 5 years ago
Dan Gohman 86142f2e94 Use `r#` to escape strings which may be rust keywords. (#379) 5 years ago
Jakub Konka d33036a3b5 Fix path_rename on *nix hosts 5 years ago
Jakub Konka 90f1cd5c96 Fix path_remove_directory on *nixes 5 years ago
Jakub Konka fec5b7ab0a Refactor mgmt of misc testsuite (#101) 5 years ago
Jakub Konka c98b3d10ec
Fix fd_readdir on BSD-style nixes (#81) 5 years ago
Jakub Konka 4915f0734e Ignore failing tests for the moment 5 years ago
Jakub Konka aa28a6d697 Add a test for fd_readdir 5 years ago
Marcin Mielniczuk 8db57bd6c6 Check if testsuite exists, set target dir 5 years ago
Marcin Mielniczuk 9f840ff6f1 Quick & dirty misc_testsuite 5 years ago
Marcin Mielniczuk 1bf5106f40 Implement path_filestat_get & path_filestat_set_times on Windows. 5 years ago
Marcin Mielniczuk 7a991921bf Add the test for path_filestat_* 5 years ago
Dan Gohman 8ea883a603
Workaround a rounding difference in the strtof function in Centos 6. (#290) 5 years ago