New issue
Advanced search Search tips

Issue 736104 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

eCTS: Develop meta tests

Project Member Reported by dnojiri@chromium.org, Jun 22 2017

Issue description

Umbrella bug for meta tests. Meta tests should test eCTS itself. It tests:

* Right return code is returned
* Expectations are properly processed to produce FAIL and PASS
* Syncing and starting tests sequentially
* Common functionalities of cts.py:
  * Building & flashing images
  * Result parsing and printing
  * UART communication between host and DUT (or TH)
  * Host only return code (DID_NOT_START, DID_NOT_END, INVALID_RC, etc.)

 
Description: Show this description
Project Member

Comment 2 by bugdroid1@chromium.org, Jun 27 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/87de017dbe9a09bf33e34e462f8cb0a1b1dba087

commit 87de017dbe9a09bf33e34e462f8cb0a1b1dba087
Author: erikchen <erikchen@chromium.org>
Date: Tue Jun 27 22:52:49 2017

mac: Roll hermetic toolchain to Xcode 8.3.2.

Xcode 8.3.2 requires macOS 10.12+. This version of Xcode 8.3.2 has both the
10.10 and 10.12 SDKs, and builds will continue to use the 10.10 SDK.

To support machines running macOS versions < 10.12, but don't require building
targets, this CL also:
  * Does not download the hermetic toolchain if the macOS version does not
    support the toolchain version.
  * Does not allow building targets with the default hermetic toolchain if the
    macOS version does not support the toolchain version.

BUG= 624049 

Review-Url: https://codereview.chromium.org/2950933003
Cr-Original-Original-Commit-Position: refs/heads/master@{#481225}
Committed: https://chromium.googlesource.com/chromium/src/+/2f19b143e444c920e643feda583e9ceb72d29c8e
Review-Url: https://codereview.chromium.org/2950933003
Cr-Original-Commit-Position: refs/heads/master@{#481692}
Committed: https://chromium.googlesource.com/chromium/src/+/350127923178be13e901e047ea5719890e7af365
Review-Url: https://codereview.chromium.org/2950933003
Cr-Commit-Position: refs/heads/master@{#482776}

[modify] https://crrev.com/87de017dbe9a09bf33e34e462f8cb0a1b1dba087/build/mac/should_use_hermetic_xcode.py
[modify] https://crrev.com/87de017dbe9a09bf33e34e462f8cb0a1b1dba087/build/mac_toolchain.py
[modify] https://crrev.com/87de017dbe9a09bf33e34e462f8cb0a1b1dba087/build_overrides/build.gni

Sign in to add a comment