]> Cypherpunks repositories - gostls13.git/commitdiff
archive/tar: also skip header roundtrip test on nacl
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 26 Jun 2015 22:13:52 +0000 (15:13 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 26 Jun 2015 22:36:38 +0000 (22:36 +0000)
Update #11426

Change-Id: I7abc4ed2241a7a3af6d57c934786f36de4f97b77
Reviewed-on: https://go-review.googlesource.com/11592
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/archive/tar/tar_test.go

index 715884a45fb5274be1cfbc712e6018c08dd0b96e..3fdd83db3b85bbb6f9d6bd55596c64d2ceadf3cc 100644 (file)
@@ -136,7 +136,7 @@ type headerRoundTripTest struct {
 }
 
 func TestHeaderRoundTrip(t *testing.T) {
-       if runtime.GOOS == "windows" || runtime.GOOS == "plan9" {
+       if runtime.GOOS == "windows" || runtime.GOOS == "plan9" || runtime.GOOS == "nacl" {
                t.Skipf("skipping on %s; issue 11426", runtime.GOOS)
        }
        golden := []headerRoundTripTest{