Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(673)

Unified Diff: runtime/observatory/.analysis_options

Issue 1273373003: Don't analyze some tests that depend on bleeding edge SDK support (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/debugger.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/.analysis_options
diff --git a/runtime/observatory/.analysis_options b/runtime/observatory/.analysis_options
new file mode 100644
index 0000000000000000000000000000000000000000..fd7cfbf79398e004a8354d8481821bee2504ba3c
--- /dev/null
+++ b/runtime/observatory/.analysis_options
@@ -0,0 +1,9 @@
+analyzer:
+ exclude:
+# Remove once Dart 1.13-dev is released
+ - tests/service/developer_extension_test.dart
+# Remove once Dart 1.13-dev is released
+ - tests/service/logging_test.dart
+ - tests/ui/log.dart
+# Remove once Dart 1.13-dev is released
+ - tests/service/get_stack_rpc_test.dart
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/debugger.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698