commit | fbdf59a7c4c987cab294cf889dbcc20208c28045 | [log] [tgz] |
---|---|---|
author | David du Colombier <0intro@gmail.com> | Tue Dec 23 09:05:28 2014 +0100 |
committer | David du Colombier <0intro@gmail.com> | Tue Dec 23 10:28:39 2014 +0000 |
tree | 6327a97d41a455f38b3a4f6b394e6ba842f9aa63 | |
parent | a51b6ccfea67784164399d004c6bdcfed552b49c [diff] [blame] |
test: disable bug248 and bug345 tests on Plan 9 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>
diff --git a/test/fixedbugs/bug248.go b/test/fixedbugs/bug248.go index 13796ee..3d9a408 100644 --- a/test/fixedbugs/bug248.go +++ b/test/fixedbugs/bug248.go
@@ -1,4 +1,4 @@ -// +build !nacl,!windows +// +build !nacl,!plan9,!windows // run // Copyright 2009 The Go Authors. All rights reserved.