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

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

Issue 159793002: Test android tool for building makefile. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Reupload due to chunk error mismatch 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
« no previous file with comments | « tools/tests/factory_configuration/expected/Housekeeper-PerCommit ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'timeout': <Object>, 841 'timeout': <Object>,
842 'workdir': 'build/skia', 842 'workdir': 'build/skia',
843 }, 843 },
844 ], 844 ],
845 [ 845 [
846 <Object>, 846 <Object>,
847 { 847 {
848 'alwaysRun': <Object>, 848 'alwaysRun': <Object>,
849 'command': [ 849 'command': [
850 'python', 850 'python',
851 'platform_tools/android/tests/run_all.py',
852 ],
853 'description': 'RunAndroidPlatformSelfTests',
854 'doStepIf': <Object>,
855 'env': {},
856 'flunkOnFailure': <Object>,
857 'get_props_from_stdout': None,
858 'haltOnFailure': <Object>,
859 'hideStepIf': <Object>,
860 'is_rebaseline_step': <Object>,
861 'is_upload_step': <Object>,
862 'timeout': <Object>,
863 'workdir': 'build/skia',
864 },
865 ],
866 [
867 <Object>,
868 {
869 'alwaysRun': <Object>,
870 'command': [
871 'python',
851 '../../../../../../slave/skia_slave_scripts/detect_static_in itializers.py', 872 '../../../../../../slave/skia_slave_scripts/detect_static_in itializers.py',
852 '--autogen_svn_baseurl', 873 '--autogen_svn_baseurl',
853 'https://skia-autogen.googlecode.com/svn', 874 'https://skia-autogen.googlecode.com/svn',
854 '--configuration', 875 '--configuration',
855 'Debug', 876 'Debug',
856 '--deps_target_os', 877 '--deps_target_os',
857 'None', 878 'None',
858 '--do_upload_results', 879 '--do_upload_results',
859 'True', 880 'True',
860 '--builder_name', 881 '--builder_name',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 'haltOnFailure': <Object>, 982 'haltOnFailure': <Object>,
962 'hideStepIf': <Object>, 983 'hideStepIf': <Object>,
963 'is_rebaseline_step': <Object>, 984 'is_rebaseline_step': <Object>,
964 'is_upload_step': <Object>, 985 'is_upload_step': <Object>,
965 'timeout': <Object>, 986 'timeout': <Object>,
966 'workdir': 'build/skia', 987 'workdir': 'build/skia',
967 }, 988 },
968 ], 989 ],
969 ], 990 ],
970 } 991 }
OLDNEW
« no previous file with comments | « tools/tests/factory_configuration/expected/Housekeeper-PerCommit ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698