commit | 01c3f3de9762ed3d3cdb97f18c2a907848c09fd8 | [log] [tgz] |
---|---|---|
author | Afshin Sadrieh <asadrieh@google.com> | Wed Sep 27 00:47:38 2023 +0000 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 20 00:32:31 2023 +0000 |
tree | 621451cd81973bbd1ebab826fee46d7733416f1c | |
parent | 2e8ba1c79e8de1b0a7bcb7748518d6683e59459a [diff] |
Parsing 'Not Run' flag as 'Skip' status. There is a bug where for the CFT runs, the 'Not Run' status is translated to CRASH status in the testhause. This was because the 'Not Run' status was not handled by the parser, thus it falls back to default value i.e. Crash 'Not Run' is more relevant to 'Skip' rather than 'Crash'. BUG=b:301307681 TEST=./fast_build.sh -t chromiumos/test/execution/cmd/cros-test/internal/tautoresults Change-Id: Iea3f4fca93635bc5e005708ebdc658310e2faf0f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/4895059 Auto-Submit: Afshin Sadrieh <asadrieh@google.com> Tested-by: Afshin Sadrieh <asadrieh@google.com> Commit-Queue: Derek Beckett <dbeckett@chromium.org> Reviewed-by: Derek Beckett <dbeckett@chromium.org> (cherry picked from commit c1ecc2e98977b1e6be59b8587dc8c37b77f09791) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/4937690 Commit-Queue: Afshin Sadrieh <asadrieh@google.com>