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

Unified Diff: tests/isolate/isolate.status

Issue 791543004: Revert "Isolates: allow sending of arbitrary objects in dart2js." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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/function_send_test.dart ('k') | tests/isolate/message3_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 e50bbef040538c0592c3078aa9e0ba2f08879213..ac112a41445e0205a90fb06aa6cc83561595396e 100644
--- a/tests/isolate/isolate.status
+++ b/tests/isolate/isolate.status
@@ -10,6 +10,7 @@ isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device.
[ $compiler == none || $compiler == dart2dart ]
+serialization_test: SkipByDesign # Tests dart2js-specific serialization code
compile_time_error_test/01: Skip # Issue 12587
start_paused_test: Fail # Not implemented yet
ondone_test: Fail # Not implemented yet
@@ -24,13 +25,6 @@ handle_error2_test: Fail # Not implemented yet
handle_error3_test: Fail # Not implemented yet
function_send_test: Fail # Not implemented yet
-message3_test/constList_identical: RuntimeError # Issue 21816
-message3_test/constMap: RuntimeError # Issue 21816
-message3_test/fun: RuntimeError # Issue 21585
-message3_test/constInstance: RuntimeError # Issue 21816
-message3_test/byteBuffer: Crash # Issue 21818
-message3_test/int32x4: Crash # Issue 21818
-
[ $compiler == none && $runtime == ContentShellOnAndroid ]
*: Skip # Isolate tests are timing out flakily on Android content_shell. Issue 19795
@@ -43,6 +37,11 @@ browser/*: SkipByDesign # Browser specific tests
[ $compiler == dart2js && $runtime == jsshell ]
pause_test: Fail # non-zero timer not supported.
+[ $compiler == dart2js ]
+serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart
+
+function_send_test/01: RuntimeError # dart2js allows sending closures to the same isolate.
+
[ $compiler == dart2js && $runtime == safari ]
cross_isolate_message_test: Skip # Issue 12627
message_test: Skip # Issue 12627
@@ -50,14 +49,13 @@ message_test: Skip # Issue 12627
[ $compiler == dart2js ]
spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI.
spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI.
-message3_test/constList: RuntimeError # Issue 21817
-message3_test/constList_identical: RuntimeError # Issue 21817
-message3_test/constMap: RuntimeError # Issue 21817
-message3_test/constInstance: RuntimeError # Issue 21817
[ $compiler == dart2js && $jscl ]
spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
+[ $compiler == dart2js && $runtime == none ]
+serialization_test: Pass # Issue 12628
+
[ $compiler == dart2js && $runtime == chromeOnAndroid ]
isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage.
@@ -95,8 +93,6 @@ spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out.
compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
-message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
-object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649
spawn_uri_missing_test: Skip # Times out.
@@ -104,6 +100,7 @@ spawn_uri_missing_test: Skip # Times out.
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
browser/typed_data_message_test: StaticWarning
mint_maker_test: StaticWarning
+serialization_test: StaticWarning
[ $compiler != none || $runtime != vm ]
package_root_test: SkipByDesign # Uses dart:io.
« no previous file with comments | « tests/isolate/function_send_test.dart ('k') | tests/isolate/message3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698