mirror of https://github.com/WebAssembly/wasi-sdk
tests: use latest wasmtime for testing (#327)
This patch enables using latest version of wasmtime for testing. This should also make it possible to running tests for wasm32-wasi-threads in the future.pull/309/head
parent
c891cd2036
commit
6dde7bb8d6
@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
cat \
|
||||
| sed -e 's/main module `abort\.c\.[^`]*\.wasm`/main module `abort.c.---.wasm`/' \
|
||||
| sed -e 's/source location: @[[:xdigit:]]*$/source location: @----/' \
|
||||
| head -n 6
|
||||
| sed -E '/0x[[:xdigit:]]+/d'
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
cat \
|
||||
| sed -e 's/main module `assert-fail\.c\.[^`]*\.wasm`/main module `assert-fail.c.---.wasm`/' \
|
||||
| sed -e 's/source location: @[[:xdigit:]]*$/source location: @----/' \
|
||||
| head -n 7
|
||||
| sed -E '/0x[[:xdigit:]]+/d'
|
||||
|
Loading…
Reference in new issue