| commit | 1bff8b6eda20a43ab2de5ea196f2b3ac6bea6234 | [log] [tgz] |
|---|---|---|
| author | Charles William Dick <[email protected]> | Sun Nov 29 23:42:20 2020 |
| committer | Commit Bot <[email protected]> | Wed Dec 23 22:51:13 2020 |
| tree | 8e267fae4e69f8b7d1669280946131185137c1b4 | |
| parent | 8abb3edae25049f7960180d00c93b52bd91f0b4f [diff] |
arc.MemoryChromeOSPerf limit allocation size arc.MemoryChromeOSPerf.noarc is failing on some boards because very large allocations are failing. Allocation sizes may have increased because of https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/2528992 This change limits the maximum allocation size to 64 MiB. BUG=b:166750882 TEST=tast test dut arc.MemoryChromeOSPerf.noarc Change-Id: I4ba25c9b634a6793b388e3ab33a496e47b626af0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/2564302 Reviewed-by: Matthias Springer <[email protected]> Reviewed-by: Charles Dueck <[email protected]> Reviewed-by: Shuhei Takahashi <[email protected]> Tested-by: Charles Dueck <[email protected]> Commit-Queue: Charles Dueck <[email protected]>
This repository contains integration tests that are run by Tast.
helpers/ - Source code for binaries executed by tests.local/ - Helpers for local tests that are compiled and installed to /usr/local/libexec/tast/helpers/local/cros by the tast-local-helpers-cros package.src/chromiumos/tast/Shared code, the main tast executable, the local_test_runner and remote_test_runner executables responsible for running bundles, and documentation are located in the tast repository.