From owner-svn-ports-head@freebsd.org Tue Oct 8 00:55:00 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 05EB413DA26; Tue, 8 Oct 2019 00:55:00 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46nJm36xG5z3HmB; Tue, 8 Oct 2019 00:54:59 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CDD291F056; Tue, 8 Oct 2019 00:54:59 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x980sxvd048901; Tue, 8 Oct 2019 00:54:59 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x980sxYU048899; Tue, 8 Oct 2019 00:54:59 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <201910080054.x980sxYU048899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Tue, 8 Oct 2019 00:54:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514016 - head/lang/go14 X-SVN-Group: ports-head X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: head/lang/go14 X-SVN-Commit-Revision: 514016 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2019 00:55:00 -0000 Author: dmgk Date: Tue Oct 8 00:54:59 2019 New Revision: 514016 URL: https://svnweb.freebsd.org/changeset/ports/514016 Log: lang/go14: Don't install doc and test files Currently, lang/go14 installs about 1,400-ish doc and test files. The only role of go14 is to build lang/go, and those files have no role in that. PR: 239857 Approved by: jlaffaye (maintainer timeout, >1 month), tz (mentor) Differential Revision: https://reviews.freebsd.org/D21879 Modified: head/lang/go14/Makefile head/lang/go14/pkg-plist Modified: head/lang/go14/Makefile ============================================================================== --- head/lang/go14/Makefile Tue Oct 8 00:52:53 2019 (r514015) +++ head/lang/go14/Makefile Tue Oct 8 00:54:59 2019 (r514016) @@ -2,7 +2,7 @@ PORTNAME= go14 PORTVERSION= 1.4.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MASTER_SITES= https://dl.google.com/go/ DISTNAME= go1.4-bootstrap-20171003 @@ -50,12 +50,18 @@ do-build: GO386=387 \ CGO_ENABLED=0 \ ${SH} make.bash - ${RM} ${WRKSRC}/.[a-z]* ${WRKSRC}/favicon.ico ${WRKSRC}/robots.txt - ${RM} -r ${WRKSRC}/lib/codereview ${WRKSRC}/misc \ - ${WRKSRC}/pkg/obj ${WRKSRC}/pkg/${OPSYS:tl}_${GOARCH}/cmd do-install: - @${CP} -a ${WRKSRC} ${STAGEDIR}${PREFIX}/go14 + @${MKDIR} ${STAGEDIR}${PREFIX}/go14 + ( cd ${WRKSRC} ; \ + ${COPYTREE_BIN} "bin pkg/tool" ${STAGEDIR}${PREFIX}/go14 ; \ + ${RM} -r pkg/${OPSYS:tl}_${GOARCH}/cmd ; \ + ${COPYTREE_SHARE} " \ + [A-Z]* \ + include \ + pkg/${OPSYS:tl}_${GOARCH} \ + src" \ + ${STAGEDIR}${PREFIX}/go14 ) do-test: cd ${WRKSRC}/src && GOROOT=${WRKSRC} PATH=${WRKSRC}/bin:${PATH} ${SH} run.bash --no-rebuild --banner Modified: head/lang/go14/pkg-plist ============================================================================== --- head/lang/go14/pkg-plist Tue Oct 8 00:52:53 2019 (r514015) +++ head/lang/go14/pkg-plist Tue Oct 8 00:54:59 2019 (r514016) @@ -4,168 +4,8 @@ go14/LICENSE go14/PATENTS go14/README go14/VERSION -go14/api/README -go14/api/except.txt -go14/api/go1.1.txt -go14/api/go1.2.txt -go14/api/go1.3.txt -go14/api/go1.4.txt -go14/api/go1.txt -go14/api/next.txt go14/bin/go go14/bin/gofmt -go14/doc/articles/go_command.html -go14/doc/articles/index.html -go14/doc/articles/race_detector.html -go14/doc/articles/wiki/edit.html -go14/doc/articles/wiki/final-noclosure.go -go14/doc/articles/wiki/final-noerror.go -go14/doc/articles/wiki/final-parsetemplate.go -go14/doc/articles/wiki/final-template.go -go14/doc/articles/wiki/final.go -go14/doc/articles/wiki/get.go -go14/doc/articles/wiki/http-sample.go -go14/doc/articles/wiki/index.html -go14/doc/articles/wiki/notemplate.go -go14/doc/articles/wiki/part1-noerror.go -go14/doc/articles/wiki/part1.go -go14/doc/articles/wiki/part2.go -go14/doc/articles/wiki/part3-errorhandling.go -go14/doc/articles/wiki/part3.go -go14/doc/articles/wiki/test.bash -go14/doc/articles/wiki/test_Test.txt.good -go14/doc/articles/wiki/test_edit.good -go14/doc/articles/wiki/test_view.good -go14/doc/articles/wiki/view.html -go14/doc/asm.html -go14/doc/cmd.html -go14/doc/code.html -go14/doc/codewalk/codewalk.css -go14/doc/codewalk/codewalk.js -go14/doc/codewalk/codewalk.xml -go14/doc/codewalk/functions.xml -go14/doc/codewalk/markov.go -go14/doc/codewalk/markov.xml -go14/doc/codewalk/pig.go -go14/doc/codewalk/popout.png -go14/doc/codewalk/run -go14/doc/codewalk/sharemem.xml -go14/doc/codewalk/urlpoll.go -go14/doc/contrib.html -go14/doc/contribute.html -go14/doc/debugging_with_gdb.html -go14/doc/devel/release.html -go14/doc/devel/weekly.html -go14/doc/docs.html -go14/doc/effective_go.html -go14/doc/gccgo_contribute.html -go14/doc/gccgo_install.html -go14/doc/go-logo-black.png -go14/doc/go-logo-blue.png -go14/doc/go-logo-white.png -go14/doc/go1.1.html -go14/doc/go1.2.html -go14/doc/go1.3.html -go14/doc/go1.4.html -go14/doc/go1.html -go14/doc/go1compat.html -go14/doc/go_faq.html -go14/doc/go_mem.html -go14/doc/go_spec.html -go14/doc/gopher/README -go14/doc/gopher/appenginegopher.jpg -go14/doc/gopher/appenginegophercolor.jpg -go14/doc/gopher/appenginelogo.gif -go14/doc/gopher/biplane.jpg -go14/doc/gopher/bumper.png -go14/doc/gopher/bumper192x108.png -go14/doc/gopher/bumper320x180.png -go14/doc/gopher/bumper480x270.png -go14/doc/gopher/bumper640x360.png -go14/doc/gopher/doc.png -go14/doc/gopher/fiveyears.jpg -go14/doc/gopher/frontpage.png -go14/doc/gopher/gopherbw.png -go14/doc/gopher/gophercolor.png -go14/doc/gopher/gophercolor16x16.png -go14/doc/gopher/help.png -go14/doc/gopher/pencil/gopherhat.jpg -go14/doc/gopher/pencil/gopherhelmet.jpg -go14/doc/gopher/pencil/gophermega.jpg -go14/doc/gopher/pencil/gopherrunning.jpg -go14/doc/gopher/pencil/gopherswim.jpg -go14/doc/gopher/pencil/gopherswrench.jpg -go14/doc/gopher/pkg.png -go14/doc/gopher/project.png -go14/doc/gopher/ref.png -go14/doc/gopher/run.png -go14/doc/gopher/talks.png -go14/doc/help.html -go14/doc/ie.css -go14/doc/install-source.html -go14/doc/install.html -go14/doc/logo-153x55.png -go14/doc/play/fib.go -go14/doc/play/hello.go -go14/doc/play/life.go -go14/doc/play/peano.go -go14/doc/play/pi.go -go14/doc/play/sieve.go -go14/doc/play/solitaire.go -go14/doc/play/tree.go -go14/doc/progs/cgo1.go -go14/doc/progs/cgo2.go -go14/doc/progs/cgo3.go -go14/doc/progs/cgo4.go -go14/doc/progs/defer.go -go14/doc/progs/defer.out -go14/doc/progs/defer2.go -go14/doc/progs/defer2.out -go14/doc/progs/eff_bytesize.go -go14/doc/progs/eff_bytesize.out -go14/doc/progs/eff_qr.go -go14/doc/progs/eff_sequence.go -go14/doc/progs/eff_sequence.out -go14/doc/progs/eff_unused1.go -go14/doc/progs/eff_unused2.go -go14/doc/progs/error.go -go14/doc/progs/error2.go -go14/doc/progs/error3.go -go14/doc/progs/error4.go -go14/doc/progs/go1.go -go14/doc/progs/gobs1.go -go14/doc/progs/gobs2.go -go14/doc/progs/image_draw.go -go14/doc/progs/image_package1.go -go14/doc/progs/image_package1.out -go14/doc/progs/image_package2.go -go14/doc/progs/image_package2.out -go14/doc/progs/image_package3.go -go14/doc/progs/image_package3.out -go14/doc/progs/image_package4.go -go14/doc/progs/image_package4.out -go14/doc/progs/image_package5.go -go14/doc/progs/image_package5.out -go14/doc/progs/image_package6.go -go14/doc/progs/image_package6.out -go14/doc/progs/interface.go -go14/doc/progs/interface2.go -go14/doc/progs/interface2.out -go14/doc/progs/json1.go -go14/doc/progs/json2.go -go14/doc/progs/json2.out -go14/doc/progs/json3.go -go14/doc/progs/json4.go -go14/doc/progs/json5.go -go14/doc/progs/run -go14/doc/progs/slices.go -go14/doc/progs/timeout1.go -go14/doc/progs/timeout2.go -go14/doc/progs/update.bash -go14/doc/root.html -go14/doc/share.png -go14/doc/sieve.gif -go14/doc/tos.html go14/include/README go14/include/ar.h go14/include/bio.h @@ -185,9 +25,6 @@ go14/include/plan9/stdarg.h go14/include/plan9/utf.h go14/include/u.h go14/include/utf.h -go14/lib/time/README -go14/lib/time/update.bash -go14/lib/time/zoneinfo.zip go14/pkg/freebsd_%%ARCH%%/archive/tar.a go14/pkg/freebsd_%%ARCH%%/archive/zip.a go14/pkg/freebsd_%%ARCH%%/bufio.a @@ -3098,1258 +2935,3 @@ go14/src/unicode/utf8/example_test.go go14/src/unicode/utf8/utf8.go go14/src/unicode/utf8/utf8_test.go go14/src/unsafe/unsafe.go -go14/test/235.go -go14/test/64bit.go -go14/test/alias.go -go14/test/alias1.go -go14/test/append.go -go14/test/args.go -go14/test/assign.go -go14/test/assign1.go -go14/test/bench/garbage/Makefile -go14/test/bench/garbage/parser.go -go14/test/bench/garbage/peano.go -go14/test/bench/garbage/stats.go -go14/test/bench/garbage/tree.go -go14/test/bench/garbage/tree2.go -go14/test/bench/go1/binarytree_test.go -go14/test/bench/go1/fannkuch_test.go -go14/test/bench/go1/fasta_test.go -go14/test/bench/go1/fmt_test.go -go14/test/bench/go1/gob_test.go -go14/test/bench/go1/gzip_test.go -go14/test/bench/go1/http_test.go -go14/test/bench/go1/json_test.go -go14/test/bench/go1/jsondata_test.go -go14/test/bench/go1/mandel_test.go -go14/test/bench/go1/parser_test.go -go14/test/bench/go1/parserdata_test.go -go14/test/bench/go1/regexp_test.go -go14/test/bench/go1/revcomp_test.go -go14/test/bench/go1/template_test.go -go14/test/bench/go1/time_test.go -go14/test/bench/shootout/binary-tree-freelist.go -go14/test/bench/shootout/binary-tree-freelist.txt -go14/test/bench/shootout/binary-tree.c -go14/test/bench/shootout/binary-tree.go -go14/test/bench/shootout/binary-tree.txt -go14/test/bench/shootout/chameneosredux.c -go14/test/bench/shootout/chameneosredux.go -go14/test/bench/shootout/chameneosredux.txt -go14/test/bench/shootout/fannkuch-parallel.go -go14/test/bench/shootout/fannkuch-parallel.txt -go14/test/bench/shootout/fannkuch.c -go14/test/bench/shootout/fannkuch.go -go14/test/bench/shootout/fannkuch.txt -go14/test/bench/shootout/fasta-1000.out -go14/test/bench/shootout/fasta.c -go14/test/bench/shootout/fasta.go -go14/test/bench/shootout/fasta.txt -go14/test/bench/shootout/k-nucleotide-parallel.go -go14/test/bench/shootout/k-nucleotide-parallel.txt -go14/test/bench/shootout/k-nucleotide.c -go14/test/bench/shootout/k-nucleotide.go -go14/test/bench/shootout/k-nucleotide.txt -go14/test/bench/shootout/mandelbrot.c -go14/test/bench/shootout/mandelbrot.go -go14/test/bench/shootout/mandelbrot.txt -go14/test/bench/shootout/meteor-contest.c -go14/test/bench/shootout/meteor-contest.go -go14/test/bench/shootout/meteor-contest.txt -go14/test/bench/shootout/nbody.c -go14/test/bench/shootout/nbody.go -go14/test/bench/shootout/nbody.txt -go14/test/bench/shootout/pidigits.c -go14/test/bench/shootout/pidigits.go -go14/test/bench/shootout/pidigits.txt -go14/test/bench/shootout/regex-dna-parallel.go -go14/test/bench/shootout/regex-dna-parallel.txt -go14/test/bench/shootout/regex-dna.c -go14/test/bench/shootout/regex-dna.go -go14/test/bench/shootout/regex-dna.txt -go14/test/bench/shootout/reverse-complement.c -go14/test/bench/shootout/reverse-complement.go -go14/test/bench/shootout/reverse-complement.txt -go14/test/bench/shootout/spectral-norm-parallel.go -go14/test/bench/shootout/spectral-norm.c -go14/test/bench/shootout/spectral-norm.go -go14/test/bench/shootout/spectral-norm.txt -go14/test/bench/shootout/threadring.c -go14/test/bench/shootout/threadring.go -go14/test/bench/shootout/threadring.txt -go14/test/bench/shootout/timing.log -go14/test/bench/shootout/timing.sh -go14/test/bigalg.go -go14/test/bigmap.go -go14/test/blank.go -go14/test/blank1.go -go14/test/bom.go -go14/test/bombad.go -go14/test/bounds.go -go14/test/bugs/bug395.go -go14/test/bugs/placeholder -go14/test/chan/doubleselect.go -go14/test/chan/fifo.go -go14/test/chan/goroutines.go -go14/test/chan/nonblock.go -go14/test/chan/perm.go -go14/test/chan/powser1.go -go14/test/chan/powser2.go -go14/test/chan/select.go -go14/test/chan/select2.go -go14/test/chan/select3.go -go14/test/chan/select4.go -go14/test/chan/select5.go -go14/test/chan/select6.go -go14/test/chan/select7.go -go14/test/chan/sendstmt.go -go14/test/chan/sieve1.go -go14/test/chan/sieve2.go -go14/test/chan/zerosize.go -go14/test/chancap.go -go14/test/char_lit.go -go14/test/char_lit1.go -go14/test/closedchan.go -go14/test/closure.go -go14/test/cmp.go -go14/test/cmp6.go -go14/test/cmplx.go -go14/test/cmplxdivide.c -go14/test/cmplxdivide.go -go14/test/cmplxdivide1.go -go14/test/complit.go -go14/test/complit1.go -go14/test/compos.go -go14/test/const.go -go14/test/const1.go -go14/test/const2.go -go14/test/const3.go -go14/test/const4.go -go14/test/const5.go -go14/test/const6.go -go14/test/convT2X.go -go14/test/convert.go -go14/test/convert1.go -go14/test/convert3.go -go14/test/convlit.go -go14/test/convlit1.go -go14/test/copy.go -go14/test/crlf.go -go14/test/ddd.go -go14/test/ddd1.go -go14/test/ddd2.dir/ddd2.go -go14/test/ddd2.dir/ddd3.go -go14/test/ddd2.go -go14/test/decl.go -go14/test/declbad.go -go14/test/defer.go -go14/test/deferfin.go -go14/test/deferprint.go -go14/test/deferprint.out -go14/test/divide.go -go14/test/divmod.go -go14/test/dwarf/dwarf.dir/main.go -go14/test/dwarf/dwarf.dir/z1.go -go14/test/dwarf/dwarf.dir/z10.go -go14/test/dwarf/dwarf.dir/z11.go -go14/test/dwarf/dwarf.dir/z12.go -go14/test/dwarf/dwarf.dir/z13.go -go14/test/dwarf/dwarf.dir/z14.go -go14/test/dwarf/dwarf.dir/z15.go -go14/test/dwarf/dwarf.dir/z16.go -go14/test/dwarf/dwarf.dir/z17.go -go14/test/dwarf/dwarf.dir/z18.go -go14/test/dwarf/dwarf.dir/z19.go -go14/test/dwarf/dwarf.dir/z2.go -go14/test/dwarf/dwarf.dir/z20.go -go14/test/dwarf/dwarf.dir/z3.go -go14/test/dwarf/dwarf.dir/z4.go -go14/test/dwarf/dwarf.dir/z5.go -go14/test/dwarf/dwarf.dir/z6.go -go14/test/dwarf/dwarf.dir/z7.go -go14/test/dwarf/dwarf.dir/z8.go -go14/test/dwarf/dwarf.dir/z9.go -go14/test/dwarf/dwarf.go -go14/test/dwarf/linedirectives.go -go14/test/empty.go -go14/test/env.go -go14/test/eof.go -go14/test/eof1.go -go14/test/errchk -go14/test/escape.go -go14/test/escape2.go -go14/test/escape2n.go -go14/test/escape3.go -go14/test/escape4.go -go14/test/escape5.go -go14/test/fixedbugs/bug000.go -go14/test/fixedbugs/bug002.go -go14/test/fixedbugs/bug003.go -go14/test/fixedbugs/bug004.go -go14/test/fixedbugs/bug005.go -go14/test/fixedbugs/bug006.go -go14/test/fixedbugs/bug007.go -go14/test/fixedbugs/bug008.go -go14/test/fixedbugs/bug009.go -go14/test/fixedbugs/bug010.go -go14/test/fixedbugs/bug011.go -go14/test/fixedbugs/bug012.go -go14/test/fixedbugs/bug013.go -go14/test/fixedbugs/bug014.go -go14/test/fixedbugs/bug015.go -go14/test/fixedbugs/bug016.go -go14/test/fixedbugs/bug017.go -go14/test/fixedbugs/bug020.go -go14/test/fixedbugs/bug021.go -go14/test/fixedbugs/bug022.go -go14/test/fixedbugs/bug023.go -go14/test/fixedbugs/bug024.go -go14/test/fixedbugs/bug026.go -go14/test/fixedbugs/bug027.go -go14/test/fixedbugs/bug028.go -go14/test/fixedbugs/bug030.go -go14/test/fixedbugs/bug031.go -go14/test/fixedbugs/bug035.go -go14/test/fixedbugs/bug037.go -go14/test/fixedbugs/bug039.go -go14/test/fixedbugs/bug040.go -go14/test/fixedbugs/bug045.go -go14/test/fixedbugs/bug046.go -go14/test/fixedbugs/bug047.go -go14/test/fixedbugs/bug048.go -go14/test/fixedbugs/bug049.go -go14/test/fixedbugs/bug050.go -go14/test/fixedbugs/bug051.go -go14/test/fixedbugs/bug052.go -go14/test/fixedbugs/bug053.go -go14/test/fixedbugs/bug054.go -go14/test/fixedbugs/bug055.go -go14/test/fixedbugs/bug056.go -go14/test/fixedbugs/bug057.go -go14/test/fixedbugs/bug058.go -go14/test/fixedbugs/bug059.go -go14/test/fixedbugs/bug060.go -go14/test/fixedbugs/bug061.go -go14/test/fixedbugs/bug062.go -go14/test/fixedbugs/bug063.go -go14/test/fixedbugs/bug064.go -go14/test/fixedbugs/bug065.go -go14/test/fixedbugs/bug066.go -go14/test/fixedbugs/bug067.go -go14/test/fixedbugs/bug068.go -go14/test/fixedbugs/bug069.go -go14/test/fixedbugs/bug070.go -go14/test/fixedbugs/bug071.go -go14/test/fixedbugs/bug072.go -go14/test/fixedbugs/bug073.go -go14/test/fixedbugs/bug074.go -go14/test/fixedbugs/bug075.go -go14/test/fixedbugs/bug076.go -go14/test/fixedbugs/bug077.go -go14/test/fixedbugs/bug078.go -go14/test/fixedbugs/bug080.go -go14/test/fixedbugs/bug081.go -go14/test/fixedbugs/bug082.go -go14/test/fixedbugs/bug083.dir/bug0.go -go14/test/fixedbugs/bug083.dir/bug1.go -go14/test/fixedbugs/bug083.go -go14/test/fixedbugs/bug084.go -go14/test/fixedbugs/bug085.go -go14/test/fixedbugs/bug086.go -go14/test/fixedbugs/bug087.go -go14/test/fixedbugs/bug088.dir/bug0.go -go14/test/fixedbugs/bug088.dir/bug1.go -go14/test/fixedbugs/bug088.go -go14/test/fixedbugs/bug089.go -go14/test/fixedbugs/bug090.go -go14/test/fixedbugs/bug091.go -go14/test/fixedbugs/bug092.go -go14/test/fixedbugs/bug093.go -go14/test/fixedbugs/bug094.go -go14/test/fixedbugs/bug096.go -go14/test/fixedbugs/bug097.go -go14/test/fixedbugs/bug098.go -go14/test/fixedbugs/bug099.go -go14/test/fixedbugs/bug101.go -go14/test/fixedbugs/bug102.go -go14/test/fixedbugs/bug103.go -go14/test/fixedbugs/bug104.go -go14/test/fixedbugs/bug106.dir/bug0.go -go14/test/fixedbugs/bug106.dir/bug1.go -go14/test/fixedbugs/bug106.go -go14/test/fixedbugs/bug107.go -go14/test/fixedbugs/bug108.go -go14/test/fixedbugs/bug109.go -go14/test/fixedbugs/bug110.go -go14/test/fixedbugs/bug111.go -go14/test/fixedbugs/bug112.go -go14/test/fixedbugs/bug113.go -go14/test/fixedbugs/bug114.go -go14/test/fixedbugs/bug115.go -go14/test/fixedbugs/bug116.go -go14/test/fixedbugs/bug117.go -go14/test/fixedbugs/bug118.go -go14/test/fixedbugs/bug119.go -go14/test/fixedbugs/bug120.go -go14/test/fixedbugs/bug121.go -go14/test/fixedbugs/bug122.go -go14/test/fixedbugs/bug123.go -go14/test/fixedbugs/bug126.go -go14/test/fixedbugs/bug127.go -go14/test/fixedbugs/bug128.go -go14/test/fixedbugs/bug129.go -go14/test/fixedbugs/bug130.go -go14/test/fixedbugs/bug131.go -go14/test/fixedbugs/bug132.go -go14/test/fixedbugs/bug133.dir/bug0.go -go14/test/fixedbugs/bug133.dir/bug1.go -go14/test/fixedbugs/bug133.dir/bug2.go -go14/test/fixedbugs/bug133.go -go14/test/fixedbugs/bug135.go -go14/test/fixedbugs/bug136.go -go14/test/fixedbugs/bug137.go -go14/test/fixedbugs/bug139.go -go14/test/fixedbugs/bug140.go -go14/test/fixedbugs/bug141.go -go14/test/fixedbugs/bug142.go -go14/test/fixedbugs/bug143.go -go14/test/fixedbugs/bug144.go -go14/test/fixedbugs/bug145.go -go14/test/fixedbugs/bug146.go -go14/test/fixedbugs/bug147.go -go14/test/fixedbugs/bug148.go -go14/test/fixedbugs/bug149.go -go14/test/fixedbugs/bug150.go -go14/test/fixedbugs/bug151.go -go14/test/fixedbugs/bug1515.go -go14/test/fixedbugs/bug152.go -go14/test/fixedbugs/bug154.go -go14/test/fixedbugs/bug155.go -go14/test/fixedbugs/bug156.go -go14/test/fixedbugs/bug157.go -go14/test/fixedbugs/bug158.go -go14/test/fixedbugs/bug159.go -go14/test/fixedbugs/bug160.dir/x.go -go14/test/fixedbugs/bug160.dir/y.go -go14/test/fixedbugs/bug160.go -go14/test/fixedbugs/bug161.go -go14/test/fixedbugs/bug163.go -go14/test/fixedbugs/bug164.go -go14/test/fixedbugs/bug165.go -go14/test/fixedbugs/bug167.go -go14/test/fixedbugs/bug168.go -go14/test/fixedbugs/bug169.go -go14/test/fixedbugs/bug170.go -go14/test/fixedbugs/bug171.go -go14/test/fixedbugs/bug172.go -go14/test/fixedbugs/bug173.go -go14/test/fixedbugs/bug174.go -go14/test/fixedbugs/bug175.go -go14/test/fixedbugs/bug176.go -go14/test/fixedbugs/bug177.go -go14/test/fixedbugs/bug178.go -go14/test/fixedbugs/bug179.go -go14/test/fixedbugs/bug180.go -go14/test/fixedbugs/bug181.go -go14/test/fixedbugs/bug182.go -go14/test/fixedbugs/bug183.go -go14/test/fixedbugs/bug184.go -go14/test/fixedbugs/bug185.go -go14/test/fixedbugs/bug186.go -go14/test/fixedbugs/bug187.go -go14/test/fixedbugs/bug188.go -go14/test/fixedbugs/bug189.go -go14/test/fixedbugs/bug190.go -go14/test/fixedbugs/bug191.dir/a.go -go14/test/fixedbugs/bug191.dir/b.go -go14/test/fixedbugs/bug191.dir/main.go -go14/test/fixedbugs/bug191.go -go14/test/fixedbugs/bug192.go -go14/test/fixedbugs/bug193.go -go14/test/fixedbugs/bug194.go -go14/test/fixedbugs/bug195.go -go14/test/fixedbugs/bug196.go -go14/test/fixedbugs/bug197.go -go14/test/fixedbugs/bug198.go -go14/test/fixedbugs/bug199.go -go14/test/fixedbugs/bug200.go -go14/test/fixedbugs/bug201.go -go14/test/fixedbugs/bug202.go -go14/test/fixedbugs/bug203.go -go14/test/fixedbugs/bug204.go -go14/test/fixedbugs/bug205.go -go14/test/fixedbugs/bug206.go -go14/test/fixedbugs/bug206.out -go14/test/fixedbugs/bug207.go -go14/test/fixedbugs/bug208.go -go14/test/fixedbugs/bug209.go -go14/test/fixedbugs/bug211.go -go14/test/fixedbugs/bug212.go -go14/test/fixedbugs/bug213.go -go14/test/fixedbugs/bug214.go -go14/test/fixedbugs/bug215.go -go14/test/fixedbugs/bug216.go -go14/test/fixedbugs/bug217.go -go14/test/fixedbugs/bug218.go -go14/test/fixedbugs/bug219.go -go14/test/fixedbugs/bug221.go -go14/test/fixedbugs/bug222.dir/chanbug.go -go14/test/fixedbugs/bug222.dir/chanbug2.go -go14/test/fixedbugs/bug222.go -go14/test/fixedbugs/bug223.go -go14/test/fixedbugs/bug224.go -go14/test/fixedbugs/bug225.go -go14/test/fixedbugs/bug227.go -go14/test/fixedbugs/bug228.go -go14/test/fixedbugs/bug229.go -go14/test/fixedbugs/bug230.go -go14/test/fixedbugs/bug231.go -go14/test/fixedbugs/bug232.go -go14/test/fixedbugs/bug233.go -go14/test/fixedbugs/bug234.go -go14/test/fixedbugs/bug235.go -go14/test/fixedbugs/bug236.go -go14/test/fixedbugs/bug237.go -go14/test/fixedbugs/bug238.go -go14/test/fixedbugs/bug239.go -go14/test/fixedbugs/bug240.go -go14/test/fixedbugs/bug241.go -go14/test/fixedbugs/bug242.go -go14/test/fixedbugs/bug243.go -go14/test/fixedbugs/bug244.go -go14/test/fixedbugs/bug245.go -go14/test/fixedbugs/bug246.go -go14/test/fixedbugs/bug247.go -go14/test/fixedbugs/bug248.dir/bug0.go -go14/test/fixedbugs/bug248.dir/bug1.go -go14/test/fixedbugs/bug248.dir/bug2.go -go14/test/fixedbugs/bug248.dir/bug3.go -go14/test/fixedbugs/bug248.go -go14/test/fixedbugs/bug249.go -go14/test/fixedbugs/bug250.go -go14/test/fixedbugs/bug251.go -go14/test/fixedbugs/bug252.go -go14/test/fixedbugs/bug253.go -go14/test/fixedbugs/bug254.go -go14/test/fixedbugs/bug255.go -go14/test/fixedbugs/bug256.go -go14/test/fixedbugs/bug257.go -go14/test/fixedbugs/bug258.go -go14/test/fixedbugs/bug259.go -go14/test/fixedbugs/bug260.go -go14/test/fixedbugs/bug261.go -go14/test/fixedbugs/bug262.go -go14/test/fixedbugs/bug263.go -go14/test/fixedbugs/bug264.go -go14/test/fixedbugs/bug265.go -go14/test/fixedbugs/bug266.go -go14/test/fixedbugs/bug267.go -go14/test/fixedbugs/bug269.go -go14/test/fixedbugs/bug271.go -go14/test/fixedbugs/bug272.go -go14/test/fixedbugs/bug273.go -go14/test/fixedbugs/bug274.go -go14/test/fixedbugs/bug275.go -go14/test/fixedbugs/bug276.go -go14/test/fixedbugs/bug277.go -go14/test/fixedbugs/bug278.go -go14/test/fixedbugs/bug279.go -go14/test/fixedbugs/bug280.go -go14/test/fixedbugs/bug281.go -go14/test/fixedbugs/bug282.dir/p1.go -go14/test/fixedbugs/bug282.dir/p2.go -go14/test/fixedbugs/bug282.go -go14/test/fixedbugs/bug283.go -go14/test/fixedbugs/bug284.go -go14/test/fixedbugs/bug285.go -go14/test/fixedbugs/bug286.go -go14/test/fixedbugs/bug287.go -go14/test/fixedbugs/bug288.go -go14/test/fixedbugs/bug289.go -go14/test/fixedbugs/bug290.go -go14/test/fixedbugs/bug291.go -go14/test/fixedbugs/bug292.go -go14/test/fixedbugs/bug293.go -go14/test/fixedbugs/bug294.go -go14/test/fixedbugs/bug295.go -go14/test/fixedbugs/bug296.go -go14/test/fixedbugs/bug297.go -go14/test/fixedbugs/bug298.go -go14/test/fixedbugs/bug299.go -go14/test/fixedbugs/bug300.go -go14/test/fixedbugs/bug301.go -go14/test/fixedbugs/bug302.dir/main.go -go14/test/fixedbugs/bug302.dir/p.go -go14/test/fixedbugs/bug302.go -go14/test/fixedbugs/bug303.go -go14/test/fixedbugs/bug304.go -go14/test/fixedbugs/bug305.go -go14/test/fixedbugs/bug306.dir/p1.go -go14/test/fixedbugs/bug306.dir/p2.go -go14/test/fixedbugs/bug306.go -go14/test/fixedbugs/bug307.go -go14/test/fixedbugs/bug308.go -go14/test/fixedbugs/bug309.go -go14/test/fixedbugs/bug311.go -go14/test/fixedbugs/bug312.go -go14/test/fixedbugs/bug313.dir/a.go -go14/test/fixedbugs/bug313.dir/b.go -go14/test/fixedbugs/bug313.go -go14/test/fixedbugs/bug314.go -go14/test/fixedbugs/bug315.go -go14/test/fixedbugs/bug316.go -go14/test/fixedbugs/bug317.go -go14/test/fixedbugs/bug318.go -go14/test/fixedbugs/bug319.go -go14/test/fixedbugs/bug320.go -go14/test/fixedbugs/bug321.go -go14/test/fixedbugs/bug322.dir/lib.go -go14/test/fixedbugs/bug322.dir/main.go -go14/test/fixedbugs/bug322.go -go14/test/fixedbugs/bug323.go -go14/test/fixedbugs/bug324.dir/p.go -go14/test/fixedbugs/bug324.dir/prog.go -go14/test/fixedbugs/bug324.go -go14/test/fixedbugs/bug325.go -go14/test/fixedbugs/bug326.go -go14/test/fixedbugs/bug327.go -go14/test/fixedbugs/bug328.go -go14/test/fixedbugs/bug328.out -go14/test/fixedbugs/bug329.go -go14/test/fixedbugs/bug330.go -go14/test/fixedbugs/bug331.go -go14/test/fixedbugs/bug332.go -go14/test/fixedbugs/bug333.go -go14/test/fixedbugs/bug334.go -go14/test/fixedbugs/bug335.dir/a.go -go14/test/fixedbugs/bug335.dir/b.go -go14/test/fixedbugs/bug335.go -go14/test/fixedbugs/bug336.go -go14/test/fixedbugs/bug337.go -go14/test/fixedbugs/bug338.go -go14/test/fixedbugs/bug339.go -go14/test/fixedbugs/bug340.go -go14/test/fixedbugs/bug341.go -go14/test/fixedbugs/bug342.go -go14/test/fixedbugs/bug343.go -go14/test/fixedbugs/bug344.go -go14/test/fixedbugs/bug345.dir/io.go -go14/test/fixedbugs/bug345.dir/main.go -go14/test/fixedbugs/bug345.go -go14/test/fixedbugs/bug346.go -go14/test/fixedbugs/bug347.go -go14/test/fixedbugs/bug348.go -go14/test/fixedbugs/bug349.go -go14/test/fixedbugs/bug350.go -go14/test/fixedbugs/bug351.go -go14/test/fixedbugs/bug352.go -go14/test/fixedbugs/bug353.go -go14/test/fixedbugs/bug354.go -go14/test/fixedbugs/bug355.go -go14/test/fixedbugs/bug356.go -go14/test/fixedbugs/bug357.go -go14/test/fixedbugs/bug358.go -go14/test/fixedbugs/bug361.go -go14/test/fixedbugs/bug362.go -go14/test/fixedbugs/bug363.go -go14/test/fixedbugs/bug364.go -go14/test/fixedbugs/bug365.go -go14/test/fixedbugs/bug366.go -go14/test/fixedbugs/bug367.dir/p.go -go14/test/fixedbugs/bug367.dir/prog.go -go14/test/fixedbugs/bug367.go -go14/test/fixedbugs/bug368.go -go14/test/fixedbugs/bug369.dir/pkg.go -go14/test/fixedbugs/bug369.go -go14/test/fixedbugs/bug370.go -go14/test/fixedbugs/bug371.go -go14/test/fixedbugs/bug372.go -go14/test/fixedbugs/bug373.go -go14/test/fixedbugs/bug374.go -go14/test/fixedbugs/bug375.go -go14/test/fixedbugs/bug376.go -go14/test/fixedbugs/bug377.dir/one.go -go14/test/fixedbugs/bug377.dir/two.go -go14/test/fixedbugs/bug377.go -go14/test/fixedbugs/bug378.go -go14/test/fixedbugs/bug379.go -go14/test/fixedbugs/bug380.go -go14/test/fixedbugs/bug381.go -go14/test/fixedbugs/bug382.dir/pkg.go -go14/test/fixedbugs/bug382.dir/prog.go -go14/test/fixedbugs/bug382.go -go14/test/fixedbugs/bug383.go -go14/test/fixedbugs/bug384.go -go14/test/fixedbugs/bug385_32.go -go14/test/fixedbugs/bug385_64.go -go14/test/fixedbugs/bug386.go -go14/test/fixedbugs/bug387.go -go14/test/fixedbugs/bug388.go -go14/test/fixedbugs/bug389.go -go14/test/fixedbugs/bug390.go -go14/test/fixedbugs/bug391.go -go14/test/fixedbugs/bug392.dir/one.go -go14/test/fixedbugs/bug392.dir/pkg2.go -go14/test/fixedbugs/bug392.dir/pkg3.go -go14/test/fixedbugs/bug392.go -go14/test/fixedbugs/bug393.go -go14/test/fixedbugs/bug394.go -go14/test/fixedbugs/bug396.dir/one.go -go14/test/fixedbugs/bug396.dir/two.go -go14/test/fixedbugs/bug396.go -go14/test/fixedbugs/bug397.go -go14/test/fixedbugs/bug398.go -go14/test/fixedbugs/bug399.go -go14/test/fixedbugs/bug401.go -go14/test/fixedbugs/bug402.go -go14/test/fixedbugs/bug403.go -go14/test/fixedbugs/bug404.dir/one.go -go14/test/fixedbugs/bug404.dir/two.go -go14/test/fixedbugs/bug404.go -go14/test/fixedbugs/bug405.go -go14/test/fixedbugs/bug406.go -go14/test/fixedbugs/bug407.dir/one.go -go14/test/fixedbugs/bug407.dir/two.go -go14/test/fixedbugs/bug407.go -go14/test/fixedbugs/bug409.go -go14/test/fixedbugs/bug409.out -go14/test/fixedbugs/bug410.go -go14/test/fixedbugs/bug411.go -go14/test/fixedbugs/bug412.go -go14/test/fixedbugs/bug413.go -go14/test/fixedbugs/bug414.dir/p1.go -go14/test/fixedbugs/bug414.dir/prog.go -go14/test/fixedbugs/bug414.go -go14/test/fixedbugs/bug415.dir/p.go -go14/test/fixedbugs/bug415.dir/prog.go -go14/test/fixedbugs/bug415.go -go14/test/fixedbugs/bug416.go -go14/test/fixedbugs/bug417.go -go14/test/fixedbugs/bug418.go -go14/test/fixedbugs/bug419.go -go14/test/fixedbugs/bug420.go -go14/test/fixedbugs/bug421.go -go14/test/fixedbugs/bug422.go -go14/test/fixedbugs/bug423.go -go14/test/fixedbugs/bug424.dir/lib.go -go14/test/fixedbugs/bug424.dir/main.go -go14/test/fixedbugs/bug424.go -go14/test/fixedbugs/bug425.go -go14/test/fixedbugs/bug426.go -go14/test/fixedbugs/bug427.go -go14/test/fixedbugs/bug428.go -go14/test/fixedbugs/bug429.go -go14/test/fixedbugs/bug430.go -go14/test/fixedbugs/bug431.go -go14/test/fixedbugs/bug432.go -go14/test/fixedbugs/bug433.go -go14/test/fixedbugs/bug434.go -go14/test/fixedbugs/bug435.go -go14/test/fixedbugs/bug436.go -go14/test/fixedbugs/bug437.dir/one.go -go14/test/fixedbugs/bug437.dir/two.go -go14/test/fixedbugs/bug437.dir/x.go -go14/test/fixedbugs/bug437.go -go14/test/fixedbugs/bug438.go -go14/test/fixedbugs/bug439.go -go14/test/fixedbugs/bug440_32.go -go14/test/fixedbugs/bug440_64.go -go14/test/fixedbugs/bug441.go -go14/test/fixedbugs/bug442.go -go14/test/fixedbugs/bug443.go -go14/test/fixedbugs/bug444.go -go14/test/fixedbugs/bug445.go -go14/test/fixedbugs/bug446.go -go14/test/fixedbugs/bug447.go -go14/test/fixedbugs/bug448.dir/pkg1.go -go14/test/fixedbugs/bug448.dir/pkg2.go -go14/test/fixedbugs/bug448.go -go14/test/fixedbugs/bug449.go -go14/test/fixedbugs/bug450.go -go14/test/fixedbugs/bug451.go -go14/test/fixedbugs/bug452.go -go14/test/fixedbugs/bug453.go -go14/test/fixedbugs/bug454.go -go14/test/fixedbugs/bug455.go -go14/test/fixedbugs/bug456.go -go14/test/fixedbugs/bug457.go -go14/test/fixedbugs/bug458.go -go14/test/fixedbugs/bug459.go -go14/test/fixedbugs/bug460.dir/a.go -go14/test/fixedbugs/bug460.dir/b.go -go14/test/fixedbugs/bug460.go -go14/test/fixedbugs/bug461.go -go14/test/fixedbugs/bug462.go -go14/test/fixedbugs/bug463.go -go14/test/fixedbugs/bug464.go -go14/test/fixedbugs/bug465.dir/a.go -go14/test/fixedbugs/bug465.dir/b.go -go14/test/fixedbugs/bug465.go -go14/test/fixedbugs/bug466.dir/a.go -go14/test/fixedbugs/bug466.dir/b.go -go14/test/fixedbugs/bug466.go -go14/test/fixedbugs/bug467.dir/p1.go -go14/test/fixedbugs/bug467.dir/p2.go -go14/test/fixedbugs/bug467.dir/p3.go -go14/test/fixedbugs/bug467.go -go14/test/fixedbugs/bug468.dir/p1.go -go14/test/fixedbugs/bug468.dir/p2.go -go14/test/fixedbugs/bug468.go -go14/test/fixedbugs/bug470.go -go14/test/fixedbugs/bug471.go -go14/test/fixedbugs/bug472.dir/p1.go -go14/test/fixedbugs/bug472.dir/p2.go -go14/test/fixedbugs/bug472.dir/z.go -go14/test/fixedbugs/bug472.go -go14/test/fixedbugs/bug473.go -go14/test/fixedbugs/bug474.go -go14/test/fixedbugs/bug475.go -go14/test/fixedbugs/bug476.go -go14/test/fixedbugs/bug477.go -go14/test/fixedbugs/bug478.dir/a.go -go14/test/fixedbugs/bug478.dir/b.go -go14/test/fixedbugs/bug478.go -go14/test/fixedbugs/bug479.dir/a.go -go14/test/fixedbugs/bug479.dir/b.go -go14/test/fixedbugs/bug479.go -go14/test/fixedbugs/bug480.dir/a.go -go14/test/fixedbugs/bug480.dir/b.go -go14/test/fixedbugs/bug480.go -go14/test/fixedbugs/bug481.go -go14/test/fixedbugs/bug482.go -go14/test/fixedbugs/bug483.go -go14/test/fixedbugs/bug484.go -go14/test/fixedbugs/bug485.go -go14/test/fixedbugs/bug486.go -go14/test/fixedbugs/bug487.go -go14/test/fixedbugs/bug488.dir/a.go -go14/test/fixedbugs/bug488.dir/b.go -go14/test/fixedbugs/bug488.go -go14/test/fixedbugs/bug489.go -go14/test/fixedbugs/bug490.go -go14/test/fixedbugs/bug491.go -go14/test/fixedbugs/issue10135.go -go14/test/fixedbugs/issue1304.go -go14/test/fixedbugs/issue2615.go -go14/test/fixedbugs/issue3552.dir/one.go -go14/test/fixedbugs/issue3552.dir/two.go -go14/test/fixedbugs/issue3552.go -go14/test/fixedbugs/issue3705.go -go14/test/fixedbugs/issue3783.go -go14/test/fixedbugs/issue3924.go -go14/test/fixedbugs/issue3925.go -go14/test/fixedbugs/issue4066.go -go14/test/fixedbugs/issue4085a.go -go14/test/fixedbugs/issue4085b.go -go14/test/fixedbugs/issue4097.go -go14/test/fixedbugs/issue4099.go -go14/test/fixedbugs/issue4162.go -go14/test/fixedbugs/issue4167.go -go14/test/fixedbugs/issue4232.go -go14/test/fixedbugs/issue4251.go -go14/test/fixedbugs/issue4252.dir/a.go -go14/test/fixedbugs/issue4252.dir/main.go -go14/test/fixedbugs/issue4252.go -go14/test/fixedbugs/issue4264.go -go14/test/fixedbugs/issue4283.go -go14/test/fixedbugs/issue4313.go -go14/test/fixedbugs/issue4316.go -go14/test/fixedbugs/issue4323.go -go14/test/fixedbugs/issue4326.dir/p1.go -go14/test/fixedbugs/issue4326.dir/p2.go -go14/test/fixedbugs/issue4326.dir/q1.go -go14/test/fixedbugs/issue4326.dir/q2.go -go14/test/fixedbugs/issue4326.dir/z.go -go14/test/fixedbugs/issue4326.go -go14/test/fixedbugs/issue4348.go -go14/test/fixedbugs/issue4353.go -go14/test/fixedbugs/issue4359.go -go14/test/fixedbugs/issue4370.dir/p1.go -go14/test/fixedbugs/issue4370.dir/p2.go -go14/test/fixedbugs/issue4370.dir/p3.go -go14/test/fixedbugs/issue4370.go -go14/test/fixedbugs/issue4388.go -go14/test/fixedbugs/issue4396a.go -go14/test/fixedbugs/issue4396b.go -go14/test/fixedbugs/issue4399.go -go14/test/fixedbugs/issue4405.go -go14/test/fixedbugs/issue4429.go -go14/test/fixedbugs/issue4448.go -go14/test/fixedbugs/issue4452.go -go14/test/fixedbugs/issue4458.go -go14/test/fixedbugs/issue4463.go -go14/test/fixedbugs/issue4468.go *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***