Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Issue 369001: Improve the run time of base_unittests by about 20s by reducing timeouts in (Closed)

Created:
11 years, 1 month ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Improve the run time of base_unittests by about 20s by reducing timeouts in the following tests: ObserverListThreadSafeTest.CrossThreadObserver ObserverListThreadSafeTest.CrossThreadNotifications ThreadCollisionTest.MTSynchedScopedBookCriticalSectionTest ThreadCollisionTest.MTSynchedScopedRecursiveBookCriticalSectionTest TEST=Covered by base_unittests. BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31112

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M base/observer_list_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/thread_collision_warner_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Paweł Hajdan Jr.
This is a part of GTTF, based on the slowness report at http://build.chromium.org/buildbot/slowness-report/ I think ...
11 years, 1 month ago (2009-11-05 08:45:52 UTC) #1
Nicolas Sylvain
the change LGTM, make sure to watch for new flakiness Nicolas
11 years, 1 month ago (2009-11-05 15:15:44 UTC) #2
Paweł Hajdan Jr.
On 2009/11/05 15:15:44, Nicolas Sylvain wrote: > the change LGTM, make sure to watch for ...
11 years, 1 month ago (2009-11-05 16:03:04 UTC) #3
Mike Belshe
lgtm
11 years, 1 month ago (2009-11-05 16:30:03 UTC) #4
Timur Iskhodzhanov
LGTM
11 years, 1 month ago (2009-11-05 18:14:18 UTC) #5
Timur Iskhodzhanov
11 years, 1 month ago (2009-11-05 18:17:29 UTC) #6
Regarding ThreadSanitizer,
Sleeps don't affect its race detection algorithm most of the time.
When sleeps do affect the algorithm, having shorter sleeps is even better for
the accuracy.

On 2009/11/05 18:14:18, Timur Iskhodzhanov wrote:
> LGTM

Powered by Google App Engine
This is Rietveld 408576698