Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2313)

Issue 9456032: Make StackContainer test pass on Android. (Closed)

Created:
8 years, 10 months ago by jbates
Modified:
8 years, 9 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Make StackContainer test pass on Android. Failure output from experimental Android builder: [ RUN ] StackContainer.BufferAlignment base/stack_container_unittest.cc:126: Failure Value of: reinterpret_cast<uintptr_t>(&aligned256[0]) & (256 - 1) Actual: 80 Expected: 0u Which is: 0 [ FAILED ] StackContainer.BufferAlignment (1 ms) BUG=115612 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124126

Patch Set 1 #

Patch Set 2 : willchan feedback #

Total comments: 2

Patch Set 3 : willchan feedback #

Patch Set 4 : include path #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M base/stack_container.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M base/stack_container_unittest.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jbates
8 years, 10 months ago (2012-02-23 23:27:54 UTC) #1
David Trainor- moved to gerrit
lgtm
8 years, 10 months ago (2012-02-23 23:34:47 UTC) #2
willchan no longer on Chromium
Doesn't this mean that it's unsafe to use StackContainer<T> where sizeof(T) > 16? Perhaps you ...
8 years, 10 months ago (2012-02-24 00:18:14 UTC) #3
jbates
On 2012/02/24 00:18:14, willchan wrote: > Doesn't this mean that it's unsafe to use StackContainer<T> ...
8 years, 10 months ago (2012-02-27 18:07:44 UTC) #4
willchan no longer on Chromium
LGTM http://codereview.chromium.org/9456032/diff/5001/base/stack_container.h File base/stack_container.h (right): http://codereview.chromium.org/9456032/diff/5001/base/stack_container.h#newcode56 base/stack_container.h:56: #if defined(OS_ANDROID) Do we need to include build/build_config.h ...
8 years, 9 months ago (2012-02-28 22:31:08 UTC) #5
jbates
https://chromiumcodereview.appspot.com/9456032/diff/5001/base/stack_container.h File base/stack_container.h (right): https://chromiumcodereview.appspot.com/9456032/diff/5001/base/stack_container.h#newcode56 base/stack_container.h:56: #if defined(OS_ANDROID) On 2012/02/28 22:31:08, willchan wrote: > Do ...
8 years, 9 months ago (2012-02-28 22:52:13 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbates@chromium.org/9456032/9001
8 years, 9 months ago (2012-02-28 22:52:29 UTC) #7
commit-bot: I haz the power
Try job failure for 9456032-9001 (retry) on linux_clang for step "compile" (clobber build). It's a ...
8 years, 9 months ago (2012-02-28 23:20:49 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbates@chromium.org/9456032/12004
8 years, 9 months ago (2012-02-28 23:25:13 UTC) #9
commit-bot: I haz the power
8 years, 9 months ago (2012-02-29 05:46:36 UTC) #10
Change committed as 124126

Powered by Google App Engine
This is Rietveld 408576698