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

Unified Diff: mojo/tools/data/apptests

Issue 1011333003: Fix races when the same bits are downloaded from 2 URLs. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 9 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 | shell/application_manager/network_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/data/apptests
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index 2e6d011a4b2e71572e591968f5b2d229b3654f40..c49c60856cdcbccc3decdbf81282430341898cee 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -33,6 +33,9 @@ tests = [
{
"test": "mojo:window_manager_apptests",
},
+ {
+ "test": "mojo:shell_apptests",
+ },
]
if config.target_os == config.OS_LINUX:
@@ -83,10 +86,4 @@ if config.target_os != config.OS_ANDROID:
"test": "mojo:dart_apptests",
"type": "dart",
},
- {
- # https://github.com/domokit/mojo/issues/61
- # Sometime the shell get a trucated application when exposed through the
- # http server.
- "test": "mojo:shell_apptests",
- },
]
« no previous file with comments | « no previous file | shell/application_manager/network_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698