diff options
author | chase@chromium.org <chase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-08 20:46:54 +0000 |
---|---|---|
committer | chase@chromium.org <chase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-08 20:46:54 +0000 |
commit | b7f044b62aa5547ecb4a6862c4a7b3fa5ec83de3 (patch) | |
tree | aa11a811268c417c249d62d1e7db7ed26350191c /tools/perf_expectations/PRESUBMIT.py | |
parent | d273184b4f6dc3fafdbb5533faec2a3c674fd61b (diff) | |
download | chromium_src-b7f044b62aa5547ecb4a6862c4a7b3fa5ec83de3.zip chromium_src-b7f044b62aa5547ecb4a6862c4a7b3fa5ec83de3.tar.gz chromium_src-b7f044b62aa5547ecb4a6862c4a7b3fa5ec83de3.tar.bz2 |
Add more unit tests for perf expectations.
- verify main object is a dictionary
- verify load key is present and points to a bool
- verify all key values are dictionaries
- verify all key values have (correct) delta/var keys
- verify all keys are in correct format (a/b/c/d)
BUG=18597
TEST=verify unit tests catches these errors
Review URL: http://codereview.chromium.org/194032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25656 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/perf_expectations/PRESUBMIT.py')
-rw-r--r-- | tools/perf_expectations/PRESUBMIT.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf_expectations/PRESUBMIT.py b/tools/perf_expectations/PRESUBMIT.py index 8fdd7c1..e38dd5c 100644 --- a/tools/perf_expectations/PRESUBMIT.py +++ b/tools/perf_expectations/PRESUBMIT.py @@ -10,7 +10,7 @@ details on the presubmit API built into gcl. """ UNIT_TESTS = [ - 'tests.simplejson_unittest', + 'tests.perf_expectations_unittest', ] PERF_EXPECTATIONS = 'perf_expectations.json' |