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

Issue 11028076: Fix timer tests: timer tests were not using expectAsync to wait for (Closed)

Created:
8 years, 2 months ago by justinfagnani
Modified:
8 years, 2 months ago
CC:
reviews_dartlang.org, kasperl
Visibility:
Public.

Description

Fix timer tests: timer tests were not using expectAsync to wait for callbacks to be executed. BUG=http:///dartbug/5730 Committed: https://code.google.com/p/dart/source/detail?r=13381

Patch Set 1 #

Total comments: 13

Patch Set 2 : Addresssed comments, cleaned up some variable names #

Patch Set 3 : Mark some tests as flaky in FF #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -162 lines) Patch
M pkg/unittest/unittest.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M tests/isolate/isolate.status View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M tests/isolate/multiple_timer_test.dart View 1 2 chunks +26 lines, -35 lines 0 comments Download
M tests/isolate/spawn_function_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/isolate/timer_cancel1_test.dart View 1 1 chunk +10 lines, -17 lines 0 comments Download
M tests/isolate/timer_cancel2_test.dart View 1 chunk +6 lines, -13 lines 0 comments Download
M tests/isolate/timer_cancel_test.dart View 1 1 chunk +29 lines, -31 lines 0 comments Download
M tests/isolate/timer_repeat_test.dart View 1 1 chunk +23 lines, -31 lines 0 comments Download
M tests/isolate/timer_test.dart View 1 1 chunk +24 lines, -33 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
justinfagnani
8 years, 2 months ago (2012-10-08 21:42:16 UTC) #1
Siggi Cherem (dart-lang)
Graham - can you take a look at the change in unittest below? Thanks! https://codereview.chromium.org/11028076/diff/1/pkg/unittest/unittest.dart ...
8 years, 2 months ago (2012-10-08 21:50:07 UTC) #2
gram
https://codereview.chromium.org/11028076/diff/1/pkg/unittest/unittest.dart File pkg/unittest/unittest.dart (right): https://codereview.chromium.org/11028076/diff/1/pkg/unittest/unittest.dart#newcode325 pkg/unittest/unittest.dart:325: print("No valid test, did you forget to run your ...
8 years, 2 months ago (2012-10-08 22:03:30 UTC) #3
justinfagnani
ptal https://codereview.chromium.org/11028076/diff/1/pkg/unittest/unittest.dart File pkg/unittest/unittest.dart (right): https://codereview.chromium.org/11028076/diff/1/pkg/unittest/unittest.dart#newcode325 pkg/unittest/unittest.dart:325: print("No valid test, did you forget to run ...
8 years, 2 months ago (2012-10-08 22:12:48 UTC) #4
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/11028076/diff/1/pkg/unittest/unittest.dart File pkg/unittest/unittest.dart (right): https://codereview.chromium.org/11028076/diff/1/pkg/unittest/unittest.dart#newcode325 pkg/unittest/unittest.dart:325: print("No valid test, did you forget to run ...
8 years, 2 months ago (2012-10-08 22:29:15 UTC) #5
justinfagnani
8 years, 2 months ago (2012-10-08 23:04:31 UTC) #6
Siggi Cherem (dart-lang)
8 years, 2 months ago (2012-10-08 23:12:37 UTC) #7
lgtm

Powered by Google App Engine
This is Rietveld 408576698