]> Cypherpunks repositories - gostls13.git/commitdiff
test: remove dead branch from run.go
authorCaleb Spare <cespare@gmail.com>
Tue, 17 Nov 2015 04:14:50 +0000 (20:14 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 24 Nov 2015 03:20:56 +0000 (03:20 +0000)
It relates to an obsolete notion of 'skipped-but-okay' tests.

Fixes #12394

Change-Id: Ib7e6444dc8565e1390bd42d65d30fac136593f78
Reviewed-on: https://go-review.googlesource.com/17000
Run-TryBot: Caleb Spare <cespare@gmail.com>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <shurcool@gmail.com>
test/run.go

index 6e1cde9390000aadc408ee58b52c5c7c139ad698..22cec9b992ae41c8f8ca8c719b9e1511f34f2ebe 100644 (file)
@@ -132,9 +132,6 @@ func main() {
                        failed = true
                }
                resCount[status]++
-               if status == "skip" && !*verbose && !*showSkips {
-                       continue
-               }
                dt := fmt.Sprintf("%.3fs", test.dt.Seconds())
                if status == "FAIL" {
                        fmt.Printf("# go run run.go -- %s\n%s\nFAIL\t%s\t%s\n",