Blame 0002-Skip-WASI-tests.patch

6ba7946
From 64af5a0ac7d93ad931737358c1af852e99fbf647 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
6ba7946
Subject: [PATCH 2/6] 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
6ba7946
index 82c0b611..d9f440b0 100644
b854f98
--- a/main_test.go
b854f98
+++ b/main_test.go
6ba7946
@@ -199,10 +199,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
 
6ba7946
@@ -493,7 +489,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
-- 
0818c30
2.31.1
b854f98