diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-05-07 13:23:39 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-05-07 18:01:24 +0200 |
| commit | 04165d8f66d991c976ff2dddc60414503adc33d4 (patch) | |
| tree | 1c3cd8af1dfb66630ef217c03f7b9e77c39cd910 /pkg/csource/csource_test.go | |
| parent | 84fd26e585caefcbbf2e297522b2fb7b55953065 (diff) | |
Makefile: enable arm executor build in presubmit
arm build seems to work now on Travis since we switched to xenial.
Diffstat (limited to 'pkg/csource/csource_test.go')
| -rw-r--r-- | pkg/csource/csource_test.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg/csource/csource_test.go b/pkg/csource/csource_test.go index 75e451b9b..fcdee889f 100644 --- a/pkg/csource/csource_test.go +++ b/pkg/csource/csource_test.go @@ -27,12 +27,6 @@ func TestGenerate(t *testing.T) { continue } t.Run(target.OS+"/"+target.Arch, func(t *testing.T) { - if target.OS == "linux" && target.Arch == "arm" { - // This currently fails (at least with my arm-linux-gnueabihf-gcc-4.8) with: - // Assembler messages: - // Error: alignment too large: 15 assumed - t.Skip("broken") - } if target.OS == "linux" && target.Arch == "386" { // Currently fails on travis with: // fatal error: asm/unistd.h: No such file or directory |
