Commit graph

8 commits

Author SHA1 Message Date
Nate Bosch 55f81f2210 Mass format python with yapf
- Add `.style.yapf` with configuration to use Google style.
- Run `yapf` on all `.py` files in this repo.
- Manually fix one trailing space in a doc string.
- Run `git cl format runtime` to satisfy presubmit.

Change-Id: I7e6bd11e91f07926b9188362599af398551eed79
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/111600
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2019-08-05 20:34:31 +00:00
ricow@google.com ee49895197 Archive more debug builds for manual inspection of binary differences
R=koda@google.com
BUG=

Review URL: https://codereview.chromium.org//920673002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43713 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-12 07:24:02 +00:00
ricow@google.com 0085fc67d5 Temporarily change the archiving folder for crashes from the bots
R=whesse@google.com
BUG=

Review URL: https://codereview.chromium.org//906973002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43587 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-09 10:42:37 +00:00
ricow@google.com d6d113fb91 Set full path to gsutil on bot
Review URL: https://codereview.chromium.org//881743002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43174 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-27 09:48:08 +00:00
ricow@google.com bfd051eacb Temporarily archive asan build from c3 bot
Daniel needs access to debug the failures.

This is misusing the archive_crash script, but I will remove this again after a few builds.

Review URL: https://codereview.chromium.org//862133003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43139 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-26 16:04:51 +00:00
whesse@google.com c7d5711688 Build Tools Cleanup
Cleans up Python Code in Build Tools

TEST: build everything and run tests
BUG: https://code.google.com/p/dart/issues/detail?id=19592

R=ricow@google.com

Review URL: https://codereview.chromium.org//350483003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38573 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-25 11:47:59 +00:00
ricow@google.com 0306e06b5f Allow copy_coredumps flag on all platforms.
This will have not effect on winodws/mac yet, since the core file will not be there.

Don't try to archive on non linux platforms

I will apply this flag on all vm bots - setting this up on system basis is harder, and this is a no-op on mac/windows

R=ajohnsen@google.com

Review URL: https://codereview.chromium.org//148283006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32117 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-29 11:45:36 +00:00
ricow@google.com c2f12c4da6 Add support for copying coredumps to /tmp
This will be used on the bots to be able to archive dumps from unexpectec crashes.

The tools/archive_crash.py tool will be used to actually archive the dumps to gcs and delete the local copies. The reason for the split is to enable developers to actually utilize this locally as well (run tools/test.py in a loop but don't archive the expected crashes). Additionally, this puts the bot specific code in the small python script.

R=whesse@google.com

Review URL: https://codereview.chromium.org//145273024

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32111 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-29 09:41:47 +00:00