commit | d0e00daf71921665edb0c993cb51ba29a41e6eb0 | [log] [tgz] |
---|---|---|
author | jdesprez <jdesprez@google.com> | Thu Sep 07 18:54:49 2017 -0700 |
committer | jdesprez <jdesprez@google.com> | Mon Sep 25 12:31:08 2017 -0700 |
tree | 102d43b289e8df8c14af5d5306d6d9a66f08e382 | |
parent | 8663ba4f4de9ac675dfa0289f14dc002d061dcb7 [diff] |
Enforce MustBeClosed by Error prone Force some particular resource to be handled carefully and closed safely as part of try-resource-catch. Test: make google-tradefed-all javac-check -j64 RUN_ERROR_PRONE=true unit tests still pass Bug: 62864604 Change-Id: Idec188acf456d46801c16a353e95d21b967c0637
TF is a test harness used to drive Android automated testing. It runs on test hosts and monitors the connected devices, handling test scheduling & execution and device management.
Other test harnesses like Compatibility Test Suite (CTS) and Vendor Test Suite (VTS) use TF as a basis and extend it for their particular needs.
Building TF:
More information at: https://source.android.com/devices/tech/test_infra/tradefed/