tools/go
Alan Donovan ac303766f5 go/ssa/interp: don't run encoding/pem tests in interpreter
since they use quick.Check, which requires the unimplemented
(reflect.Value).SetString.

Also:
- Add reflect.Type.{In,NumIn} methods, whose absence
  was only the proximate cause of the failed test.
- Delete bodies of reflect.Value methods so that it's obvious a
  function that should be intrinsic is missing.

Change-Id: Ib64b8f4953a913f4ead90e376bda70419adb87cb
Reviewed-on: https://go-review.googlesource.com/10796
Reviewed-by: Robert Griesemer <gri@golang.org>
2015-06-06 15:50:50 +00:00
..
ast/astutil go/ast/astutil: set Pos for import name 2015-05-19 23:10:16 +00:00
buildutil go/buildutil: fix usage message for -tags flag 2015-05-08 14:48:23 +00:00
callgraph cmd/callgraph: update flag docstring 2015-05-29 17:21:31 +00:00
exact tools: add import comments. 2014-12-09 22:42:16 +00:00
gccgoimporter go/gccgoimporter: disable test case (fix build, at least partially) 2015-02-12 21:45:02 +00:00
gcimporter go/gcimporter: populate (*types.Package).Imports 2015-04-15 18:12:10 +00:00
importer tools: add import comments. 2014-12-09 22:42:16 +00:00
loader oracle: disable parser bailout 2015-05-20 20:27:48 +00:00
pointer go/pointer: Remove a mention of the deleted ImportFromBinary option. 2015-04-29 01:29:12 +00:00
ssa go/ssa/interp: don't run encoding/pem tests in interpreter 2015-06-06 15:50:50 +00:00
types go/types: remove unused return value (minor cleanup) 2015-06-05 18:41:51 +00:00
vcs go/vcs: fix bug in remote package discovery 2015-01-10 08:10:09 +00:00