0
Files
src/docs/testing
Xianzhu Wang 112e68280c Add "exclusive_tests" field in VirtualTestSuites
Previously for a virtual test to skip the base tests, we needed to add
the following entries in NeverFixTests:
  base/tests/* [ Skip ]
  virtual/suite/base/tests/* [ Pass ]
and we needed to keep them in sync with VirtualTestSuites.

With the "exclusive_tests" field, we can define a virtual suite and
skip all or selected base tests at one place, which is easier to keep
consistency.

Bug: 1379095
Change-Id: Ic76a76eadcca3b7786906a925e5011c43ed59ce0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4010728
Reviewed-by: Weizhong Xia <weizhong@google.com>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1069366}
2022-11-09 22:20:50 +00:00
..