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

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

Issue 14154005: Add dyncode syscall disabled test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 7 years, 8 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/pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.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 bc552eef936bd57594d25b57e2178ecedc7dbb97..8f6e0661cbf73854e9cc25dec2ef3818080141eb 100644
--- a/chrome/test/nacl/nacl_browsertest.cc
+++ b/chrome/test/nacl/nacl_browsertest.cc
@@ -99,4 +99,10 @@ IN_PROC_BROWSER_TEST_F(NaClBrowserTestPnacl,
RunLoadTest(FILE_PATH_LITERAL("pnacl_options.html?use_nmf=time_passes"));
}
+IN_PROC_BROWSER_TEST_F(NaClBrowserTestPnacl,
+ MAYBE_PNACL(PnaclDyncodeSyscallDisabled)) {
+ RunNaClIntegrationTest(FILE_PATH_LITERAL(
+ "pnacl_dyncode_syscall_disabled.html"));
+}
+
} // namespace anonymous
« no previous file with comments | « chrome/test/data/nacl/pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698