]> Cypherpunks repositories - gostls13.git/commitdiff
debug/pe: skip a test on windows/arm
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 4 Oct 2018 17:06:21 +0000 (17:06 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 4 Oct 2018 17:50:01 +0000 (17:50 +0000)
It requires a DLL that's not available on windows/arm apparently.

Fixes #27904

Change-Id: I082a273f62976b7184636c6aeca6201a7871d238
Reviewed-on: https://go-review.googlesource.com/c/139720
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/debug/pe/file_test.go

index 24cd673254e5f67f7318c7249e80d5559266302a..c65c82d3425ed43306ff575475c9c2023b93286e 100644 (file)
@@ -535,7 +535,11 @@ func TestBuildingWindowsGUI(t *testing.T) {
 
 func TestImportTableInUnknownSection(t *testing.T) {
        if runtime.GOOS != "windows" {
-               t.Skip("skipping windows only test")
+               t.Skip("skipping Windows-only test")
+       }
+       if runtime.GOARCH == "arm" {
+               // Issue 27904
+               t.Skip("skipping test on arm; no atmfd.dll available")
        }
 
        // first we need to find this font driver