Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(573)

Issue 8016047: code review 8016047: cmd/vet: fix assembly test files (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years ago by r
Modified:
11 years ago
Reviewers:
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

cmd/vet: fix assembly test files They should be build-tagged for vet_test not ignore, and not have a Go package clause.

Patch Set 1 #

Patch Set 2 : diff -r 6efdf4f2924b https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -9 lines) Patch
M src/cmd/vet/test_asm1.s View 1 chunk +1 line, -3 lines 0 comments Download
M src/cmd/vet/test_asm2.s View 1 chunk +1 line, -3 lines 0 comments Download
M src/cmd/vet/test_asm3.s View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 4
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years ago (2013-03-27 23:14:28 UTC) #1
bradfitz
LGTM I was going to complain that src/cmd/vet/vet_test.go wasn't failing when it found no input ...
11 years ago (2013-03-27 23:25:08 UTC) #2
r
There is no vet_test.go. To test vet, use make test because it needs to build ...
11 years ago (2013-03-27 23:26:16 UTC) #3
r
11 years ago (2013-03-27 23:29:14 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=d0b2aef77eeb ***

cmd/vet: fix assembly test files
They should be build-tagged for vet_test not ignore,
and not have a Go package clause.

R=golang-dev, bradfitz
CC=golang-dev
https://codereview.appspot.com/8016047
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b