]> Cypherpunks repositories - gostls13.git/commit
runtime/debug: disable arm64 test for issue 9993
authorDavid Crawshaw <crawshaw@golang.org>
Sat, 11 Apr 2015 23:10:39 +0000 (19:10 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Mon, 13 Apr 2015 11:57:12 +0000 (11:57 +0000)
commit7db8835a5063248ce1e8db53a93706a2f5fc51dd
tree32591ecd27eddc8afe43129f6c83b0bc39e0de34
parent439318dd50415e8d6883a9c90663757910a11e33
runtime/debug: disable arm64 test for issue 9993

Like other arm64 platforms, darwin/arm64 has a different physical
page size to logical page size so it is running into issue 9993. I
hope it can be fixed for Go 1.5, but for now it is demonstrating the
same bug as the other skipped os+arch combinations.

Change-Id: Iedaf9afe56d6954bb4391b6e843d81742a75a00c
Reviewed-on: https://go-review.googlesource.com/8814
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/debug/garbage_test.go