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

Unified Diff: tests/isolate/isolate.status

Issue 23368003: Cleanup of isolate.status (first step) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « tests/isolate/compute_this_script_browser_test.dart ('k') | tests/isolate/isolate_stress_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/isolate.status
diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
index 70bdd47f3da85f16f7e17818648ee35bd343e674..2b093d210fc095e61100420058359cd5dafa6a57 100644
--- a/tests/isolate/isolate.status
+++ b/tests/isolate/isolate.status
@@ -3,24 +3,22 @@
# BSD-style license that can be found in the LICENSE file.
[ $runtime == vm ]
-isolate2_negative_test: Skip # Need to resolve correct behaviour.
-isolate3_negative_test: Skip # test depends on isolate error exiting process.
+browser/*: SkipByDesign # Browser specific tests
+isolate2_negative_test: Skip # Issue 12587.
+isolate3_negative_test: Skip # Issue 12587.
serialization_test: Skip # tests dart2js-specific serialization code
spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm.
-compute_this_script_browser_test: Skip # browser specific test
-compute_this_script_browser_stream_test: Skip # browser specific test
-ports_compilation_browser_test: Skip # browser specific test
-unresolved_ports_negative_test: Skip # See Issue 6839
-isolate_stress_test: Fail # TODO(ahe): This should be able to pass when we have wrapper-less tests.
+unresolved_ports_negative_test: Skip # Issue 6839
+isolate_stress_test: Fail # Issue 12588: This should be able to pass when we have wrapper-less tests.
[ $compiler == none && $runtime == drt ]
ricow1 2013/08/22 07:11:10 you could unify this section with the section abov
Søren Gjesse 2013/08/22 07:33:25 Will make a new CL for that.
-isolate2_negative_test: Skip # Inherited from VM.
-isolate3_negative_test: Skip # Inherited from VM.
+isolate2_negative_test: Skip # Issue 12587.
+isolate3_negative_test: Skip # Issue 12587.
serialization_test: Skip # tests dart2js-specific serialization code
ricow1 2013/08/22 07:11:10 Is this SkibByDesign as well?
Søren Gjesse 2013/08/22 07:33:25 Ditto.
spawn_uri_test: Skip # uses a .js extension (not for dartium)
spawn_uri_negative_test: Skip # ditto
-[ $compiler == dartanalyzer ]
+[ $analyzer ]
isolate2_negative_test: fail
isolate_negative_test: fail
spawn_function_negative_test: fail
@@ -29,17 +27,11 @@ spawn_uri_vm_negative_test: fail
unresolved_ports_negative_test: fail
[ $compiler == dart2analyzer ]
-isolate2_negative_test: fail
isolate_import_negative_test: fail
-isolate_negative_test: fail
-spawn_function_negative_test: fail
-spawn_uri_negative_test: fail
-spawn_uri_vm_negative_test: fail
-unresolved_ports_negative_test: fail
-[ $compiler == dart2js && ($runtime == d8 || $jscl) ]
+[ $compiler == dart2js && $jscl ]
+browser/*: SkipByDesign # Browser specific tests
illegal_msg_stream_test: Fail # Issue 6750
-typed_data_message_test: Fail, OK # DataView only supported in browsers.
[ $compiler == dart2js && $browser ]
illegal_msg_stream_test: Fail, Pass # Issue 6750
@@ -58,7 +50,7 @@ global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart
global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http://dartbug.com/9024
[ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $runtime == safari) ]
-typed_data_message_test: Fail
+browser/typed_data_message_test: Fail
[ $runtime == safari ]
cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1120
@@ -105,15 +97,11 @@ mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952
isolate_stress_test: Pass, Slow # http://dartbug.com/10697
[ $arch == arm || $arch == simarm ]
-*: Skip
+*: Skip # Issue 12589
-[ $arch == mips ]
-*: Skip
-
-[ $arch == simmips ]
-*: Skip
+[ $arch == mips || $arch == simmips ]
+*: Skip # Issue 12590
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
-# Skipped for in-progress Dartium rull on 8-16-2013
-isolate_stress_test: Skip
+isolate_stress_test: Skip # Issue 12537
« no previous file with comments | « tests/isolate/compute_this_script_browser_test.dart ('k') | tests/isolate/isolate_stress_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698