OS: Android
When one of the following tests fail, the other independent tests that succeed otherwise fail too.
The list of tests that cause the side-effect:
- brotli_filter_unittest.cc
- proxy_resolver_v8_unittest.cc
- url_util_unittests.cc
- x509_certificate_unittest.cc
What steps will reproduce the problem?
(1) Run "ninja -C out/Debug net_unittests"
(2) Run "ninja -C out/Debug net_unittests_apk"
(3) Run "build/android/test_runner.py gtest -s url_unittests --verbose"
All tests should pass.
(4) Make brotli_filter_unittest.cc fail.
(5) Re-run the tests. Not only brotli_filter_unittest.cc will fail but some other tests too.
What is the expected output?
Only brotli_filter_unittest.cc fails.
What do you see instead?
brotli_filter_unittest.cc failure impacts other tests.