| 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 | -10/+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. | ||||
| 2023-03-30 | move `tools.mk` to run-make | Joshua Nelson | -1/+1 | |
| apparently I missed some tests in the last commit. Rather than having dozens of tests use the long version, use the short version in `run-make` and the long version in `run-make-fulldeps` (which is now only three tests) | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+43 | |
