|
|
Allow single-dash options to be specified without a space before value.
./tools/test.dart -mdebug,release
Make the patterns given to the test script more restrictive. A pattern
has to specify the test suite as the first component. The rest is used
as a pattern on all tests within that suite:
./tools/test.dart -mrelease leg co19/leg
will run the leg tests and the co19 tests that contains the substring
'leg' somewhere in the full path name of the test.
R=whesse@google.com
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=2014
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+109 lines, -58 lines) |
Patch |
 |
M |
frog/tests/frog/test_config.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
frog/tests/leg/test_config.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
frog/tests/leg_only/test_config.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
samples/tests/samples/test_config.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tests/co19/test_config.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tests/corelib/test_config.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tests/isolate/test_config.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tests/language/test_config.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tests/standalone/test_config.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tests/stub-generator/test_config.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tools/test.dart
|
View
|
|
1 chunk |
+26 lines, -11 lines |
0 comments
|
Download
|
 |
M |
tools/test-runtime.dart
|
View
|
|
1 chunk |
+20 lines, -7 lines |
0 comments
|
Download
|
 |
M |
tools/testing/dart/test_options.dart
|
View
|
1
2
3
4
|
3 chunks |
+43 lines, -25 lines |
0 comments
|
Download
|
 |
M |
tools/testing/dart/test_suite.dart
|
View
|
1
2
|
4 chunks |
+10 lines, -15 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|