Skip dev_compiler/gen while testing analyzer.

There are about 400 failures in them.

R=brianwilkerson@google.com, jmesserly@google.com
BUG=

Review URL: https://codereview.chromium.org/2358393003 .
This commit is contained in:
Konstantin Shcheglov 2016-09-22 10:19:03 -07:00
parent 5703f5adb1
commit 1e744f3dc2

View file

@ -19,6 +19,9 @@ analyzer2dart/test/*: Skip
dart_messages/test/dart_messages_test: Skip # Requires a package root.
[ $compiler == dart2analyzer ]
dev_compiler/gen/*: SkipByDesign
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
mutation_observer: Skip # Issue 21149
unittest/*: Skip # Issue 21949