|
Added support for running an HTTP server during the test and being able to serve up static files. Later this will be extended to being able to write tests on both ends of the connection, but this is a first step.
Committed: https://code.google.com/p/dart/source/detail?r=12674
Total comments: 17
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+203 lines, -58 lines) |
Patch |
 |
A |
utils/testrunner/client_server_task.dart
|
View
|
1
2
3
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utils/testrunner/configuration.dart
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
utils/testrunner/dart2js_task.dart
|
View
|
1
2
3
|
1 chunk |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
D |
utils/testrunner/dart_task.dart
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
utils/testrunner/dart_wrap_task.dart
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
utils/testrunner/delete_task.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
utils/testrunner/drt_task.dart
|
View
|
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
utils/testrunner/html_wrap_task.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
utils/testrunner/http_server_test_runner.dart
|
View
|
1
2
3
4
|
1 chunk |
+119 lines, -0 lines |
4 comments
|
Download
|
 |
M |
utils/testrunner/options.dart
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utils/testrunner/run_process_task.dart
|
View
|
|
2 chunks |
+3 lines, -8 lines |
0 comments
|
Download
|
 |
M |
utils/testrunner/testrunner.dart
|
View
|
|
2 chunks |
+15 lines, -5 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|