Blob Blame History Raw
From af52d3bdf25e9f318003c4fc39845fc3e9257a43 Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Wed, 12 Jun 2019 04:28:55 -0400
Subject: [PATCH 2/4] Skip ARM Linux tests.

We don't have the C library to do this.

Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
---
 main_test.go | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/main_test.go b/main_test.go
index f8285a2..efeb2db 100644
--- a/main_test.go
+++ b/main_test.go
@@ -81,12 +81,6 @@ func TestCompiler(t *testing.T) {
 		t.Run("X86Linux", func(t *testing.T) {
 			runPlatTests("i386--linux-gnu", matches, t)
 		})
-		t.Run("ARMLinux", func(t *testing.T) {
-			runPlatTests("arm--linux-none", matches, t)
-		})
-		t.Run("ARM64Linux", func(t *testing.T) {
-			runPlatTests("aarch64--linux-gnu", matches, t)
-		})
 		goVersion, err := goenv.GorootVersionString(goenv.Get("GOROOT"))
 		if err != nil {
 			t.Error("could not get Go version:", err)
-- 
2.29.2