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

Unified Diff: scripts/master/factory/chromium_commands.py

Issue 10875078: Break Dromaeo up into smaller tests. (Closed) Base URL: http://git.chromium.org/chromium/tools/build.git@master
Patch Set: Created 8 years, 4 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: scripts/master/factory/chromium_commands.py
diff --git a/scripts/master/factory/chromium_commands.py b/scripts/master/factory/chromium_commands.py
index 547c55d3875ac3aef3ee8a4d1a1d79b67b5f65f3..582acc928225591805d765e6f417e534112635f3 100644
--- a/scripts/master/factory/chromium_commands.py
+++ b/scripts/master/factory/chromium_commands.py
@@ -551,7 +551,11 @@ class ChromiumCommands(commands.FactoryCommands):
def AddDromaeoTests(self, factory_properties=None):
factory_properties = factory_properties or {}
- tests = ['DOMCore', 'JSLib']
+ tests = ['DOMCoreAttr', 'DOMCoreModify', 'DOMCoreQuery', 'DOMCoreTraverse',
+ 'JSLibAttrJquery', 'JSLibAttrPrototype', 'JSLibEventJquery',
+ 'JSLibEventPrototype', 'JSLibModifyJquery', 'JSLibModifyPrototype',
+ 'JSLibStyleJquery', 'JSLibStylePrototype', 'JSLibTraverseJquery',
+ 'JSLibTraversePrototype']
for test in tests:
cls = self.GetPerfStepClass(factory_properties,
'dromaeo_%s' % test.lower(),
« 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