Index: tests/isolate/isolate.status |
diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status |
index 6a6742d75e021a98deb6c9a4d80cb0064222a998..959894db56eda2b4da22f1f9dabe22e4207a79e2 100644 |
--- a/tests/isolate/isolate.status |
+++ b/tests/isolate/isolate.status |
@@ -5,12 +5,15 @@ |
[ $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 |
+message3_test/constMap: RuntimeError # Issue TODO |
+message3_test/fun: RuntimeError # Issue TODO |
+message3_test/constInstance: RuntimeError # 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 +41,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 +48,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 +100,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. |