Skip to content

Commit 096bde2

Browse files
committed
[cleanup] Remove co19_2 and other references to _2 suites
Bug: b/310114753 Cq-Include-Trybots: luci.dart.try:dart2js-hostasserts-linux-unsound-try,ddc-linux-chrome-unsound-try,vm-kernel-linux-debug-x64-try,vm-kernel-linux-release-x64-try,vm-kernel-precomp-linux-release-x64-try,front-end-linux-release-x64-try Change-Id: I45ebfda5d746f12ca0fa3c0003c299720f1c7179 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/337180 Commit-Queue: Alexander Thomas <[email protected]> Reviewed-by: Jonas Termansen <[email protected]>
1 parent b9dc72f commit 096bde2

File tree

5 files changed

+3
-25
lines changed

5 files changed

+3
-25
lines changed

DEPS

+2-11
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,9 @@ vars = {
5353
# Use a published dev version to support unstable platforms.
5454
"sdk_tag": "version:3.2.0-150.0.dev",
5555

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.
5858
"co19_rev": "460758bf4c298812d47b24f7e5040c75088c3ebf",
59-
# This line prevents conflicts when both packages are rolled simultaneously.
60-
"co19_2_rev": "d87f9096ec0a14cd7c32c33316fb2378b89d6a45",
6159

6260
# The internal benchmarks to use. See go/dart-benchmarks-internal
6361
"benchmarks_internal_rev": "f048a4a853e3062056d39c3db100acdde42f16d6",
@@ -268,13 +266,6 @@ deps = {
268266
}],
269267
"dep_type": "cipd",
270268
},
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-
},
278269
Var("dart_root") + "/third_party/markupsafe":
279270
Var("chromium_git") + "/chromium/src/third_party/markupsafe.git" +
280271
"@" + Var("markupsafe_rev"),

sdk.code-workspace

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"tests",
5252
"runtime/tests",
5353
"runtime/observatory/tests",
54-
"runtime/observatory_2/tests",
5554

5655
// We don't control the third_party code, so don't analyze it.
5756
// It includes old Dart examples (e.g. protobuf) or README.dart

tests/co19/update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Uploads a new version of the co19 CIPD package.
2+
# Updates DEPS to the latest co19 CIPD package.
33

44
set -e
55
set -x

tests/language_2/OWNERS

-9
This file was deleted.

tools/bots/test_matrix.json

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
"tests/language/",
3232
"tests/lib/",
3333
"tests/web/",
34-
"tests/web_2/jsinterop_test.dart",
35-
"tests/web_2/native/",
36-
"tests/web_2/non_jsinterop_test.dart",
3734
"third_party/babel/babel.min.js",
3835
"third_party/d8/",
3936
"third_party/pkg/",

0 commit comments

Comments
 (0)