mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:07:11 +00:00
DEPS in package:http_io
This brings package:http_io into third_party/pkg_tested so that its migrated tests will run on sdk commits. Change-Id: I516152747cdaeb1e874a900cb8ad57d84594ed6c Reviewed-on: https://dart-review.googlesource.com/36842 Reviewed-by: Kevin Moore <kevmoo@google.com> Commit-Queue: Zach Anderson <zra@google.com>
This commit is contained in:
parent
c31758dfee
commit
c2d24d59e1
3 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,7 @@ gardening:tools/gardening/lib
|
|||
glob:third_party/pkg/glob/lib
|
||||
html:third_party/pkg/html/lib
|
||||
http:third_party/pkg/http/lib
|
||||
http_io:third_party/pkg_tested/http_io/lib
|
||||
http_multi_server:third_party/pkg/http_multi_server/lib
|
||||
http_parser:third_party/pkg/http_parser/lib
|
||||
http_retry:third_party/pkg/http_retry/lib
|
||||
|
|
3
DEPS
3
DEPS
|
@ -87,6 +87,7 @@ vars = {
|
|||
"func_rev": "@25eec48146a58967d75330075ab376b3838b18a8",
|
||||
"glob_tag": "@1.1.5",
|
||||
"html_tag" : "@0.13.2+2",
|
||||
"http_io_tag": "@bea7f236fbd62f6e1b47d4806a889f628c58d114",
|
||||
"http_multi_server_tag" : "@2.0.4",
|
||||
"http_parser_tag" : "@3.1.1",
|
||||
"http_retry_tag": "@0.1.0",
|
||||
|
@ -229,6 +230,8 @@ deps = {
|
|||
Var("dart_git") + "html.git" + Var("html_tag"),
|
||||
Var("dart_root") + "/third_party/pkg/http":
|
||||
Var("dart_git") + "http.git" + Var("http_tag"),
|
||||
Var("dart_root") + "/third_party/pkg_tested/http_io":
|
||||
Var("dart_git") + "http_io.git" + Var("http_io_tag"),
|
||||
Var("dart_root") + "/third_party/pkg/http_multi_server":
|
||||
Var("dart_git") + "http_multi_server.git" +
|
||||
Var("http_multi_server_tag"),
|
||||
|
|
2
third_party/pkg_tested/pkg_tested.status
vendored
2
third_party/pkg_tested/pkg_tested.status
vendored
|
@ -27,3 +27,5 @@ pub/test/run/forwards_signal_posix_test: SkipByDesign
|
|||
dart_style/test/command_line_test: Skip # The test controller does not take into account that tests take much longer in debug mode or on simulators.
|
||||
dart_style/test/formatter_test: Skip # The test controller does not take into account that tests take much longer in debug mode or on simulators.
|
||||
|
||||
[ $compiler == dart2js || $compiler == dartdevc || $compiler == dartdevk ]
|
||||
http_io/*: SkipByDesign
|
||||
|
|
Loading…
Reference in a new issue