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

Issue 1132063004: Fix JSONStringEscapeTest.EscapeBytes on iOS. (Closed)

Created:
5 years, 7 months ago by rohitrao (ping after 24h)
Modified:
5 years, 7 months ago
Reviewers:
Robert Sesek, Nico
CC:
chromium-reviews, erikwright+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix JSONStringEscapeTest.EscapeBytes on iOS. Clang has an apparent bug on arm64 which causes it to replace elements of the |cases| array with garbage. Removing \0 from the end of the string constant works around this bug. Tracked in https://llvm.org/bugs/show_bug.cgi?id=23437. BUG=477682 TEST=Arm64 iOS bots go green. Committed: https://crrev.com/bf21714b4e5432f50f1ca9d7190109e7d322e917 Cr-Commit-Position: refs/heads/master@{#329294}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M base/json/string_escape_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (5 generated)
rohitrao (ping after 24h)
Robert, I think you wrote this test initially. The trailing \0 in the string constant ...
5 years, 7 months ago (2015-05-08 11:36:23 UTC) #2
Robert Sesek
I can't remember if/why it is significant to have a trailing \0 in the string, ...
5 years, 7 months ago (2015-05-11 22:48:49 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1132063004/1
5 years, 7 months ago (2015-05-11 22:53:29 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/62806)
5 years, 7 months ago (2015-05-11 23:03:46 UTC) #7
rohitrao (ping after 24h)
+thakis for OWNERS because he was helping me look at this last week. Do you ...
5 years, 7 months ago (2015-05-11 23:07:03 UTC) #9
Nico
lgtm (I kind of expect this to be a problem in other places too :-/)
5 years, 7 months ago (2015-05-12 00:08:37 UTC) #10
rohitrao (ping after 24h)
> (I kind of expect this to be a problem in other places too :-/) ...
5 years, 7 months ago (2015-05-12 00:16:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1132063004/1
5 years, 7 months ago (2015-05-12 00:19:28 UTC) #13
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 7 months ago (2015-05-12 00:26:59 UTC) #14
commit-bot: I haz the power
5 years, 7 months ago (2015-05-12 00:28:35 UTC) #15
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/bf21714b4e5432f50f1ca9d7190109e7d322e917
Cr-Commit-Position: refs/heads/master@{#329294}

Powered by Google App Engine
This is Rietveld 408576698