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

Delta Between Two Patch Sets: test/run.go

Issue 6609051: code review 6609051: test: convert more tests to rundir/compiledir conventions (Closed)
Left Patch Set: Created 12 years, 6 months ago
Right Patch Set: diff -r 73c6ec305dcb https://go.googlecode.com/hg/ Created 12 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « test/method4.dir/prog.go ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 // skip 1 // skip
2 2
3 // Copyright 2012 The Go Authors. All rights reserved. 3 // Copyright 2012 The Go Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style 4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file. 5 // license that can be found in the LICENSE file.
6 6
7 // Run runs tests in the test directory. 7 // Run runs tests in the test directory.
8 //· 8 //·
9 // TODO(bradfitz): docs of some sort, once we figure out how we're changing 9 // TODO(bradfitz): docs of some sort, once we figure out how we're changing
10 // headers of files 10 // headers of files
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 }) 632 })
633 } 633 }
634 } 634 }
635 635
636 return 636 return
637 } 637 }
638 638
639 var skipOkay = map[string]bool{ 639 var skipOkay = map[string]bool{
640 "args.go": true, 640 "args.go": true,
641 "ddd3.go": true, 641 "ddd3.go": true,
642 "import3.go": true,
643 "import4.go": true,
644 "index.go": true, 642 "index.go": true,
645 "linkx.go": true, 643 "linkx.go": true,
646 "method4.go": true,
647 "nul1.go": true, 644 "nul1.go": true,
648 "rotate.go": true, 645 "rotate.go": true,
649 "sigchld.go": true, 646 "sigchld.go": true,
650 "sinit.go": true, 647 "sinit.go": true,
651 "interface/embed1.go": true, 648 "interface/embed1.go": true,
652 "interface/private.go": true, 649 "interface/private.go": true,
653 "interface/recursive2.go": true, 650 "interface/recursive2.go": true,
654 "dwarf/main.go": true, 651 "dwarf/main.go": true,
655 "dwarf/z1.go": true, 652 "dwarf/z1.go": true,
656 "dwarf/z10.go": true, 653 "dwarf/z10.go": true,
657 "dwarf/z11.go": true, 654 "dwarf/z11.go": true,
658 "dwarf/z12.go": true, 655 "dwarf/z12.go": true,
659 "dwarf/z13.go": true, 656 "dwarf/z13.go": true,
660 "dwarf/z14.go": true, 657 "dwarf/z14.go": true,
661 "dwarf/z15.go": true, 658 "dwarf/z15.go": true,
662 "dwarf/z16.go": true, 659 "dwarf/z16.go": true,
663 "dwarf/z17.go": true, 660 "dwarf/z17.go": true,
664 "dwarf/z18.go": true, 661 "dwarf/z18.go": true,
665 "dwarf/z19.go": true, 662 "dwarf/z19.go": true,
666 "dwarf/z2.go": true, 663 "dwarf/z2.go": true,
667 "dwarf/z20.go": true, 664 "dwarf/z20.go": true,
668 "dwarf/z3.go": true, 665 "dwarf/z3.go": true,
669 "dwarf/z4.go": true, 666 "dwarf/z4.go": true,
670 "dwarf/z5.go": true, 667 "dwarf/z5.go": true,
671 "dwarf/z6.go": true, 668 "dwarf/z6.go": true,
672 "dwarf/z7.go": true, 669 "dwarf/z7.go": true,
673 "dwarf/z8.go": true, 670 "dwarf/z8.go": true,
674 "dwarf/z9.go": true, 671 "dwarf/z9.go": true,
675 "fixedbugs/bug191.go": true,
676 "fixedbugs/bug248.go": true, // combines errorcheckdir and rundir in the same dir. 672 "fixedbugs/bug248.go": true, // combines errorcheckdir and rundir in the same dir.
677 "fixedbugs/bug302.go": true, // tests both .$O and .a imports. 673 "fixedbugs/bug302.go": true, // tests both .$O and .a imports.
678 "fixedbugs/bug313.go": true, // errorcheckdir with failures in the m iddle. 674 "fixedbugs/bug313.go": true, // errorcheckdir with failures in the m iddle.
679 "fixedbugs/bug345.go": true, // needs the appropriate flags in gc in vocation. 675 "fixedbugs/bug345.go": true, // needs the appropriate flags in gc in vocation.
680 » "fixedbugs/bug369.go": true, 676 » "fixedbugs/bug369.go": true, // needs compiler flags.
681 » "fixedbugs/bug382.go": true, 677 » "fixedbugs/bug385_32.go": true, // arch-specific errors.
682 » "fixedbugs/bug385_32.go": true, 678 » "fixedbugs/bug385_64.go": true, // arch-specific errors.
683 » "fixedbugs/bug385_64.go": true,
684 » "fixedbugs/bug424.go": true,
685 "fixedbugs/bug429.go": true, 679 "fixedbugs/bug429.go": true,
686 "fixedbugs/bug437.go": true, 680 "fixedbugs/bug437.go": true,
687 "bugs/bug395.go": true, 681 "bugs/bug395.go": true,
688 "bugs/bug434.go": true, 682 "bugs/bug434.go": true,
689 } 683 }
LEFTRIGHT

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