go/src
Hyang-Ah Hana Kim 2e47b28ea1 androidtest.bash: correct the location of compiled packages
For android, gc builds with buildmode=pie by default, and
as a result, the compiled packages are not installed in
the usual pkg/$GOOS_$GOARCH pack. Copy the compiled packages
in pkg/android_$GOARCH_shared into the pkg/android_$GOARCH
in the test device.

Change-Id: I909e4cc7095ac95ef63bdf6ddc4cb2c698f3459e
Reviewed-on: https://go-review.googlesource.com/16151
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2015-10-21 19:34:27 +00:00
..
archive archive/tar: fix numeric overflow issues in readGNUSparseMap0x1 2015-10-06 17:49:05 +00:00
bufio bufio: fix scanning with a final empty token. 2015-09-25 21:46:13 +00:00
builtin
bytes
cmd cmd/compile: add -msan option 2015-10-21 14:58:53 +00:00
compress compress/flate: improve inflate speed by reading more bits at a time 2015-10-19 00:01:31 +00:00
container
crypto crypto/cipher: fix CTR infinite loop with large block sizes 2015-10-20 21:38:36 +00:00
database/sql database/sql: avoid deadlock waiting for connections 2015-10-16 15:17:03 +00:00
debug debug/gosym: clean up and modernize pclntab_test 2015-10-07 17:01:59 +00:00
encoding encoding/json: simplify encodeState.{string, stringBytes} 2015-10-14 23:29:14 +00:00
errors
expvar
flag
fmt fmt: Add support for capital '%X' format verb for scanning 2015-10-20 01:08:54 +00:00
go go/build: test code cleanup: remove unnecessary func var 2015-10-21 17:57:47 +00:00
hash
html html/template: include itself while cloning 2015-10-20 23:53:27 +00:00
image image: add NYCbCrA types. 2015-10-11 11:07:25 +00:00
index/suffixarray
internal go/format, cmd/gofmt: avoid dependency on internal package format 2015-09-30 16:32:47 +00:00
io io: simplify documentation for ByteReader 2015-10-06 02:21:29 +00:00
log log/syslog: disable unix/unixgram tests on android 2015-10-21 17:56:51 +00:00
math math: Modf(-0) returns -0,-0 2015-10-09 17:09:16 +00:00
mime mime: Remove an allocation in word decoding. 2015-10-18 17:31:52 +00:00
net net/http: update copy of http2 2015-10-21 00:28:55 +00:00
os os: disable symlink tests on android. 2015-10-20 22:18:23 +00:00
path path/filepath: disable symlink tests on android. 2015-10-20 22:18:43 +00:00
reflect reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame size 2015-10-18 23:15:26 +00:00
regexp regexp: add runnable example to regex.Split 2015-09-23 03:29:32 +00:00
runtime runtime, syscall: add calls to msan functions 2015-10-21 19:17:46 +00:00
sort
strconv strconv: slightly simplified roundShortest; better comments 2015-09-23 21:14:29 +00:00
strings
sync
syscall runtime, syscall: add calls to msan functions 2015-10-21 19:17:46 +00:00
testing
text text/template: resolve non-empty interface 2015-10-15 05:02:27 +00:00
time
unicode
unsafe
vendor/golang.org/x/net/http2/hpack net/http: update copy of http2 2015-10-21 00:28:55 +00:00
Make.dist
all.bash
all.bat
all.rc
androidtest.bash androidtest.bash: correct the location of compiled packages 2015-10-21 19:34:27 +00:00
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash
make.bat
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc