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

Unified Diff: chrome/test/nacl/nacl_browsertest.cc

Issue 563583002: NaCl: Remove old SRPC-based name service test that checks for SecureRandom (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix Created 6 years, 3 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 | « chrome/test/data/nacl/nameservice/pm_nameservice_test.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/nacl/nacl_browsertest.cc
diff --git a/chrome/test/nacl/nacl_browsertest.cc b/chrome/test/nacl/nacl_browsertest.cc
index ea4238e573d70c63042f187596d48ca53a00af96..58014e24100862bf6adf02f5ceb94f1a9feabf9b 100644
--- a/chrome/test/nacl/nacl_browsertest.cc
+++ b/chrome/test/nacl/nacl_browsertest.cc
@@ -130,10 +130,6 @@ IN_PROC_BROWSER_TEST_F(NaClBrowserTestPnaclNonSfi,
RunNaClIntegrationTest(FILE_PATH_LITERAL("irt_exception_test.html"));
}
-NACL_BROWSER_TEST_F(NaClBrowserTest, Nameservice, {
- RunNaClIntegrationTest(FILE_PATH_LITERAL("pm_nameservice_test.html"));
-})
-
// Some versions of Visual Studio does not like preprocessor
// conditionals inside the argument of a macro, so we put the
// conditionals on a helper function. We are already in an anonymous
« no previous file with comments | « chrome/test/data/nacl/nameservice/pm_nameservice_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698