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

Unified Diff: tests/isolate/isolate.status

Issue 742873002: Isolates: allow sending of arbitrary objects in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. 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 6a6742d75e021a98deb6c9a4d80cb0064222a998..3c1d8e366c226ded08c72ee1f86bcf2ace58dfbe 100644
--- a/tests/isolate/isolate.status
+++ b/tests/isolate/isolate.status
@@ -5,12 +5,17 @@
[ $runtime == vm ]
browser/*: SkipByDesign # Browser specific tests
isolate_stress_test: Fail # Issue 12588: This should be able to pass when we have wrapper-less tests.
+message3_test/constList_identical: RuntimeError # Issue TODO
sra1 2014/12/04 19:02:11 If possible create the issue and update TODOs befo
+message3_test/constMap: RuntimeError # Issue TODO
+message3_test/fun: RuntimeError # Issue TODO
+message3_test/constInstance: RuntimeError # Issue TODO
+message3_test/byteBuffer: Crash # Issue TODO
+message3_test/int32x4: Crash # Issue TODO
[ $runtime == vm && $arch == mips && $mode == debug ]
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
capability_test: Fail # Not implemented yet
start_paused_test: Fail # Not implemented yet
@@ -38,11 +43,6 @@ 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,13 +50,14 @@ 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 TODO
+message3_test/constList_identical: RuntimeError # Issue TODO
+message3_test/constMap: RuntimeError # Issue TODO
+message3_test/constInstance: RuntimeError # Issue TODO
[ $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.
@@ -101,7 +102,6 @@ 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