]> Cypherpunks repositories - gostls13.git/commit
test: fix windows build
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 22 Dec 2014 23:26:21 +0000 (15:26 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 23 Dec 2014 01:12:30 +0000 (01:12 +0000)
commit209dd4cdc1e9180d819b1217f065a63b94e82ff9
tree6b6824b7148492c750811c7dfb242a3276a072ce
parent53c5226f9fec0113c182c203b2b6c225938aeced
test: fix windows build

Broken by e7173dfdfd1c74b1d301da9b6f295ef99b9cc11c

Fix by simply disabling the relevant tests.

* bug248 and bug345 require errchk, but we can't
  rely on perl being available.
* bug369 is disabled anyway.

Change-Id: Idf73ebccb066943e3fe17c2f662b37238ec74dfe
Reviewed-on: https://go-review.googlesource.com/2052
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
test/fixedbugs/bug248.go
test/fixedbugs/bug345.go
test/fixedbugs/bug369.go