Skip to content

Commit

Permalink
Delete the conformance test (#808)
Browse files Browse the repository at this point in the history
The conformance test is hard to run and heavily dependant on the exact
version of protoc installed on the developer's workstation.
Delete this from the v1 and leave conformance testing to v2,
which has infrastructure built for stricter control over dependencies.
  • Loading branch information
dsnet committed Feb 28, 2019
1 parent 9bfdcee commit b5d812f
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 2,159 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ test:
go test ./... ./protoc-gen-go/testdata
go test -tags purego ./... ./protoc-gen-go/testdata
go build ./protoc-gen-go/testdata/grpc/grpc.pb.go
make -C conformance test

clean:
go clean ./...
Expand Down
49 changes: 0 additions & 49 deletions conformance/Makefile

This file was deleted.

154 changes: 0 additions & 154 deletions conformance/conformance.go

This file was deleted.

4 changes: 0 additions & 4 deletions conformance/conformance.sh

This file was deleted.

61 changes: 0 additions & 61 deletions conformance/failure_list_go.txt

This file was deleted.

0 comments on commit b5d812f

Please sign in to comment.