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

Issue 2480233002: [ios] Adds unittests for blocks and NSRegularExpression. (Closed)

Created:
4 years, 1 month ago by rohitrao (ping after 24h)
Modified:
4 years, 1 month ago
CC:
chromium-reviews, mac-reviews_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[ios] Adds unittests for blocks and NSRegularExpression. BUG=662902 Committed: https://crrev.com/273e8fd9f475187d270bcd85f11806c1fa311556 Cr-Commit-Position: refs/heads/master@{#432178}

Patch Set 1 #

Patch Set 2 : Fix typos. #

Total comments: 9

Patch Set 3 : Review. #

Total comments: 2

Patch Set 4 : Review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -0 lines) Patch
M ios/chrome/common/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A ios/chrome/common/block_unittest.mm View 1 2 1 chunk +100 lines, -0 lines 0 comments Download
A ios/chrome/common/ns_regular_expression_unittest.mm View 1 2 3 1 chunk +133 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (9 generated)
rohitrao (ping after 24h)
4 years, 1 month ago (2016-11-07 13:45:50 UTC) #6
sdefresne
https://codereview.chromium.org/2480233002/diff/20001/ios/chrome/common/block_unittest.mm File ios/chrome/common/block_unittest.mm (right): https://codereview.chromium.org/2480233002/diff/20001/ios/chrome/common/block_unittest.mm#newcode18 ios/chrome/common/block_unittest.mm:18: RefCountedObject(){}; Remove trailing semi-colon ... https://codereview.chromium.org/2480233002/diff/20001/ios/chrome/common/block_unittest.mm#newcode30 ios/chrome/common/block_unittest.mm:30: for (int ...
4 years, 1 month ago (2016-11-07 13:54:58 UTC) #7
rohitrao (ping after 24h)
+pkl can you comment on why "ac" matches that regular expression? The block for '(?:ab)|(?:c)' ...
4 years, 1 month ago (2016-11-07 14:04:05 UTC) #8
rohitrao (ping after 24h)
+pkl for real pkl@ can you comment on why "ac" matches that regular expression? The ...
4 years, 1 month ago (2016-11-08 17:53:20 UTC) #10
pkl (ping after 24h if needed)
lgtm https://codereview.chromium.org/2480233002/diff/40001/ios/chrome/common/ns_regular_expression_unittest.mm File ios/chrome/common/ns_regular_expression_unittest.mm (right): https://codereview.chromium.org/2480233002/diff/40001/ios/chrome/common/ns_regular_expression_unittest.mm#newcode94 ios/chrome/common/ns_regular_expression_unittest.mm:94: ExpectRegexMatched(regex, @"ac", @"$0", @"ac"); I think this may ...
4 years, 1 month ago (2016-11-08 23:54:13 UTC) #11
rohitrao (ping after 24h)
https://codereview.chromium.org/2480233002/diff/40001/ios/chrome/common/ns_regular_expression_unittest.mm File ios/chrome/common/ns_regular_expression_unittest.mm (right): https://codereview.chromium.org/2480233002/diff/40001/ios/chrome/common/ns_regular_expression_unittest.mm#newcode94 ios/chrome/common/ns_regular_expression_unittest.mm:94: ExpectRegexMatched(regex, @"ac", @"$0", @"ac"); On 2016/11/08 23:54:13, pklpkl wrote: ...
4 years, 1 month ago (2016-11-15 14:04:38 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2480233002/60001
4 years, 1 month ago (2016-11-15 14:05:00 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-11-15 15:08:28 UTC) #16
commit-bot: I haz the power
4 years, 1 month ago (2016-11-15 15:10:24 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/273e8fd9f475187d270bcd85f11806c1fa311556
Cr-Commit-Position: refs/heads/master@{#432178}

Powered by Google App Engine
This is Rietveld 408576698