summaryrefslogtreecommitdiffstats
path: root/tools/perf_expectations/PRESUBMIT.py
Commit message (Collapse)AuthorAgeFilesLines
* Use full pathname to perf_expectations in test.chase@chromium.org2009-10-131-3/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/266055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28770 0039d316-1c4b-4281-b951-d872f2087c98
* Add more unit tests for perf expectations.chase@chromium.org2009-09-081-1/+1
| | | | | | | | | | | | | | - 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
* Presubmit test verifies perf_expectations formatting.chase@chromium.org2009-09-021-0/+45
BUG=18597 TEST=test works when simplejson is loaded, fails when modified to use different simplejson load paths, fails when perf_expectations.json is formatted incorrectly. Review URL: http://codereview.chromium.org/184002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25240 0039d316-1c4b-4281-b951-d872f2087c98