Home | History | Annotate | Download | only in go

Lines Matching refs:Rebuild

828 		t.Skip("don't rebuild the standard library in short mode")
838 // Everything is out of date. Rebuild to leave things in a better state.
844 t.Skip("don't rebuild the standard library in short mode")
860 // Everything is out of date. Rebuild to leave things in a better state.
866 t.Skip("don't rebuild the standard library in short mode")
923 // Everything is out of date. Rebuild to leave things in a better state.
2974 // cmd/go: go test -a foo does not rebuild regexp.
2977 t.Skip("don't rebuild the standard library in short mode")
2984 tg.grepStderr("regexp", "go test -x -a -c testdata/dep-test.go did not rebuild regexp")
4031 tg.wantNotStale("p1", "binary-only package", "should NOT want to rebuild p1 (first)")
4034 tg.run("install", "p2") // does not rebuild p1 (or else p2 will fail)
4035 tg.wantNotStale("p2", "", "should NOT want to rebuild p2")
4043 tg.wantNotStale("p1", "binary-only package", "should NOT want to rebuild p1 (second)")
4044 tg.wantNotStale("p2", "", "should NOT want to rebuild p2")
5546 tg.grepStderr("^# fmt", "did not rebuild fmt")
5550 tg.grepStderr("^# fmt", "did not rebuild fmt")
5551 tg.grepStderr("^# reflect", "did not rebuild reflect")
5555 tg.grepStderr("^# fmt", "did not rebuild fmt")
5556 tg.grepStderr("^# reflect", "did not rebuild reflect")