Bring in the latest test and stream_channel

The test repo was split into 3 sub-packages

Change-Id: I2b24a998d590c4a3edeb4a6b18d511f361cb82be
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98262
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Nate Bosch 2019-04-11 19:07:58 +00:00 committed by commit-bot@chromium.org
parent d4fee0a85e
commit 561dc79a7b
3 changed files with 13 additions and 4 deletions

View file

@ -66,6 +66,7 @@ observatory_test_package:runtime/observatory/tests/service/observatory_test_pack
package_config:third_party/pkg_tested/package_config/lib
package_resolver:third_party/pkg_tested/package_resolver/lib
path:third_party/pkg/path/lib
pedantic:third_party/pkg/pedantic/lib
pool:third_party/pkg/pool/lib
protobuf:third_party/pkg/protobuf/protobuf/lib
pub:third_party/pkg/pub/lib
@ -88,7 +89,9 @@ stream_channel:third_party/pkg/stream_channel/lib
string_scanner:third_party/pkg/string_scanner/lib
telemetry:pkg/telemetry/lib
term_glyph:third_party/pkg/term_glyph/lib
test:third_party/pkg/test/lib
test:third_party/pkg/test/pkgs/test/lib
test_api:third_party/pkg/test/pkgs/test_api/lib
test_core:third_party/pkg/test/pkgs/test_core/lib
test_dart:tools/testing/dart
test_descriptor:third_party/pkg/test_descriptor/lib
test_process:third_party/pkg/test_process/lib

7
DEPS
View file

@ -108,6 +108,7 @@ vars = {
"package_config_tag": "1.0.5",
"package_resolver_tag": "1.0.10",
"path_tag": "1.6.2",
"pedantic_tag": "v1.5.0",
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
"pool_tag": "1.3.6",
"protobuf_rev": "0c77167b16d00b561a6055bfe26690af7f26ae88",
@ -125,13 +126,13 @@ vars = {
"source_maps_tag": "8af7cc1a1c3a193c1fba5993ce22a546a319c40e",
"source_span_tag": "1.5.5",
"stack_trace_tag": "1.9.3",
"stream_channel_tag": "1.6.8",
"stream_channel_tag": "2.0.0",
"string_scanner_tag": "1.0.3",
"test_descriptor_tag": "1.1.1",
"test_process_tag": "1.0.3",
"term_glyph_tag": "1.0.1",
"test_reflective_loader_tag": "0.1.8",
"test_tag": "1.3.4",
"test_tag": "test-v1.6.1",
"typed_data_tag": "1.1.6",
"unittest_rev": "2b8375bc98bb9dc81c539c91aaea6adce12e1072",
"usage_tag": "3.4.0",
@ -301,6 +302,8 @@ deps = {
+ "@" + Var("package_resolver_tag"),
Var("dart_root") + "/third_party/pkg/path":
Var("dart_git") + "path.git" + "@" + Var("path_tag"),
Var("dart_root") + "/third_party/pkg/pedantic":
Var("dart_git") + "pedantic.git" + "@" + Var("pedantic_tag"),
Var("dart_root") + "/third_party/pkg/pool":
Var("dart_git") + "pool.git" + "@" + Var("pool_tag"),
Var("dart_root") + "/third_party/pkg/protobuf":

View file

@ -22,6 +22,7 @@ http_parser:../../third_party/pkg/http_parser/lib
matcher:../../third_party/pkg/matcher/lib
package_config:../../third_party/pkg_tested/package_config/lib
package_resolver:../../third_party/pkg_tested/package_resolver/lib
pedantic:../../third_party/pkg/pedantic/lib
pool:../../third_party/pkg/pool/lib
pub_semver:../../third_party/pkg/pub_semver/lib
source_map_stack_trace:../../third_party/pkg/source_map_stack_trace/lib
@ -30,6 +31,8 @@ source_span:../../third_party/pkg/source_span/lib
stream_channel:../../third_party/pkg/stream_channel/lib
string_scanner:../../third_party/pkg/string_scanner/lib
term_glyph:../../third_party/pkg/term_glyph/lib
test:../../third_party/pkg/test/lib
test:../../third_party/pkg/test/pkgs/test/lib
test_api:../../third_party/pkg/test/pkgs/test_api/lib
test_core:../../third_party/pkg/test/pkgs/test_core/lib
typed_data:../../third_party/pkg/typed_data/lib
observatory_test_package:tests/service/observatory_test_package