Add nnbd_migration unit tests to analyzer bots
Change-Id: Id5c7ca2a88933e127e26ddffe3b665bf138330b9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/145503 Commit-Queue: Paul Berry <paulberry@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
committed by
commit-bot@chromium.org
parent
a99f7aef6e
commit
c49a626957
@@ -3055,6 +3055,15 @@
|
||||
"pkg/analyzer_plugin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "nnbd_migration unit tests",
|
||||
"arguments": [
|
||||
"-nanalyzer-unittest-asserts-${mode}-${system}",
|
||||
"pkg/nnbd_migration"
|
||||
],
|
||||
"shards": 2,
|
||||
"fileset": "analyzer_unit_tests"
|
||||
},
|
||||
{
|
||||
"name": "analyze tests co19_2",
|
||||
"arguments": [
|
||||
@@ -3448,7 +3457,7 @@
|
||||
"name": "package unit tests",
|
||||
"arguments": [
|
||||
"-nunittest-asserts-${mode}-${system}",
|
||||
"pkg/pkg/(?!(analyzer*|analysis_server|front_end|kernel)/)"
|
||||
"pkg/pkg/(?!(analyzer*|analysis_server|front_end|kernel|nnbd_migration)/)"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -3486,7 +3495,7 @@
|
||||
"name": "package unit tests",
|
||||
"arguments": [
|
||||
"-nunittest-asserts-${mode}-${system}",
|
||||
"pkg/pkg/(?!(analyzer*|analysis_server|front_end|kernel)/)"
|
||||
"pkg/pkg/(?!(analyzer*|analysis_server|front_end|kernel|nnbd_migration)/)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user