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

Side by Side Diff: dart/utils/compiler/buildbot.py

Issue 10222021: Copy frog/scripts/buildbot_annotated_steps.py to utils/compiler/buildbot.py. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « no previous file | 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 #!/usr/bin/python 1 #!/usr/bin/python
2 2
3 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 """Dart frog buildbot steps 7 """Dart frog buildbot steps
8 8
9 Runs tests for the frog or dart2js compiler. 9 Runs tests for the frog or dart2js compiler.
10 """ 10 """
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 print '@@@STEP_FAILURE@@@' 300 print '@@@STEP_FAILURE@@@'
301 301
302 if compiler == 'frog' and runtime in ['ff', 'chrome', 'safari', 'opera', 302 if compiler == 'frog' and runtime in ['ff', 'chrome', 'safari', 'opera',
303 'ie', 'drt']: 303 'ie', 'drt']:
304 CleanUpTemporaryFiles(system, runtime) 304 CleanUpTemporaryFiles(system, runtime)
305 return status 305 return status
306 306
307 307
308 if __name__ == '__main__': 308 if __name__ == '__main__':
309 sys.exit(main()) 309 sys.exit(main())
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698