0
Commit Graph

2 Commits

Author SHA1 Message Date
Elly Fong-Jones
23e2b71268 tools: generalize run-swarmed
This change:
1) Adds support to run-swarmed for targeting macOS
2) Adds a --swarming-os argument that allows specifying the OS the
   targets should run on, which is useful for targeting specific OS
   versions and such
3) Makes the outdir and target arguments mandatory positional args
   instead of named args, since they were/are required anyway (the
   script crashes if they aren't given)
4) Removes Fuchsia-specific defaults and documentation references
5) Renames the test_name argument to target_name for more consistency
   with gn/ninja parlance
6) Updates doc references, especially for 

Bug: None
Change-Id: I64051d3e35d6b143d7688083a3c0877ffbf06ff3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787587
Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694321}
2019-09-06 18:14:58 +00:00
Elly Fong-Jones
9996b21790 docs: add debugging-with-swarming
This document describes how to use isolates and swarming to debug individual
test failures.

Bug: None
Change-Id: I7afe6f79caf41dd06f01be01580f738d2a3f661c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778984
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Reviewed-by: Aaron Gable <agable@chromium.org>
Cr-Commit-Position: refs/heads/master@{#693684}
2019-09-05 13:24:43 +00:00