From 9fad776ac3bed74eab12015a1e0ee0655504891b Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Fri, 24 Sep 2021 17:07:45 +0000 Subject: [PATCH] [dart2js] Remove dart2js unit tests from the NNBD builder These tests were added to test the forked NNBD SDK but the SDK has long been unforked. Bug: b/200928253 Change-Id: Idb0891c2141a09320bf7779c260c79ec868f0ad0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214402 Auto-Submit: Alexander Thomas Commit-Queue: Sigmund Cherem Reviewed-by: Sigmund Cherem --- tools/bots/test_matrix.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index cc0f24353ec..20a574ec125 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -2886,13 +2886,6 @@ ], "shards": 6, "fileset": "web_platform_hostasserts_nnbd" - }, - { - "name": "dart2js nnbd unit tests", - "arguments": [ - "-nunittest-weak-asserts-no-sdk-linux", - "pkg//compiler/" - ] } ] },