]> Cypherpunks repositories - gostls13.git/commit
archive/tar: skip TestSparseFiles on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Fri, 22 Sep 2017 13:50:03 +0000 (15:50 +0200)
committerDavid du Colombier <0intro@gmail.com>
Fri, 22 Sep 2017 13:50:50 +0000 (13:50 +0000)
commitd83b23fd4fb146cbe4b8dfa977ac2f1849572750
treeb9089bc3ed190a8ab17d01e9747cc5727d3af530
parent5993a75869310212763b0055c2e68faa1349fb2d
archive/tar: skip TestSparseFiles on Plan 9

CL 60871 added TestSparseFiles. This test is succeeding
on Plan 9 when executed on the ramfs file system, but
is failing when executed on the Fossil file system.

This may be due to an issue in the handling of sparse
files in the Fossil file system on Plan 9 that should
be investigated.

Updates #21977.

Change-Id: I177afff519b862a5c548e094203c219504852006
Reviewed-on: https://go-review.googlesource.com/65352
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/archive/tar/tar_test.go