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

Issue 2958543002: Update MediaStreamConstraintsAudioUtil unit tests. (Closed)

Created:
3 years, 6 months ago by Guido Urdaneta
Modified:
3 years, 6 months ago
Reviewers:
Reid Kleckner, hans
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, imcheng+watch_chromium.org, feature-media-reviews_chromium.org, posciak+watch_chromium.org, chfremer+watch_chromium.org, jam, avayvod+watch_chromium.org, darin-cc_chromium.org, jasonroberts+watch_google.com, xjz+watch_chromium.org, isheriff+watch_chromium.org, miu+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Update MediaStreamConstraintsAudioUtil unit tests. Use array elements instead of pointer values in comparisons involving pointers to member functions. One of these comparisons failed on Windows Debug and others are suspect of failing on WinClang DLL builds. BUG=736309 Review-Url: https://codereview.chromium.org/2958543002 Cr-Commit-Position: refs/heads/master@{#481932} Committed: https://chromium.googlesource.com/chromium/src/+/964d2c65e8b24f15ddaeb18429b5ce1d3469d445

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -22 lines) Patch
M content/renderer/media/media_stream_constraints_util_audio_unittest.cc View 9 chunks +35 lines, -22 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
Guido Urdaneta
Hi, PTAL
3 years, 6 months ago (2017-06-23 11:53:01 UTC) #4
Reid Kleckner
In general, I think relying function pointer and member pointer equality is risky. I know ...
3 years, 6 months ago (2017-06-23 16:50:07 UTC) #9
Reid Kleckner
lgtm, let's try this.
3 years, 6 months ago (2017-06-23 16:51:12 UTC) #10
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/2958543002/1
3 years, 6 months ago (2017-06-23 16:51:26 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/964d2c65e8b24f15ddaeb18429b5ce1d3469d445
3 years, 6 months ago (2017-06-23 16:56:47 UTC) #15
Reid Kleckner
I've debugged this a bit. It's definitely a clang bug. We've fixed one like it ...
3 years, 6 months ago (2017-06-23 17:31:52 UTC) #16
Reid Kleckner
3 years, 6 months ago (2017-06-23 17:35:59 UTC) #17
Message was sent while issue was closed.
On 2017/06/23 17:31:52, Reid Kleckner wrote:
> I've debugged this a bit. It's definitely a clang bug. We've fixed one like it
> before. I'll file it and update this for the curious.

Filed as https://bugs.llvm.org/show_bug.cgi?id=33570

Powered by Google App Engine
This is Rietveld 408576698