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

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

Issue 15864005: Add a PPAPI browser tests for an issue of NaCl crash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add issue number to comment Created 7 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 | ppapi/tests/test_file_io.h » ('j') | 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 0c25ba1a7babe9c329456de46d7249024dc3f3e8..eec930b604634e9444ee265c144f3450d8de5ed8 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -644,6 +644,7 @@ IN_PROC_BROWSER_TEST_F(PPAPITest, FileIO) {
LIST_TEST(FileIO_TouchQuery)
LIST_TEST(FileIO_WillWriteWillSetLength)
LIST_TEST(FileIO_RequestOSFileHandle)
+ LIST_TEST(FileIO_RequestOSFileHandleWithOpenExclusive)
LIST_TEST(FileIO_Mmap)
);
}
@@ -659,6 +660,7 @@ IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, FileIO) {
LIST_TEST(FileIO_TouchQuery)
LIST_TEST(FileIO_WillWriteWillSetLength)
LIST_TEST(FileIO_RequestOSFileHandle)
+ LIST_TEST(FileIO_RequestOSFileHandleWithOpenExclusive)
LIST_TEST(FileIO_Mmap)
);
}
@@ -675,6 +677,7 @@ IN_PROC_BROWSER_TEST_F(PPAPINaClNewlibTest, FileIO) {
// The following test requires PPB_FileIO_Trusted, not available in NaCl.
LIST_TEST(DISABLED_FileIO_WillWriteWillSetLength)
LIST_TEST(FileIO_RequestOSFileHandle)
+ LIST_TEST(FileIO_RequestOSFileHandleWithOpenExclusive)
LIST_TEST(FileIO_Mmap)
);
}
@@ -691,6 +694,7 @@ IN_PROC_BROWSER_TEST_F(PPAPINaClGLibcTest, MAYBE_GLIBC(FileIO)) {
// The following test requires PPB_FileIO_Trusted, not available in NaCl.
LIST_TEST(DISABLED_FileIO_WillWriteWillSetLength)
LIST_TEST(FileIO_RequestOSFileHandle)
+ LIST_TEST(FileIO_RequestOSFileHandleWithOpenExclusive)
LIST_TEST(FileIO_Mmap)
);
}
@@ -707,6 +711,7 @@ IN_PROC_BROWSER_TEST_F(PPAPINaClPNaClTest, FileIO) {
// The following test requires PPB_FileIO_Trusted, not available in NaCl.
LIST_TEST(DISABLED_FileIO_WillWriteWillSetLength)
LIST_TEST(FileIO_RequestOSFileHandle)
+ LIST_TEST(FileIO_RequestOSFileHandleWithOpenExclusive)
LIST_TEST(FileIO_Mmap)
);
}
« no previous file with comments | « no previous file | ppapi/tests/test_file_io.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698