Blame 0004-Skip-WASI-tests.patch

b854f98
From 82d01abd2fe82e0e19678721388d4068fe0de7d0 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
f1635eb
Subject: [PATCH 4/5] 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
---
b854f98
 main_test.go | 4 ----
b854f98
 1 file changed, 4 deletions(-)
b854f98
b854f98
diff --git a/main_test.go b/main_test.go
b854f98
index efeb2db..d2cbba3 100644
b854f98
--- a/main_test.go
b854f98
+++ b/main_test.go
b854f98
@@ -95,10 +95,6 @@ func TestCompiler(t *testing.T) {
b854f98
 				runPlatTests("wasm", matches, t)
b854f98
 			})
b854f98
 		}
b854f98
-
b854f98
-		t.Run("WASI", func(t *testing.T) {
b854f98
-			runPlatTests("wasi", matches, t)
b854f98
-		})
b854f98
 	}
b854f98
 }
b854f98
 
b854f98
-- 
b854f98
2.29.2
b854f98