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

Unified Diff: courgette/ensemble_unittest.cc

Issue 8393032: Disable the Courgette ensemble unittest. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Revamp to correctly mark as disabled Created 9 years, 2 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: courgette/ensemble_unittest.cc
diff --git a/courgette/ensemble_unittest.cc b/courgette/ensemble_unittest.cc
index 5330efa2a1f28fc93b9acbf82ac5ad4c53ca1956..d35622fffda6ca7adaf490493094aab0d7c70618 100644
--- a/courgette/ensemble_unittest.cc
+++ b/courgette/ensemble_unittest.cc
@@ -67,6 +67,7 @@ void EnsembleTest::PeEnsemble() const {
TestEnsemble(src_bytes, tgt_bytes);
}
-TEST_F(EnsembleTest, All) {
+TEST_F(EnsembleTest, DISABLED_All) {
+ // TODO(dgarrett) http://code.google.com/p/chromium/issues/detail?id=101614
PeEnsemble();
}
« 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