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

Unified Diff: dart/tests/isolate/isolate.status

Issue 46163002: Bugfix in test.dart, adding of specialized test outcomes for analyzer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 2 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
Index: dart/tests/isolate/isolate.status
diff --git a/dart/tests/isolate/isolate.status b/dart/tests/isolate/isolate.status
index 70a991dfbc11334bff3be87804f2eff11fb1e393..16da9f8212a273f15300abe2496c97d1a0373b2c 100644
--- a/dart/tests/isolate/isolate.status
+++ b/dart/tests/isolate/isolate.status
@@ -11,13 +11,6 @@ serialization_test: SkipByDesign # Tests dart2js-specific serialization code
isolate2_negative_test: Skip # Issue 12587.
isolate3_negative_test: Skip # Issue 12587.
-[ $analyzer ]
-isolate2_negative_test: Fail
-isolate_negative_test: Fail
-spawn_function_negative_test: Fail
-spawn_uri_vm_negative_test: Fail
-unresolved_ports_negative_test: Fail
-
[ $compiler == dart2js && $jscl ]
browser/*: SkipByDesign # Browser specific tests
illegal_msg_stream_test: RuntimeError # Issue 6750
@@ -139,3 +132,11 @@ spawn_function_custom_class_test: Fail
spawn_function_test: Fail
stacktrace_message_test: Fail
unresolved_ports_test: Fail
+
+[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
+browser/typed_data_message_test: StaticWarning
+isolate3_negative_test: CompileTimeError
+isolate_import_negative_test: CompileTimeError
+mandel_isolate_stream_test: StaticWarning
+mandel_isolate_test: StaticWarning
+serialization_test: StaticWarning

Powered by Google App Engine
This is Rietveld 408576698