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

Side by Side Diff: buildbot/tools/tests/factory_configuration/expected/Test-Ubuntu12-ShuttleA-ATI5770-x86-Debug

Issue 19668009: Move gm-expected to trunk/expectations/gm , and modify scripts that use it. (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: add_master_files Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TargetPath': <Object>, 2 'TargetPath': <Object>,
3 '_autogen_svn_password_file': '.autogen_svn_password', 3 '_autogen_svn_password_file': '.autogen_svn_password',
4 '_autogen_svn_username_file': '.autogen_svn_username', 4 '_autogen_svn_username_file': '.autogen_svn_username',
5 '_build_targets': [ 5 '_build_targets': [
6 'most', 6 'most',
7 ], 7 ],
8 '_builder_name': 'Test-Ubuntu12-ShuttleA-ATI5770-x86-Debug', 8 '_builder_name': 'Test-Ubuntu12-ShuttleA-ATI5770-x86-Debug',
9 '_common_args': [ 9 '_common_args': [
10 '--autogen_svn_baseurl', 10 '--autogen_svn_baseurl',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 '_configuration': 'Debug', 47 '_configuration': 'Debug',
48 '_default_clobber': <Object>, 48 '_default_clobber': <Object>,
49 '_deps_target_os': None, 49 '_deps_target_os': None,
50 '_do_patch_step': <Object>, 50 '_do_patch_step': <Object>,
51 '_do_upload_bench_results': <Object>, 51 '_do_upload_bench_results': <Object>,
52 '_do_upload_results': <Object>, 52 '_do_upload_results': <Object>,
53 '_env_vars': {}, 53 '_env_vars': {},
54 '_flavor': None, 54 '_flavor': None,
55 '_gclient_solutions': [ 55 '_gclient_solutions': [
56 '{ "name": "trunk", "url": "http://skia.googlecode.com/svn/trunk", "cust om_deps": {},"custom_vars": {},},', 56 '{ "name": "trunk", "url": "http://skia.googlecode.com/svn/trunk", "cust om_deps": {},"custom_vars": {},},',
57 '{ "name": "gm-expected/base-shuttle_ubuntu12_ati5770", "url": "http://s kia.googlecode.com/svn/gm-expected/base-shuttle_ubuntu12_ati5770", "custom_deps" : {},"custom_vars": {},},',
58 ], 57 ],
59 '_gyp_defines': { 58 '_gyp_defines': {
60 'skia_arch_width': '32', 59 'skia_arch_width': '32',
61 'skia_warnings_as_errors': '0', 60 'skia_warnings_as_errors': '0',
62 }, 61 },
63 '_make_flags': [], 62 '_make_flags': [],
64 '_perf_output_basedir': None, 63 '_perf_output_basedir': None,
65 '_skia_cmd_obj': <Object>, 64 '_skia_cmd_obj': <Object>,
66 '_skia_svn_password_file': '.skia_svn_password', 65 '_skia_svn_password_file': '.skia_svn_password',
67 '_skia_svn_username_file': '.skia_svn_username', 66 '_skia_svn_username_file': '.skia_svn_username',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 '""', 161 '""',
163 '--num_cores', 162 '--num_cores',
164 <Object>, 163 <Object>,
165 '--is_try', 164 '--is_try',
166 'False', 165 'False',
167 '--bench_pictures_cfg', 166 '--bench_pictures_cfg',
168 'default', 167 'default',
169 '--flavor', 168 '--flavor',
170 'default', 169 'default',
171 '--gclient_solutions', 170 '--gclient_solutions',
172 '"['{ "name": "trunk", "url": "http://skia.googlecode.com/sv n/trunk", "custom_deps": {},"custom_vars": {},},', '{ "name": "gm-expected/base- shuttle_ubuntu12_ati5770", "url": "http://skia.googlecode.com/svn/gm-expected/ba se-shuttle_ubuntu12_ati5770", "custom_deps": {},"custom_vars": {},},']"', 171 '"['{ "name": "trunk", "url": "http://skia.googlecode.com/sv n/trunk", "custom_deps": {},"custom_vars": {},},']"',
173 ], 172 ],
174 'description': 'Update', 173 'description': 'Update',
175 'doStepIf': <Object>, 174 'doStepIf': <Object>,
176 'env': {}, 175 'env': {},
177 'flunkOnFailure': <Object>, 176 'flunkOnFailure': <Object>,
178 'get_props_from_stdout': { 177 'get_props_from_stdout': {
179 'got_revision': 'Skia updated to revision (\d+)', 178 'got_revision': 'Skia updated to revision (\d+)',
180 }, 179 },
181 'haltOnFailure': <Object>, 180 'haltOnFailure': <Object>,
182 'hideStepIf': <Object>, 181 'hideStepIf': <Object>,
(...skipping 1555 matching lines...) Expand 10 before | Expand all | Expand 10 after
1738 'haltOnFailure': <Object>, 1737 'haltOnFailure': <Object>,
1739 'hideStepIf': <Object>, 1738 'hideStepIf': <Object>,
1740 'is_rebaseline_step': <Object>, 1739 'is_rebaseline_step': <Object>,
1741 'is_upload_step': <Object>, 1740 'is_upload_step': <Object>,
1742 'timeout': <Object>, 1741 'timeout': <Object>,
1743 'workdir': 'build/trunk', 1742 'workdir': 'build/trunk',
1744 }, 1743 },
1745 ], 1744 ],
1746 ], 1745 ],
1747 } 1746 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698