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

Unified Diff: chrome/test/mini_installer/config/config.config

Issue 2158813002: Add descriptions to the mini_installer test cases. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/mini_installer/config/config.config
diff --git a/chrome/test/mini_installer/config/config.config b/chrome/test/mini_installer/config/config.config
index 9f3b10f2c05d25a073edb6e7e11dc1d4c7ec7bca..3e5586384cb63f7c3ffa58ed905d0346397564f0 100644
--- a/chrome/test/mini_installer/config/config.config
+++ b/chrome/test/mini_installer/config/config.config
@@ -90,6 +90,7 @@
"tests": [
{
"name": "RepairChromeStrandedBinaries",
+ "description": "Verifies that a multi-install update will repair Chrome if Chrome is missing from the Clients key yet appears to be actively used.",
"traversal": [
"no_pv",
"install_chrome_user", "chrome_user_installed_not_inuse",
@@ -101,6 +102,7 @@
},
{
"name": "RemoveStrandedBinaries",
+ "description": "Verifies that a multi-install update will uninstall Chrome and the binaries if Chrome is missing from the Clients key and does not appear to be actively used.",
"traversal": [
"no_pv",
"install_chrome_user", "chrome_user_installed_not_inuse",
@@ -112,6 +114,7 @@
},
{
"name": "ChromeUserLevel",
+ "description": "Verifies that multi-install user-level Chrome can be installed and uninstalled.",
"traversal": [
"no_pv",
"install_chrome_user", "chrome_user_installed_not_inuse",
@@ -120,6 +123,7 @@
},
{
"name": "ChromeCanary",
+ "description": "Verifies that Chrome SxS can be installed and uninstalled.",
"condition": "$SUPPORTS_SXS",
"traversal": [
"no_pv",
@@ -129,6 +133,7 @@
},
{
"name": "ChromeSystemLevel",
+ "description": "Verifies that multi-install system-level Chrome can be installed and uninstalled.",
"traversal": [
"no_pv",
"install_chrome_system", "chrome_system_installed_not_inuse",
@@ -137,6 +142,7 @@
},
{
"name": "ChromeUserLevelWithCanary",
+ "description": "Verifies that multi-install user-level Chrome and Chrome SxS can be installed simultaneously.",
"condition": "$SUPPORTS_SXS",
"traversal": [
"no_pv",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698