mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-11 22:19:56 +08:00
disable version which fails under git
R=harryjin@google.com, harryjin BUG=none Review URL: https://webrtc-codereview.appspot.com/52739004.
This commit is contained in:
parent
68e8d9bebd
commit
5edb101088
@ -20,7 +20,7 @@ namespace libyuv {
|
||||
// Tests SVN version against include/libyuv/version.h
|
||||
// SVN version is bumped by documentation changes as well as code.
|
||||
// Although the versions should match, once checked in, a tolerance is allowed.
|
||||
TEST_F(libyuvTest, TestVersion) {
|
||||
TEST_F(libyuvTest, DISABLED_TestVersion) {
|
||||
EXPECT_GE(LIBYUV_VERSION, 169); // 169 is first version to support version.
|
||||
printf("LIBYUV_VERSION %d\n", LIBYUV_VERSION);
|
||||
#ifdef LIBYUV_SVNREVISION
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user