Fix the duplicate resolving check

java Field are shared across object, so keep track of them
per object to avoid a same object or inherited object to be
set and preventing others to be set too.

Test: unit tests
Bug: 136669539
Change-Id: I56eb0abc58ae107680547087282bbdb3f9a92201
2 files changed
tree: 8349b7cd252a5b616d5e15349494e594d3694396
  1. atest/
  2. clearcut_client/
  3. common_util/
  4. device_build_interfaces/
  5. global_configuration/
  6. invocation_interfaces/
  7. proto/
  8. python-lib/
  9. remote/
  10. res/
  11. src/
  12. test_result_interfaces/
  13. tests/
  14. util-apps/
  15. .classpath
  16. .gitignore
  17. .project
  18. Android.bp
  19. Android.mk
  20. atest_tradefed.sh
  21. CleanSpec.mk
  22. error_prone_rules.mk
  23. MANIFEST.mf
  24. OWNERS
  25. PREUPLOAD.cfg
  26. pylintrc
  27. README.md
  28. run_tf_cmd.sh
  29. script_help.sh
  30. TEST_MAPPING
  31. TEST_MAPPING_README
  32. tradefed.sh
  33. tradefed_win.bat
README.md

Trade Federation (TF / Tradefed)

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:

  • source build/envsetup.sh
  • tapas tradefed-all
  • make -j8

More information at: https://source.android.com/devices/tech/test_infra/tradefed/

See more details about Tradefed Architecture at: https://source.android.com/devices/tech/test_infra/tradefed/architecture