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

Unified Diff: chromecast/BUILD.gn

Issue 2748303002: [Chromecast][Temporary] Disable TCMallocTest.Realloc on cast audio. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/BUILD.gn
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
index aff41843d8257d3ffe29354e6619aa291c63b130..ac1d8efe5945b5ed4311a3785b1562586c292a09 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -149,6 +149,13 @@ cast_test_group("cast_tests") {
# Also disable TimeFormattingTest on audio-only builds, since we don't
# include the necessary info in icudtl.dat.
gtest_excludes += [ "TimeFormattingTest.*" ]
+
+ # TODO(mbjorge): Temporarily disable Realloc test on audio devices,
+ # since it mysteriously is failing. As part of an effort to re-green
+ # the unittests, current (2017-03-15) failures are being disabled to get
+ # back to a green state. Re-enable once the tests have been fixed.
+ # b/36238217, hotlist/461351
+ gtest_excludes += [ "TCMallocTest.Realloc" ]
}
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698