| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-19 | Fix two new failing tests | Alex Crichton | -1/+7 | |
| The updated wasi-sdk has debuginfo by default so be sure to strip the debuginfo by default when testing the size of new executables. | ||||
| 2024-07-17 | tests: update for `rfs` rename | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2024-07-17 | tests: update for renamed `fs` module in run_make_support | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2024-06-11 | Implement fs wrapper for run_make_support | Oneirical | -2/+2 | |
| 2024-06-07 | Remove all usages of `tmp_dir` from tests | Jakub Beránek | -2/+2 | |
| 2024-05-02 | Cleanup: Rid the `rmake` test runners of `extern crate run_make_support;` | León Orell Valerian Liehr | -2/+0 | |
| 2024-03-27 | Use compiletest directives for properly only running wasm32-wasip1 tests on ↵ | 许杰友 Jieyou Xu (Joe) | -4/+1 | |
| that target | ||||
| 2024-03-24 | Rework rmake support library to have a weakly-typed API with helper methods | 许杰友 Jieyou Xu (Joe) | -3/+3 | |
| 2024-03-11 | Convert some WebAssembly run-make tests to Rust | Alex Crichton | -0/+17 | |
| This commit rewrites a number of `run-make` tests centered around wasm to instead use `rmake.rs` and additionally use the `wasm32-wasip1` target instead of `wasm32-unknown-unknown`. Testing no longer requires Node.js and additionally uses the `wasmparser` crate from crates.io to parse outputs and power assertions. | ||||
