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

Issue 10031022: step 1 in making unittest platform independent. (Closed)

Created:
8 years, 8 months ago by Siggi Cherem (dart-lang)
Modified:
8 years, 8 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

step 1 in making unittest platform independent. Committed: https://code.google.com/p/dart/source/detail?r=6386

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : '' #

Patch Set 5 : #

Total comments: 29

Patch Set 6 : #

Patch Set 7 : #

Total comments: 2

Patch Set 8 : #

Patch Set 9 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -380 lines) Patch
M frog/tests/frog/src/unittest_node.dart View 1 2 3 4 5 6 7 1 chunk +9 lines, -31 lines 0 comments Download
A lib/unittest/config.dart View 1 2 3 4 5 6 7 8 1 chunk +65 lines, -0 lines 0 comments Download
A + lib/unittest/html_print.dart View 1 2 3 chunks +8 lines, -51 lines 0 comments Download
M lib/unittest/shared.dart View 1 2 3 4 5 6 chunks +30 lines, -25 lines 0 comments Download
M lib/unittest/unittest_dom.dart View 1 2 3 4 5 1 chunk +35 lines, -89 lines 0 comments Download
M lib/unittest/unittest_html.dart View 1 2 3 4 5 6 1 chunk +35 lines, -89 lines 1 comment Download
M lib/unittest/unittest_node.dart View 1 2 1 chunk +0 lines, -53 lines 0 comments Download
M lib/unittest/unittest_vm.dart View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -39 lines 0 comments Download
M samples/tests/samples/src/dartcombat/DartCombatTest.dart View 1 2 3 4 5 6 3 chunks +17 lines, -2 lines 0 comments Download
M samples/tests/samples/src/swarm/SwarmTest.dart View 1 2 3 4 5 6 2 chunks +16 lines, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
Siggi Cherem (dart-lang)
8 years, 8 months ago (2012-04-10 00:17:18 UTC) #1
Siggi Cherem (dart-lang)
FYI step 2 would be to do this: * shared.dart => unittest.dart with a defalt ...
8 years, 8 months ago (2012-04-10 00:20:47 UTC) #2
Bob Nystrom
Nice! https://chromiumcodereview.appspot.com/10031022/diff/1/lib/unittest/config.dart File lib/unittest/config.dart (right): https://chromiumcodereview.appspot.com/10031022/diff/1/lib/unittest/config.dart#newcode13 lib/unittest/config.dart:13: class Configuration { A class full of functions ...
8 years, 8 months ago (2012-04-10 00:30:31 UTC) #3
Siggi Cherem (dart-lang)
thanks Bob! https://chromiumcodereview.appspot.com/10031022/diff/1/lib/unittest/config.dart File lib/unittest/config.dart (right): https://chromiumcodereview.appspot.com/10031022/diff/1/lib/unittest/config.dart#newcode13 lib/unittest/config.dart:13: class Configuration { On 2012/04/10 00:30:31, Bob ...
8 years, 8 months ago (2012-04-10 01:05:28 UTC) #4
Bob Nystrom
https://chromiumcodereview.appspot.com/10031022/diff/5001/lib/unittest/unittest_html.dart File lib/unittest/unittest_html.dart (right): https://chromiumcodereview.appspot.com/10031022/diff/5001/lib/unittest/unittest_html.dart#newcode39 lib/unittest/unittest_html.dart:39: class _DefaultConfiguration() { This doesn't look like valid Dart ...
8 years, 8 months ago (2012-04-10 01:17:15 UTC) #5
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/10031022/diff/5001/lib/unittest/unittest_html.dart File lib/unittest/unittest_html.dart (right): https://chromiumcodereview.appspot.com/10031022/diff/5001/lib/unittest/unittest_html.dart#newcode39 lib/unittest/unittest_html.dart:39: class _DefaultConfiguration() { On 2012/04/10 01:17:15, Bob Nystrom wrote: ...
8 years, 8 months ago (2012-04-10 01:28:44 UTC) #6
Siggi Cherem (dart-lang)
done, also applied the changes we discussed in person.
8 years, 8 months ago (2012-04-10 02:03:14 UTC) #7
eub
Thanks, Siggi! http://codereview.chromium.org/10031022/diff/2003/lib/unittest/config.dart File lib/unittest/config.dart (right): http://codereview.chromium.org/10031022/diff/2003/lib/unittest/config.dart#newcode45 lib/unittest/config.dart:45: } This implementation makes me scratch my ...
8 years, 8 months ago (2012-04-10 18:06:02 UTC) #8
Emily Fortuna
with the other comments, looks fine to me, but I'm going to defer to rnystrom ...
8 years, 8 months ago (2012-04-10 18:14:12 UTC) #9
Bob Nystrom
A couple of minor changes. After those are done, LGTM. https://chromiumcodereview.appspot.com/10031022/diff/2003/lib/unittest/config.dart File lib/unittest/config.dart (right): https://chromiumcodereview.appspot.com/10031022/diff/2003/lib/unittest/config.dart#newcode33 ...
8 years, 8 months ago (2012-04-10 20:04:25 UTC) #10
Siggi Cherem (dart-lang)
thanks for all the comments! https://chromiumcodereview.appspot.com/10031022/diff/2003/lib/unittest/config.dart File lib/unittest/config.dart (right): https://chromiumcodereview.appspot.com/10031022/diff/2003/lib/unittest/config.dart#newcode5 lib/unittest/config.dart:5: /** On 2012/04/10 18:14:12, ...
8 years, 8 months ago (2012-04-10 21:40:18 UTC) #11
eub
LGTM! Thanks, Siggi. http://codereview.chromium.org/10031022/diff/2004/lib/unittest/config.dart File lib/unittest/config.dart (right): http://codereview.chromium.org/10031022/diff/2004/lib/unittest/config.dart#newcode62 lib/unittest/config.dart:62: // A non-zero exit code is ...
8 years, 8 months ago (2012-04-10 21:52:24 UTC) #12
Siggi Cherem (dart-lang)
done. THanks! http://codereview.chromium.org/10031022/diff/2004/lib/unittest/config.dart File lib/unittest/config.dart (right): http://codereview.chromium.org/10031022/diff/2004/lib/unittest/config.dart#newcode62 lib/unittest/config.dart:62: // A non-zero exit code is used ...
8 years, 8 months ago (2012-04-10 22:15:17 UTC) #13
Ivan Posva
8 years, 8 months ago (2012-04-13 07:16:16 UTC) #14
DBC

https://chromiumcodereview.appspot.com/10031022/diff/14001/lib/unittest/unitt...
File lib/unittest/unittest_html.dart (right):

https://chromiumcodereview.appspot.com/10031022/diff/14001/lib/unittest/unitt...
lib/unittest/unittest_html.dart:15: #source('html_print.dart');
Please add files in alphabetical order.

Powered by Google App Engine
This is Rietveld 408576698