about summary refs log tree commit diff
path: root/tests/run-make/wasm-stringify-ints-small
AgeCommit message (Collapse)AuthorLines
2024-07-19Fix two new failing testsAlex 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-17tests: update for `rfs` rename许杰友 Jieyou Xu (Joe)-1/+1
2024-07-17tests: update for renamed `fs` module in run_make_support许杰友 Jieyou Xu (Joe)-2/+2
2024-06-11Implement fs wrapper for run_make_supportOneirical-2/+2
2024-06-07Remove all usages of `tmp_dir` from testsJakub Beránek-2/+2
2024-05-02Cleanup: Rid the `rmake` test runners of `extern crate run_make_support;`León Orell Valerian Liehr-2/+0
2024-03-27Use compiletest directives for properly only running wasm32-wasip1 tests on ↵许杰友 Jieyou Xu (Joe)-4/+1
that target
2024-03-24Rework rmake support library to have a weakly-typed API with helper methods许杰友 Jieyou Xu (Joe)-3/+3
2024-03-11Convert some WebAssembly run-make tests to RustAlex 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-30move `tools.mk` to run-makeJoshua 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-11Move /src/test to /testsAlbert Larsan-0/+43