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

Side by Side Diff: buildbot/tools/tests/factory_configuration/expected/Test-Mac10.7-MacMini4.1-GeForce320M-x86-Release

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-Mac10.7-MacMini4.1-GeForce320M-x86-Release', 8 '_builder_name': 'Test-Mac10.7-MacMini4.1-GeForce320M-x86-Release',
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': 'Release', 47 '_configuration': 'Release',
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-macmini-lion-float", "url": "http://skia.go oglecode.com/svn/gm-expected/base-macmini-lion-float", "custom_deps": {},"custom _vars": {},},',
58 ], 57 ],
59 '_gyp_defines': { 58 '_gyp_defines': {
60 'skia_arch_width': '32', 59 'skia_arch_width': '32',
61 'skia_mesa': '1', 60 'skia_mesa': '1',
62 'skia_warnings_as_errors': '0', 61 'skia_warnings_as_errors': '0',
63 }, 62 },
64 '_make_flags': [], 63 '_make_flags': [],
65 '_perf_output_basedir': None, 64 '_perf_output_basedir': None,
66 '_skia_cmd_obj': <Object>, 65 '_skia_cmd_obj': <Object>,
67 '_skia_svn_password_file': '.skia_svn_password', 66 '_skia_svn_password_file': '.skia_svn_password',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 '""', 162 '""',
164 '--num_cores', 163 '--num_cores',
165 <Object>, 164 <Object>,
166 '--is_try', 165 '--is_try',
167 'False', 166 'False',
168 '--bench_pictures_cfg', 167 '--bench_pictures_cfg',
169 'default', 168 'default',
170 '--flavor', 169 '--flavor',
171 'default', 170 'default',
172 '--gclient_solutions', 171 '--gclient_solutions',
173 '"['{ "name": "trunk", "url": "http://skia.googlecode.com/sv n/trunk", "custom_deps": {},"custom_vars": {},},', '{ "name": "gm-expected/base- macmini-lion-float", "url": "http://skia.googlecode.com/svn/gm-expected/base-mac mini-lion-float", "custom_deps": {},"custom_vars": {},},']"', 172 '"['{ "name": "trunk", "url": "http://skia.googlecode.com/sv n/trunk", "custom_deps": {},"custom_vars": {},},']"',
174 ], 173 ],
175 'description': 'Update', 174 'description': 'Update',
176 'doStepIf': <Object>, 175 'doStepIf': <Object>,
177 'env': {}, 176 'env': {},
178 'flunkOnFailure': <Object>, 177 'flunkOnFailure': <Object>,
179 'get_props_from_stdout': { 178 'get_props_from_stdout': {
180 'got_revision': 'Skia updated to revision (\d+)', 179 'got_revision': 'Skia updated to revision (\d+)',
181 }, 180 },
182 'haltOnFailure': <Object>, 181 'haltOnFailure': <Object>,
183 'hideStepIf': <Object>, 182 'hideStepIf': <Object>,
(...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1397 'haltOnFailure': <Object>, 1396 'haltOnFailure': <Object>,
1398 'hideStepIf': <Object>, 1397 'hideStepIf': <Object>,
1399 'is_rebaseline_step': <Object>, 1398 'is_rebaseline_step': <Object>,
1400 'is_upload_step': <Object>, 1399 'is_upload_step': <Object>,
1401 'timeout': <Object>, 1400 'timeout': <Object>,
1402 'workdir': 'build/trunk', 1401 'workdir': 'build/trunk',
1403 }, 1402 },
1404 ], 1403 ],
1405 ], 1404 ],
1406 } 1405 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698