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

Unified Diff: mojo/tools/data/apptests

Issue 1176653002: mandoline filesystem: add a sqlite3 vfs to proxy filesystem usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with ToT and fix the test import. Created 5 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
Index: mojo/tools/data/apptests
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index faf47575611f4ca4c92f26808b1008d482587147..7226bfea47cc74991049a8fa0e42875d371687ef 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -55,12 +55,16 @@ if config.target_os != config.OS_ANDROID:
"args": ["--is-headless"]
},
{
+ "test": "mojo:mandoline_frame_apptests",
+ "type": "gtest_isolated",
+ "args": ["--use-headless-config"]
+ },
+ {
"test": "mojo:resource_provider_apptests",
"type": "gtest_isolated",
},
{
- "test": "mojo:mandoline_frame_apptests",
+ "test": "mojo:sql_apptests",
"type": "gtest_isolated",
- "args": ["--use-headless-config"]
},
]
« no previous file with comments | « mojo/services/network/BUILD.gn ('k') | mojo/util/capture_util.h » ('j') | sql/connection.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698