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

Issue 23464081: Change _ITERATOR_DEBUG_LEVEL to 1 on Release builds (Closed)

Created:
7 years, 3 months ago by Will Harris
Modified:
7 years, 2 months ago
CC:
chromium-reviews, tonyg, cpu_(ooo_6.6-7.5), James Simonsen, cevans
Visibility:
Public.

Description

Change _ITERATOR_DEBUG_LEVEL to 1 on Release builds VS2010 changed the default to 0 meaning weaker checks in our release builds. This commit changes it back again. BUG=289691 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=229222

Patch Set 1 #

Total comments: 2

Patch Set 2 : add win_release_disable_iterator_debugging #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -1 line) Patch
M build/common.gypi View 1 4 chunks +15 lines, -1 line 0 comments Download

Messages

Total messages: 25 (0 generated)
Will Harris
Hi Scott, the bug as all the juicy details on this change. We should probably ...
7 years, 3 months ago (2013-09-18 18:49:19 UTC) #1
scottmg
On 2013/09/18 18:49:19, Will Harris wrote: > Hi Scott, the bug as all the juicy ...
7 years, 3 months ago (2013-09-18 19:03:43 UTC) #2
scottmg
https://codereview.chromium.org/23464081/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/23464081/diff/1/build/common.gypi#newcode2679 build/common.gypi:2679: ['win_debug_disable_iterator_debugging!=1', { is this used elsewhere? it really shouldn't ...
7 years, 3 months ago (2013-09-18 19:03:49 UTC) #3
Will Harris
On 2013/09/18 19:03:49, scottmg wrote: > https://codereview.chromium.org/23464081/diff/1/build/common.gypi > File build/common.gypi (right): > > https://codereview.chromium.org/23464081/diff/1/build/common.gypi#newcode2679 > ...
7 years, 3 months ago (2013-09-18 19:13:40 UTC) #4
Will Harris
https://codereview.chromium.org/23464081/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/23464081/diff/1/build/common.gypi#newcode2679 build/common.gypi:2679: ['win_debug_disable_iterator_debugging!=1', { On 2013/09/18 19:03:49, scottmg wrote: > is ...
7 years, 3 months ago (2013-09-19 09:40:57 UTC) #5
scottmg
lgtm +tonyg, +cpu, +simonjam as FYI in case this does regress performance (might be conflated ...
7 years, 3 months ago (2013-09-19 23:15:55 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wfh@chromium.org/23464081/9001
7 years, 3 months ago (2013-09-19 23:28:16 UTC) #7
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=199654
7 years, 3 months ago (2013-09-20 02:09:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wfh@chromium.org/23464081/9001
7 years, 3 months ago (2013-09-20 12:29:15 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=200000
7 years, 3 months ago (2013-09-20 14:36:31 UTC) #10
cpu_(ooo_6.6-7.5)
we are very close before cutting the branch, please hold on doing this until after ...
7 years, 3 months ago (2013-09-20 15:29:37 UTC) #11
cpu_(ooo_6.6-7.5)
lgtm
7 years, 3 months ago (2013-09-24 22:35:30 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wfh@chromium.org/23464081/9001
7 years, 2 months ago (2013-09-27 19:08:05 UTC) #13
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=82545
7 years, 2 months ago (2013-09-27 21:07:45 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wfh@chromium.org/23464081/9001
7 years, 2 months ago (2013-10-01 14:17:23 UTC) #15
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=204033
7 years, 2 months ago (2013-10-01 16:39:33 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wfh@chromium.org/23464081/9001
7 years, 2 months ago (2013-10-02 10:22:13 UTC) #17
commit-bot: I haz the power
Change committed as 226446
7 years, 2 months ago (2013-10-02 10:31:34 UTC) #18
Will Harris
crbug.com/132037 is now fixed so almost there!
7 years, 2 months ago (2013-10-04 01:10:34 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wfh@chromium.org/23464081/9001
7 years, 2 months ago (2013-10-04 10:40:58 UTC) #20
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 2 months ago (2013-10-04 11:14:40 UTC) #21
Will Harris
think I now have all remaining issues fixed. Trying to commit again!
7 years, 2 months ago (2013-10-17 13:33:24 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wfh@chromium.org/23464081/9001
7 years, 2 months ago (2013-10-17 13:39:48 UTC) #23
commit-bot: I haz the power
Change committed as 229222
7 years, 2 months ago (2013-10-17 20:55:28 UTC) #24
Sigurður Ásgeirsson
7 years, 2 months ago (2013-10-18 13:52:29 UTC) #25
Message was sent while issue was closed.
Looks like this change broke the latest official canary quite badly.

Powered by Google App Engine
This is Rietveld 408576698