From c2d24d59e14d27ab20dbc398749ac893d10c49d6 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Fri, 26 Jan 2018 18:49:59 +0000 Subject: [PATCH] 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 Commit-Queue: Zach Anderson --- .packages | 1 + DEPS | 3 +++ third_party/pkg_tested/pkg_tested.status | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.packages b/.packages index cfa718c241b..1727351b089 100644 --- a/.packages +++ b/.packages @@ -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 diff --git a/DEPS b/DEPS index c56016f7f1c..0ed025ff338 100644 --- a/DEPS +++ b/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"), diff --git a/third_party/pkg_tested/pkg_tested.status b/third_party/pkg_tested/pkg_tested.status index 958daf2287f..a19ff8d13b9 100644 --- a/third_party/pkg_tested/pkg_tested.status +++ b/third_party/pkg_tested/pkg_tested.status @@ -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