Blame 0001-Skip-WASI-tests.patch

5756d01
From f62e55a3c636caf2a609a0290701ca7108ab4c46 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
5756d01
Subject: [PATCH 01/11] 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
5756d01
index f620c77d..3e97f481 100644
b854f98
--- a/main_test.go
b854f98
+++ b/main_test.go
5756d01
@@ -165,10 +165,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
 
5756d01
@@ -408,7 +404,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
-- 
3a69331
2.36.1
b854f98