]> Cypherpunks repositories - gostls13.git/commitdiff
test: disable bug248 and bug345 tests on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Tue, 23 Dec 2014 08:05:28 +0000 (09:05 +0100)
committerDavid du Colombier <0intro@gmail.com>
Tue, 23 Dec 2014 10:28:39 +0000 (10:28 +0000)
These tests were enabled as part of change 1774.
They depend on the errchk tool, which is a Perl
script. However, Perl is not available on Plan 9.

Change-Id: I82707aae16013acc9a3800d39b0084588b852b53
Reviewed-on: https://go-review.googlesource.com/2031
Reviewed-by: Minux Ma <minux@golang.org>
test/fixedbugs/bug248.go
test/fixedbugs/bug345.go

index 13796eed2863b15e43318e12c8a115614a49528b..3d9a408508d27b49aa9af4628b7aa70cfc7d12b8 100644 (file)
@@ -1,4 +1,4 @@
-// +build !nacl,!windows
+// +build !nacl,!plan9,!windows
 // run
 
 // Copyright 2009 The Go Authors. All rights reserved.
index bfa00938fdfa9b75609236442e20387fdc85b9db..745144fbf23441f29fed6076f095b84a96b3d55e 100644 (file)
@@ -1,4 +1,4 @@
-// +build !nacl,!windows
+// +build !nacl,!plan9,!windows
 // run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
@@ -19,7 +19,7 @@ func main() {
        a, err := build.ArchChar(build.Default.GOARCH)
        check(err)
 
-       // TODO: If we get rid of errchk, re-enable this test on Windows.
+       // TODO: If we get rid of errchk, re-enable this test on Plan 9 and Windows.
        errchk, err := filepath.Abs("errchk")
        check(err)