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

Issue 10785019: Enable aligned_memory_unittest.cc on iOS. (Closed)

Created:
8 years, 5 months ago by leng
Modified:
8 years, 5 months ago
CC:
chromium-reviews, erikwright (departed), brettw-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Enable aligned_memory_unittest.cc on iOS. One case of the StackAlignment test is #defined out for iOS on ARM (not simulator), due to a clang armv7 codegen bug. A crbug has been created to re-enable these cases when the clang bug is fixed. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147649

Patch Set 1 #

Patch Set 2 : Disable 1/4 of the tests on iOS. #

Patch Set 3 : Remove logging_unittest from CL #

Total comments: 2

Patch Set 4 : Added check for ARCH_CPU_ARM_FAMILY to disabled test. #

Patch Set 5 : Removed empty line. #

Total comments: 4

Patch Set 6 : Adjusted #if & fixed #endif comment #

Patch Set 7 : Really fix #endif comment. #

Patch Set 8 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -4 lines) Patch
M base/base.gyp View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M base/memory/aligned_memory_unittest.cc View 1 2 3 4 5 6 2 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
leng
8 years, 5 months ago (2012-07-16 15:59:09 UTC) #1
leng
Only 75% of the tests can be run on iOS. Logged a bug for this. ...
8 years, 5 months ago (2012-07-19 13:46:38 UTC) #2
stuartmorgan
LGTM
8 years, 5 months ago (2012-07-19 14:29:13 UTC) #3
leng
Mark, could you take a look, please? Thanks!
8 years, 5 months ago (2012-07-19 16:02:08 UTC) #4
Mark Mentovai
https://chromiumcodereview.appspot.com/10785019/diff/6001/base/memory/aligned_memory_unittest.cc File base/memory/aligned_memory_unittest.cc (right): https://chromiumcodereview.appspot.com/10785019/diff/6001/base/memory/aligned_memory_unittest.cc#newcode30 base/memory/aligned_memory_unittest.cc:30: #if !defined(OS_IOS) Can you put CPU_ARCH_ARM or whatever it’s ...
8 years, 5 months ago (2012-07-19 16:20:33 UTC) #5
leng
In playing with the ARM flag, I realized the first test passes fine - it's ...
8 years, 5 months ago (2012-07-19 17:07:36 UTC) #6
Mark Mentovai
LGTM https://chromiumcodereview.appspot.com/10785019/diff/10001/base/memory/aligned_memory_unittest.cc File base/memory/aligned_memory_unittest.cc (right): https://chromiumcodereview.appspot.com/10785019/diff/10001/base/memory/aligned_memory_unittest.cc#newcode47 base/memory/aligned_memory_unittest.cc:47: #if !defined(OS_IOS) || !defined(ARCH_CPU_ARM_FAMILY) The intent is a ...
8 years, 5 months ago (2012-07-19 17:57:09 UTC) #7
leng
https://chromiumcodereview.appspot.com/10785019/diff/10001/base/memory/aligned_memory_unittest.cc File base/memory/aligned_memory_unittest.cc (right): https://chromiumcodereview.appspot.com/10785019/diff/10001/base/memory/aligned_memory_unittest.cc#newcode47 base/memory/aligned_memory_unittest.cc:47: #if !defined(OS_IOS) || !defined(ARCH_CPU_ARM_FAMILY) On 2012/07/19 17:57:09, Mark Mentovai ...
8 years, 5 months ago (2012-07-20 08:37:47 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/leng@chromium.org/10785019/3003
8 years, 5 months ago (2012-07-20 08:38:09 UTC) #9
commit-bot: I haz the power
Failed to apply patch for base/base.gyp: While running patch -p1 --forward --force; patching file base/base.gyp ...
8 years, 5 months ago (2012-07-20 08:38:14 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/leng@chromium.org/10785019/13002
8 years, 5 months ago (2012-07-20 08:43:36 UTC) #11
commit-bot: I haz the power
Try job failure for 10785019-13002 (retry) on mac_rel for step "browser_tests". It's a second try, ...
8 years, 5 months ago (2012-07-20 09:52:03 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/leng@chromium.org/10785019/13002
8 years, 5 months ago (2012-07-20 09:55:54 UTC) #13
commit-bot: I haz the power
Try job failure for 10785019-13002 (retry) on mac_rel for step "browser_tests". It's a second try, ...
8 years, 5 months ago (2012-07-20 11:01:14 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/leng@chromium.org/10785019/13002
8 years, 5 months ago (2012-07-20 12:58:53 UTC) #15
commit-bot: I haz the power
8 years, 5 months ago (2012-07-20 14:13:45 UTC) #16
Change committed as 147649

Powered by Google App Engine
This is Rietveld 408576698