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

Issue 1685723002: add 'LIBYUV_DISABLE_X86' to msan for unittests (Closed)

Created:
4 years, 10 months ago by fbarchard1
Modified:
4 years, 10 months ago
Base URL:
https://chromium.googlesource.com/libyuv/libyuv@master
Target Ref:
refs/heads/master
Project:
libyuv
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : add tools to ignore for valgrind #

Patch Set 3 : bump version #

Patch Set 4 : move conditional for msan to existing block #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -13 lines) Patch
M .gitignore View 1 2 chunks +15 lines, -0 lines 1 comment Download
M README.chromium View 1 2 1 chunk +1 line, -1 line 0 comments Download
M include/libyuv/version.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M libyuv.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M libyuv_test.gyp View 1 2 3 2 chunks +16 lines, -10 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
fbarchard1
4 years, 10 months ago (2016-02-09 19:08:04 UTC) #1
harryjin
https://codereview.chromium.org/1685723002/diff/1/libyuv_test.gyp File libyuv_test.gyp (right): https://codereview.chromium.org/1685723002/diff/1/libyuv_test.gyp#newcode38 libyuv_test.gyp:38: ], #conditions I suppose you put it here to ...
4 years, 10 months ago (2016-02-09 19:11:44 UTC) #2
fbarchard1
https://codereview.chromium.org/1685723002/diff/1/libyuv_test.gyp File libyuv_test.gyp (right): https://codereview.chromium.org/1685723002/diff/1/libyuv_test.gyp#newcode38 libyuv_test.gyp:38: ], #conditions On 2016/02/09 19:11:44, harryjin wrote: > I ...
4 years, 10 months ago (2016-02-09 19:14:35 UTC) #3
fbarchard1
msan builds are currently failing with the following unittest link errors bj/chromium/src/third_party/libjpeg_turbo/libjpeg_turbo.a -Wl,--end-group -Llib/ ../../unit_test/math_test.cc:30: ...
4 years, 10 months ago (2016-02-09 19:21:05 UTC) #4
harryjin
lgtm
4 years, 10 months ago (2016-02-09 19:21:15 UTC) #5
fbarchard1
warning: gyp: Key 'conditions' repeated at level 3 with key path 'targets.0' while reading libyuv_test.gyp
4 years, 10 months ago (2016-02-09 19:23:15 UTC) #6
fbarchard1
[----------] Global test environment tear-down [==========] 974 tests from 6 test cases ran. (305783 ms ...
4 years, 10 months ago (2016-02-09 19:37:59 UTC) #7
fbarchard1
try bots pass.
4 years, 10 months ago (2016-02-09 19:56:41 UTC) #8
fbarchard1
Committed patchset #4 (id:60001) manually as 6ea3755330fcd8e5531e341c5460fe147324ccbd (presubmit successful).
4 years, 10 months ago (2016-02-09 19:57:07 UTC) #10
kjellander_chromium
4 years, 10 months ago (2016-02-09 20:08:08 UTC) #12
Message was sent while issue was closed.
lgtm with a suggestion.

Running ./gyp_libyuv worked for me without any issues

https://codereview.chromium.org/1685723002/diff/60001/.gitignore
File .gitignore (right):

https://codereview.chromium.org/1685723002/diff/60001/.gitignore#newcode80
.gitignore:80: /tools/gritsettings/README
Just add the directory, not the files, that'll reduce future maintenance. 

Same below.

Powered by Google App Engine
This is Rietveld 408576698