Commit Graph

8 Commits

Author SHA1 Message Date
Jacob Richman 2dcd56ef43 Format all tests.
There are far too many files here to review everyone carefully.
Spot checking most of the diffs look good as test code is generally written
with less care than application code so lots of ugly formatting get through.
If people notice files where the automated formatting bothers them feel free
to comment indicating file names and I'll move spaces within comments to make
the formatting cleaner and use comments to force block formatting as I have
done for other case where formatting looked bad.

BUG=
R=efortuna@google.com

Review-Url: https://codereview.chromium.org/2771453003 .
2017-04-17 14:53:02 -07:00
alanknight@google.com 144398d233 Add tests for timers in background isolates in Dartium.
BUG=
R=terry@google.com

Review URL: https://codereview.chromium.org//975213002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@44241 260f80e4-7a28-3924-810f-c04153c831b5
2015-03-04 17:31:20 +00:00
kevmoo@google.com 4283c3e41e using unittest via package import
R=sigmund@google.com

Review URL: https://codereview.chromium.org//231413003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34890 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-09 19:42:11 +00:00
floitsch@google.com 6a72655d1b Very simple version of Isolates.
R=ajohnsen@google.com, iposva@google.com, kasperl@google.com, lrn@google.com

Review URL: https://codereview.chromium.org//27215002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29271 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-25 19:23:00 +00:00
floitsch@google.com 6d2f9a24fc Rewrite async test to make it non-flaky.
R=blois@google.com

Review URL: https://codereview.chromium.org//22976006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26441 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 16:54:12 +00:00
antonm@google.com f0f9c22c26 Do early return before checks below.
TBR=vsm@google.com

Review URL: https://codereview.chromium.org//13477002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20801 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-02 16:57:35 +00:00
antonm@google.com ac6e052fc2 Fix a typo.
TBR=vsm@google.com

Review URL: https://codereview.chromium.org//13470011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20784 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-02 15:40:33 +00:00
antonm@google.com adedf4a31a Add a test for timers in child isolates.
And fix some subtle problems.

R=podivilov@chromium.org,vsm@google.com

Review URL: https://codereview.chromium.org//13308002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20773 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-02 12:29:34 +00:00