Skip to content

Commit b0f6306

Browse files
johanbrandhorstgopherbot
authored andcommitted
dashboard: remove wasmtime known issue
The wasmtime WASI runtime now passes the standard library test suite. For golang/go#59583. Change-Id: I8e87cb46f3b7799996d4f1312478885e22fca1f8 Reviewed-on: https://go-review.googlesource.com/c/build/+/498655 Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Johan Brandhorst-Satzkorn <[email protected]> Reviewed-by: Achille Roussel <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Run-TryBot: Johan Brandhorst-Satzkorn <[email protected]>
1 parent 26b6615 commit b0f6306

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dashboard/builders.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3202,9 +3202,8 @@ func init() {
32023202
},
32033203
})
32043204
addBuilder(BuildConfig{
3205-
Name: "wasip1-wasm-wasmtime",
3206-
HostType: "host-linux-amd64-wasip1-wasm-wasmtime",
3207-
KnownIssues: []int{59583},
3205+
Name: "wasip1-wasm-wasmtime",
3206+
HostType: "host-linux-amd64-wasip1-wasm-wasmtime",
32083207
buildsRepo: func(repo, branch, goBranch string) bool {
32093208
b := buildRepoByDefault(repo) && atLeastGo1(goBranch, 21)
32103209
switch repo {

0 commit comments

Comments
 (0)