1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:54:42 -07:00
go/go
Alex Brainman 2ef5a0d23b refactor/rename: make tests pass on windows (fixes build)
- use import path not file path in go/buildutil.FakeContext OpenFile;
- use regexp to compare error messages in TestErrors, because
  they contain windows file paths;
- use OS file path (not unix path), when checking move results
  in TestMoves.

Change-Id: Ib62d344acb551fb612d8a0773ae1ab5f18341294
Reviewed-on: https://go-review.googlesource.com/3171
Reviewed-by: Alan Donovan <adonovan@google.com>
2015-01-23 05:30:55 +00:00
..
ast/astutil astutil: move to go/ast/astutil 2015-01-13 15:47:47 +00:00
buildutil refactor/rename: make tests pass on windows (fixes build) 2015-01-23 05:30:55 +00:00
callgraph tools: add import comments. 2014-12-09 22:42:16 +00:00
exact tools: add import comments. 2014-12-09 22:42:16 +00:00
gccgoimporter tools: add import comments. 2014-12-09 22:42:16 +00:00
gcimporter tools: add import comments. 2014-12-09 22:42:16 +00:00
importer tools: add import comments. 2014-12-09 22:42:16 +00:00
loader go/buildutil: FakeContext: create build.Context of fake file tree, for testing 2015-01-15 22:46:57 +00:00
pointer go/ssa: simplify TypesWithMethodSets 2015-01-22 14:03:32 +00:00
ssa go/ssa: add list-of-tests constant to generated testmain package 2015-01-22 22:45:41 +00:00
types go/types: expose IsInterface predicate, eliminating 6 copies 2015-01-21 18:49:27 +00:00
vcs go/vcs: fix bug in remote package discovery 2015-01-10 08:10:09 +00:00