aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Collapse)Author
2020-02-13toolchain-utils: migrate all in-use projects to python 3Zhizhou Yang
This patch migrates all in-use projects left to python 3. BUG=chromium:1011676 TEST=Passed unittests and launched scripts manually. Change-Id: I7f2de4e1131c05bacfac80667f3064da8adaebfd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2051397 Reviewed-by: George Burgess <gbiv@chromium.org> Tested-by: Zhizhou Yang <zhizhouy@google.com> Auto-Submit: Zhizhou Yang <zhizhouy@google.com>
2019-01-24toolchain-utils: Fix the testing patches for Go.Caroline Tice
The Go testing instructions include applying 7 patches. The patches applied cleanly to 1.10.2, but not to any later version of Go. This CL updates that patches for the later versions of Go. BUG=chromium:924271 TEST=patches apply cleanly to their versions; re-ran tests to make sure nothing broke. Change-Id: I3ffe87876f215bfb6d37cc6a9f0fbc88325d13c1 Reviewed-on: https://chromium-review.googlesource.com/1427342 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Caroline Tice <cmtice@chromium.org> Reviewed-by: Luis Lozano <llozano@chromium.org>
2019-01-19toolchain-utils: Update scripts for testing Go compiler.Caroline Tice
The current scripts for testing the Go compiler were hard-coded to only chell and elm. This CL creates a setup script that will allow the user to specify any boards, and will automatically generate the appropriatye board-specific scripts (and clean up afterwards if requested. It also deletes the hard-coded scripts, and it adds the appropriate testing_rsa to various scp/ssh commands to avoid interactive password prompts. BUG=chromium:922186 TEST=Used these scripts during recent Go compiler verification and upgrade. Change-Id: Ie55b8a5ce30ecf00976ce27756473a238cc78c02 Reviewed-on: https://chromium-review.googlesource.com/1412836 Commit-Ready: Caroline Tice <cmtice@chromium.org> Tested-by: Caroline Tice <cmtice@chromium.org> Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
2018-09-27build_go: change ABI name for ARM32Yunlian Jiang
This changes ABI name from armv7a-cros-linux-gnueabi to armv7a-cros-linux-gnueabihf. BUG=chromium:711369 TEST=build_go succeeds. Change-Id: I6e7f1619e73fd70135c6e1e1cc787284d157f18f Reviewed-on: https://chromium-review.googlesource.com/1246224 Commit-Ready: Yunlian Jiang <yunlian@chromium.org> Tested-by: Yunlian Jiang <yunlian@chromium.org> Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
2018-07-03toolchain-utils: update scripts for building and testing the Go toolchain.Rahul Chaudhry
BUG=None TEST=None Change-Id: If19fcb65915334c40970cbf456128dbc6ac7bcec Reviewed-on: https://chromium-review.googlesource.com/1125344 Commit-Ready: Rahul Chaudhry <rahulchaudhry@chromium.org> Tested-by: Rahul Chaudhry <rahulchaudhry@chromium.org> Reviewed-by: Ting-Yuan Huang <laszio@chromium.org>
2016-03-31toolchain-utils: scripts and patches for running the full Go testsuite.Rahul Chaudhry
BUG=None TEST=None Change-Id: I37a4cd0c98c3aefe940472990ed3fec5691e6df7 Reviewed-on: https://chrome-internal-review.googlesource.com/253047 Commit-Ready: Rahul Chaudhry <rahulchaudhry@google.com> Tested-by: Rahul Chaudhry <rahulchaudhry@google.com> Reviewed-by: Luis Lozano <llozano@chromium.org>
2016-03-30toolchain-utils: scripts for building and testing the Go toolchain.Rahul Chaudhry
BUG=None TEST=None Change-Id: I07bd5ca5c2e005e3b476654ee3ff5fefc205e95a Reviewed-on: https://chrome-internal-review.googlesource.com/252756 Commit-Ready: Rahul Chaudhry <rahulchaudhry@google.com> Tested-by: Rahul Chaudhry <rahulchaudhry@google.com> Reviewed-by: Luis Lozano <llozano@chromium.org>