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

Issue 11361157: Fix bug 6586: (Closed)

Created:
8 years, 1 month ago by Ivan Posva
Modified:
8 years, 1 month ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix bug 6586: - Attempt to run the Monitor thread_test multiple times before failing due to its potential to failure due to timing. - Use named constants when converting millis to seconds and nanos. Committed: https://code.google.com/p/dart/source/detail?r=14695

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -6 lines) Patch
M runtime/platform/thread_macos.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/tests/vm/vm.status View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/thread_test.cc View 1 2 1 chunk +18 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Ivan Posva
8 years, 1 month ago (2012-11-07 23:24:20 UTC) #1
siva
lgtm https://chromiumcodereview.appspot.com/11361157/diff/4001/runtime/vm/thread_test.cc File runtime/vm/thread_test.cc (right): https://chromiumcodereview.appspot.com/11361157/diff/4001/runtime/vm/thread_test.cc#newcode56 runtime/vm/thread_test.cc:56: OS::Print("wakeup_time: %"Pd64"\n", wakeup_time); Is this print statement needed? ...
8 years, 1 month ago (2012-11-07 23:41:02 UTC) #2
Ivan Posva
https://codereview.chromium.org/11361157/diff/4001/runtime/vm/thread_test.cc File runtime/vm/thread_test.cc (right): https://codereview.chromium.org/11361157/diff/4001/runtime/vm/thread_test.cc#newcode56 runtime/vm/thread_test.cc:56: OS::Print("wakeup_time: %"Pd64"\n", wakeup_time); On 2012/11/07 23:41:02, siva wrote: > ...
8 years, 1 month ago (2012-11-08 18:01:07 UTC) #3
Ivan Posva
8 years, 1 month ago (2012-11-08 18:07:39 UTC) #4
Updated and removed the test from being flaky in the status.

-Ivan

Powered by Google App Engine
This is Rietveld 408576698