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

Unified Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 347623002: Disable TestMessageHandler on PNaClNonSfi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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: chrome/test/ppapi/ppapi_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
index 0f1346de53fe97dd7b8d55a73aa49addf5da1ef1..d9f645ef56703cb59a3114b74beaa953e7b3526d 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -76,10 +76,6 @@ using content::RenderViewHost;
IN_PROC_BROWSER_TEST_F(PPAPINaClGLibcTest, MAYBE_GLIBC(test_name)) { \
RunTestViaHTTP(STRIP_PREFIXES(test_name)); \
} \
- IN_PROC_BROWSER_TEST_F(PPAPINaClPNaClNonSfiTest, \
- MAYBE_PNACL_NONSFI(test_name)) { \
- RunTestViaHTTP(STRIP_PREFIXES(test_name)); \
- }
// NaCl based PPAPI tests
#define TEST_PPAPI_NACL(test_name) \
« 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