ager@google.com
1191c37e56
Enable frog testing components.
...
Respect timeout command-line option.
Use option names with underscores understood by all components.
Improve compact progress report using stdout access.
R=whesse@google.com
BUG=
TEST=
Review URL: http://codereview.chromium.org//8537010
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1460 260f80e4-7a28-3924-810f-c04153c831b5
2011-11-11 14:08:07 +00:00
ager@google.com
10092daafd
Parse command-line options into a list of test configurations.
...
This allows to run multiple variants at once:
./tools/test.dart --mode=debug,release --component=most
R=whesse@google.com
BUG=
TEST=
Review URL: http://codereview.chromium.org//8511056
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1453 260f80e4-7a28-3924-810f-c04153c831b5
2011-11-11 10:53:18 +00:00
ager@google.com
6b73da258c
Implement 'compact' progress indicator.
...
At this point it is not that compact because print always prints
a newline and therefore we cannot reuse the same line in the output.
I will update that when we have access to stdout stream.
Removed asserts that fail when test script is run from runtime
directory.
Removed debugging output from status file parsing.
R=whesse@google.com
BUG=
TEST=
Review URL: http://codereview.chromium.org//8523009
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1452 260f80e4-7a28-3924-810f-c04153c831b5
2011-11-11 10:24:02 +00:00
ager@google.com
187e1cd2ab
Use the configuration for determining the binary to use for testing.
...
So far supporting components vm and dartc.
Also, use the actual configuration for status file parsing.
R=whesse@google.com
BUG=
TEST=
Review URL: http://codereview.chromium.org//8540002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1450 260f80e4-7a28-3924-810f-c04153c831b5
2011-11-11 09:27:51 +00:00
ager@google.com
a427f80ccc
Getting started on options parsing.
...
Support the most common options. So far only the --tasks/-j option
is actually used.
R=whesse@google.com
BUG=
TEST=
Review URL: http://codereview.chromium.org//8508054
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1405 260f80e4-7a28-3924-810f-c04153c831b5
2011-11-10 16:14:06 +00:00
whesse@google.com
70da4ae316
Add asynchronous test suite runner to Dart rewrite of test scripts.
...
BUG=
TEST=
Review URL: http://codereview.chromium.org//8492013
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1316 260f80e4-7a28-3924-810f-c04153c831b5
2011-11-08 15:21:47 +00:00