platform_build_soong/ui/terminal
Colin Cross 323dc60712 Make lots of tests run in parallel
Putting t.Parallel() in each test makes them run in parallel.
Additional t.Parallel() could be added to each subtest, although
that requires making a local copy of the loop variable for
table driven tests.

Test: m checkbuild
Change-Id: I5d9869ead441093f4d7c5757f2447385333a95a4
2020-10-06 15:12:22 -07:00
..
Android.bp Inclusive fix: renaming dumb terminal to simple terminal. 2020-07-28 20:25:03 +00:00
format.go Move smart and dumb terminals into separate implementations 2019-06-12 21:30:56 -07:00
simple_status.go Inclusive fix: renaming dumb terminal to simple terminal. 2020-07-28 20:25:03 +00:00
smart_status.go smart_status: move channel write outside lock to avoid deadlock 2019-10-29 15:27:32 -07:00
status.go Inclusive fix: renaming dumb terminal to simple terminal. 2020-07-28 20:25:03 +00:00
status_test.go Make lots of tests run in parallel 2020-10-06 15:12:22 -07:00
stdio.go Remove terminal.Writer 2019-06-12 21:30:56 -07:00
util.go Perform TERM check for file writers only 2019-07-02 09:51:42 -07:00
util_darwin.go Add a unified status reporting UI 2018-07-12 14:15:31 -07:00
util_linux.go Add a unified status reporting UI 2018-07-12 14:15:31 -07:00
util_test.go Make lots of tests run in parallel 2020-10-06 15:12:22 -07:00