Blame 0001-Skip-WASI-tests.patch

fa5e9eb
From ee856392109e39cf60e83022441c94adee205447 Mon Sep 17 00:00:00 2001
b854f98
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
b854f98
Date: Tue, 15 Dec 2020 05:06:04 -0500
fa5e9eb
Subject: [PATCH 1/3] Skip WASI tests.
b854f98
b854f98
We do not have wasmtime available.
b854f98
b854f98
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
b854f98
---
41a0389
 main_test.go | 5 -----
41a0389
 1 file changed, 5 deletions(-)
b854f98
b854f98
diff --git a/main_test.go b/main_test.go
5c81169
index ae7aed56..ac204f0c 100644
b854f98
--- a/main_test.go
b854f98
+++ b/main_test.go
5c81169
@@ -171,10 +171,6 @@ func TestBuild(t *testing.T) {
41a0389
 			t.Parallel()
41a0389
 			runPlatTests(optionsFromTarget("wasm", sema), tests, t)
4ce2174
 		})
b854f98
-		t.Run("WASI", func(t *testing.T) {
41a0389
-			t.Parallel()
41a0389
-			runPlatTests(optionsFromTarget("wasi", sema), tests, t)
b854f98
-		})
b854f98
 	}
33d138a
 }
b854f98
 
5c81169
@@ -425,7 +421,6 @@ func TestTest(t *testing.T) {
41a0389
 
41a0389
 			// Node/Wasmtime
41a0389
 			targ{"WASM", optionsFromTarget("wasm", sema)},
41a0389
-			targ{"WASI", optionsFromTarget("wasi", sema)},
41a0389
 		)
41a0389
 	}
41a0389
 	for _, targ := range targs {
b854f98
-- 
b2c23a4
2.41.0
b854f98