File tree 5 files changed +3
-25
lines changed
5 files changed +3
-25
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,9 @@ vars = {
53
53
# Use a published dev version to support unstable platforms.
54
54
"sdk_tag" : "version:3.2.0-150.0.dev" ,
55
55
56
- # co19 is a cipd package. Use update.sh in tests/ co19[_2] to update these
57
- # hashes .
56
+ # co19 is a cipd package automatically generated for each co19 commit.
57
+ # Use tests/co19/update.sh to update this hash .
58
58
"co19_rev" : "460758bf4c298812d47b24f7e5040c75088c3ebf" ,
59
- # This line prevents conflicts when both packages are rolled simultaneously.
60
- "co19_2_rev" : "d87f9096ec0a14cd7c32c33316fb2378b89d6a45" ,
61
59
62
60
# The internal benchmarks to use. See go/dart-benchmarks-internal
63
61
"benchmarks_internal_rev" : "f048a4a853e3062056d39c3db100acdde42f16d6" ,
@@ -268,13 +266,6 @@ deps = {
268
266
}],
269
267
"dep_type" : "cipd" ,
270
268
},
271
- Var ("dart_root" ) + "/tests/co19_2/src" : {
272
- "packages" : [{
273
- "package" : "dart/third_party/co19/legacy" ,
274
- "version" : "git_revision:" + Var ("co19_2_rev" ),
275
- }],
276
- "dep_type" : "cipd" ,
277
- },
278
269
Var ("dart_root" ) + "/third_party/markupsafe" :
279
270
Var ("chromium_git" ) + "/chromium/src/third_party/markupsafe.git" +
280
271
"@" + Var ("markupsafe_rev" ),
Original file line number Diff line number Diff line change 51
51
" tests" ,
52
52
" runtime/tests" ,
53
53
" runtime/observatory/tests" ,
54
- " runtime/observatory_2/tests" ,
55
54
56
55
// We don't control the third_party code, so don't analyze it.
57
56
// It includes old Dart examples (e.g. protobuf) or README.dart
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- # Uploads a new version of the co19 CIPD package.
2
+ # Updates DEPS to the latest co19 CIPD package.
3
3
4
4
set -e
5
5
set -x
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 31
31
" tests/language/" ,
32
32
" tests/lib/" ,
33
33
" tests/web/" ,
34
- " tests/web_2/jsinterop_test.dart" ,
35
- " tests/web_2/native/" ,
36
- " tests/web_2/non_jsinterop_test.dart" ,
37
34
" third_party/babel/babel.min.js" ,
38
35
" third_party/d8/" ,
39
36
" third_party/pkg/" ,
You can’t perform that action at this time.
0 commit comments