base_unittests: TaskSchedulerWorkerTest.WorkerDetaches leaked mock object |
|||
Issue description
Retrying 10 tests (retry #1)
[ RUN ] TaskSchedulerWorkerTest.WorkerDetaches
[ OK ] TaskSchedulerWorkerTest.WorkerDetaches (2 ms)
[----------] 1 test from TaskSchedulerWorkerTest (3 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (3 ms total)
[ PASSED ] 1 test.
../../base/task_scheduler/scheduler_worker_unittest.cc:511: ERROR: this mock object (used in test TaskSchedulerWorkerTest.WorkerDetaches) should be deleted but never is. Its address is @0xb8601a00.
ERROR: 1 leaked mock object found at program exit.
(1121 ms)
Retrying 1 test (retry #2)
[ RUN ] TaskSchedulerWorkerTest.WorkerDetaches
[ OK ] TaskSchedulerWorkerTest.WorkerDetaches (2 ms)
[----------] 1 test from TaskSchedulerWorkerTest (2 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (3 ms total)
[ PASSED ] 1 test.
../../base/task_scheduler/scheduler_worker_unittest.cc:511: ERROR: this mock object (used in test TaskSchedulerWorkerTest.WorkerDetaches) should be deleted but never is. Its address is @0xb77b1a00.
ERROR: 1 leaked mock object found at program exit.
[2583/2583] TaskSchedulerWorkerTest.WorkerDetaches (2 ms)
Retrying 1 test (retry #3)
[ RUN ] TaskSchedulerWorkerTest.WorkerDetaches
[ OK ] TaskSchedulerWorkerTest.WorkerDetaches (1 ms)
[----------] 1 test from TaskSchedulerWorkerTest (2 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (2 ms total)
[ PASSED ] 1 test.
../../base/task_scheduler/scheduler_worker_unittest.cc:511: ERROR: this mock object (used in test TaskSchedulerWorkerTest.WorkerDetaches) should be deleted but never is. Its address is @0xb7542a00.
ERROR: 1 leaked mock object found at program exit.
[2584/2584] TaskSchedulerWorkerTest.WorkerDetaches (1 ms)
1 test failed on exit:
TaskSchedulerWorkerTest.WorkerDetaches (../../base/task_scheduler/scheduler_worker_unittest.cc:503)
,
Jun 5 2017
mbjorge: What's the context of this run?
,
Jun 5 2017
Ah, sorry, meant to add more details. This is happening on our v1 Chromecast devices. We have a checkout of Chromium that we regularly roll to keep up-to-date. Our latest roll brought in changes between: 67711f360e46 (Tue May 9 21:42) "Support generation of component ta..." and 659885eebc27 (Wed May 17 04:52) "[ObjC ARC] Converts ios/chrome/br..." It seems to be only failing on our user builds (is_debug=False). It failed 14/20 of the latest runs on the user builds. I checked the eng (re: debug) builds, and runs on other devices, and runs on our desktop builds, but didn't see any other failures
,
May 3 2018
This test no longer exists. |
|||
►
Sign in to add a comment |
|||
Comment 1 by mbjorge@chromium.org
, Jun 5 2017