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

Unified Diff: base/process/process_util_unittest.cc

Issue 292153007: Fix test disabling for ProcessUtilTest.GetAppOutputRestricted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: base/process/process_util_unittest.cc
diff --git a/base/process/process_util_unittest.cc b/base/process/process_util_unittest.cc
index a8dbadf5a544b5a83953d292426b4ebcf2befa0d..cfd23c90553074753d3958b5b9ae1581a7b624dd 100644
--- a/base/process/process_util_unittest.cc
+++ b/base/process/process_util_unittest.cc
@@ -683,7 +683,7 @@ TEST_F(ProcessUtilTest, GetAppOutput) {
#else
#define MAYBE_GetAppOutputRestricted GetAppOutputRestricted
#endif
-TEST_F(ProcessUtilTest, GetAppOutputRestricted) {
+TEST_F(ProcessUtilTest, MAYBE_GetAppOutputRestricted) {
// Unfortunately, since we can't rely on the path, we need to know where
// everything is. So let's use /bin/sh, which is on every POSIX system, and
// its built-ins.
« 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