New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 598717 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

A failed test causes failure of other independent tests

Project Member Reported by kapishnikov@chromium.org, Mar 29 2016

Issue description

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.

 

Sign in to add a comment