aboutsummaryrefslogtreecommitdiffstats
path: root/go.sum
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2020-06-27 19:37:53 -0700
committerDan Willemsen <dwillemsen@google.com>2020-06-29 15:02:56 -0700
commit17da7996059f08407cc206e703ec88d4facf0dc8 (patch)
treee18ba26286bf62be039812a2aac915ff2c062d62 /go.sum
parent10cc982b563c19890872b73e6d8fb44aeda646ae (diff)
downloadplatform_build_kati-17da7996059f08407cc206e703ec88d4facf0dc8.tar.gz
platform_build_kati-17da7996059f08407cc206e703ec88d4facf0dc8.tar.bz2
platform_build_kati-17da7996059f08407cc206e703ec88d4facf0dc8.zip
Switch to a golang-based test runner
This adds a few features: * Parallel execution (and all other golang test runner features) * Colored diffs of output * Make and kati run in subdirs, all output is preserved * Full logs saved of raw and normalized output per-testcase * TODO(c/<testcase>) support to mark individual testcases as expected failures, instead of the full test. Removed support for the [go]kati serialization tests Change-Id: Id6be80a3168ccff3fa3a970fe089986f1aa066dd
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum14
1 files changed, 14 insertions, 0 deletions
diff --git a/go.sum b/go.sum
index e323037..d08941b 100644
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,16 @@
+github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
+github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
+github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
+github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
+github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
+github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
+github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
+github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
+github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
+github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
+gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
+gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
+gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
+gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=