mobile/exp
Changkun Ou a0f9ae51e3 cmd/gomobile: allow tests to pass on ios builder
There are several tests are skipped for Android but they may still be
tested on iOS. This will leads to trybot failure.

This CL skips those tests and allow them to pass on iOS.

Furthermore, deprecated C function warning are promoted to errors on
builders, this CL also fixes a deprecated asl_log for iOS in mobileinit.

Change-Id: Ie9da57a20dd75ef3d29b393e30aef01051bab454
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/346391
Reviewed-by: Hajime Hoshi <hajimehoshi@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Hajime Hoshi <hajimehoshi@gmail.com>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
2021-09-01 15:13:16 +00:00
..
app/debug all: go fmt ./... 2021-02-20 03:30:13 +00:00
audio/al all: go fmt ./... 2021-02-20 03:30:13 +00:00
f32 all: go fmt ./... 2021-02-20 03:30:13 +00:00
font all: go fmt ./... 2021-02-20 03:30:13 +00:00
gl/glutil all: go fmt ./... 2021-02-20 03:30:13 +00:00
sensor all: go fmt ./... 2021-02-20 03:30:13 +00:00
sprite cmd/gomobile: allow tests to pass on ios builder 2021-09-01 15:13:16 +00:00
README exp: add a new directory for experimental packages. 2015-06-16 21:06:44 +00:00

README

golang.org/x/mobile/exp contains experimental packages for mobile app
development.