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

Side by Side Diff: tools/tests/factory_configuration/expected/Housekeeper-PerCommit-Trybot

Issue 147953006: Test android tool for building makefile. (Closed) Base URL: https://skia.googlecode.com/svn/buildbot
Patch Set: Add a name to the TODO Created 6 years, 10 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 'tools', 6 'tools',
7 'gm', 7 'gm',
8 ], 8 ],
9 '_builder_name': 'Housekeeper-PerCommit-Trybot', 9 '_builder_name': 'Housekeeper-PerCommit-Trybot',
10 '_common_args': [ 10 '_common_args': [
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 'timeout': <Object>, 869 'timeout': <Object>,
870 'workdir': 'build/skia', 870 'workdir': 'build/skia',
871 }, 871 },
872 ], 872 ],
873 [ 873 [
874 <Object>, 874 <Object>,
875 { 875 {
876 'alwaysRun': <Object>, 876 'alwaysRun': <Object>,
877 'command': [ 877 'command': [
878 'python', 878 'python',
879 'platform_tools/android/tests/run_all.py',
880 ],
881 'description': 'RunAndroidPlatformSelfTests',
882 'doStepIf': <Object>,
883 'env': {},
884 'flunkOnFailure': <Object>,
885 'get_props_from_stdout': None,
886 'haltOnFailure': <Object>,
887 'hideStepIf': <Object>,
888 'is_rebaseline_step': <Object>,
889 'is_upload_step': <Object>,
890 'timeout': <Object>,
891 'workdir': 'build/skia',
892 },
893 ],
894 [
895 <Object>,
896 {
897 'alwaysRun': <Object>,
898 'command': [
899 'python',
879 '../../../../../../slave/skia_slave_scripts/detect_static_in itializers.py', 900 '../../../../../../slave/skia_slave_scripts/detect_static_in itializers.py',
880 '--autogen_svn_baseurl', 901 '--autogen_svn_baseurl',
881 'https://skia-autogen.googlecode.com/svn', 902 'https://skia-autogen.googlecode.com/svn',
882 '--configuration', 903 '--configuration',
883 'Debug', 904 'Debug',
884 '--deps_target_os', 905 '--deps_target_os',
885 'None', 906 'None',
886 '--do_upload_results', 907 '--do_upload_results',
887 'True', 908 'True',
888 '--gm_image_subdir', 909 '--gm_image_subdir',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 'haltOnFailure': <Object>, 1014 'haltOnFailure': <Object>,
994 'hideStepIf': <Object>, 1015 'hideStepIf': <Object>,
995 'is_rebaseline_step': <Object>, 1016 'is_rebaseline_step': <Object>,
996 'is_upload_step': <Object>, 1017 'is_upload_step': <Object>,
997 'timeout': <Object>, 1018 'timeout': <Object>,
998 'workdir': 'build/skia', 1019 'workdir': 'build/skia',
999 }, 1020 },
1000 ], 1021 ],
1001 ], 1022 ],
1002 } 1023 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698