tast: Collect crashes from local tests.

Update the tast command to collect minidump crash files that
were created while running local_tests. They end up in a
"crashes" directory within the results dir.

BUG=chromium:770562
TEST=updated a test to kill a process and verified that its
     minidump was copied
CQ-DEPEND=I768db12107bb4b6beb2b522ddb8b8f4c515dc06c

Change-Id: Ic993fa215123d663c955e1401b3b5abd8875415d
Reviewed-on: https://chromium-review.googlesource.com/814496
Commit-Ready: Dan Erat <derat@chromium.org>
Tested-by: Dan Erat <derat@chromium.org>
Reviewed-by: Jason Clinton <jclinton@chromium.org>
5 files changed
tree: 21b3ecf7a23c56049a6d10a6a084c6019fc6b05b
  1. docs/
  2. src/
  3. fast_build.sh
  4. README.md
README.md

Tast

Tast is an integration-testing system for Chrome OS. Its focus is on maintainability, speed, and ease of interpreting and reproducing test results. It supports building, deploying, and running tests. It doesn't implement other functionality like managing labs of devices used for testing, scheduling tests, or storing test results.

To try it out, see the quickstart document. The overview is a good starting point for learning more about how the system is structured.

Directory structure

This repository is organized in accordance with the Go in Chromium OS suggestions.

  • src/chromiumos/
    • cmd/tast/ - main package for the tast executable used to build and run tests.
      • ... - Packages used only by the tast executable.
    • tast/... - Common packages shared by multiple executables.

Tests are located in the tast-tests repository.

Documentation

For more details, see the docs subdirectory.

GoDoc