]> Cypherpunks repositories - gostls13.git/commitdiff
remove a file from idempotency test so that the entire suite passes
authorRobert Griesemer <gri@golang.org>
Tue, 6 Oct 2009 02:32:10 +0000 (19:32 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 6 Oct 2009 02:32:10 +0000 (19:32 -0700)
R=rsc
DELTA=2  (0 added, 0 deleted, 2 changed)
OCL=35355
CL=35358

src/cmd/gofmt/test.sh

index 971408ab21174934c6a4d99498dd2b1f5543906f..79d1a34deb786a9e348c22353de5e45e52e974fb 100755 (executable)
@@ -34,9 +34,9 @@ apply1() {
        #   bug039.go | bug040.go
        # the following are not idempotent at the moment because of comment formatting:
        # TODO: restructure script so these files are only excluded from idempotency testing
-       comment.go | net.go | powser1.go | powser2.go | bug052.go | simpbool.go | "shift.go" | range.go | \
+       comment.go | net.go | powser1.go | powser2.go | bug052.go | simpbool.go | shift.go | range.go | \
        goyacc.go | godoc.go | rpc.go | struct.go | log.go | decimal.go | tabwriter.go | encoder.go | debug.go | \
-       elf.go | meteor-contest.go | elffmt.go | xml.go | \
+       elf.go | meteor-contest.go | elffmt.go | xml.go | read.go | \
        \
        test_errors.go | calc.go | method1.go | selftest1.go | func3.go | const2.go | \
        bug014.go | bug025.go | bug029.go | bug032.go | bug039.go | bug040.go | bug050.go |  bug068.go | \