tinygo/0001-Skip-WASI-tests.patch
Elliott Sales de Andrade 164a6e7074 Update to latest version.
2021-05-13 05:50:26 -04:00

30 lines
715 B
Diff

From d3afa56a31a75d0fb5a696a22a52614ec038e89c Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Tue, 15 Dec 2020 05:06:04 -0500
Subject: [PATCH 1/3] Skip WASI tests.
We do not have wasmtime available.
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
---
main_test.go | 4 ----
1 file changed, 4 deletions(-)
diff --git a/main_test.go b/main_test.go
index 224a71b0..9a4dbc0f 100644
--- a/main_test.go
+++ b/main_test.go
@@ -108,10 +108,6 @@ func TestCompiler(t *testing.T) {
runPlatTests("wasm", tests, t)
})
}
-
- t.Run("WASI", func(t *testing.T) {
- runPlatTests("wasi", tests, t)
- })
}
// Test a few build options.
--
2.29.2