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

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

Issue 10958026: Port ppapi_ppb_core nacl_integration test to browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix dependancies. Created 8 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/ppapi/ppb_core/ppapi_ppb_core.html ('k') | ppapi/native_client/ppapi_scons_files.py » ('j') | 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 27750dc1f33fea48925786d8ef988bb731ec9141..f689159414adc67f0bbb046cc57b24afd3f60e05 100644
--- a/chrome/test/nacl/nacl_browsertest.cc
+++ b/chrome/test/nacl/nacl_browsertest.cc
@@ -21,4 +21,8 @@ NACL_BROWSER_TEST_F(NaClBrowserTest, ExitStatus, {
"pm_exit_status_test.html?trigger=exitneg2&expected_exit=254"));
})
+NACL_BROWSER_TEST_F(NaClBrowserTest, PPAPICore, {
+ RunNaClIntegrationTest(FILE_PATH_LITERAL("ppapi_ppb_core.html"));
+})
+
} // namespace anonymous
« no previous file with comments | « chrome/test/data/nacl/ppapi/ppb_core/ppapi_ppb_core.html ('k') | ppapi/native_client/ppapi_scons_files.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698