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

Side by Side Diff: tests/isolate/isolate.status

Issue 1343213002: Fix for issue 24243 (allow objects of dart:core and dart:collections to be passed in for now, we ne… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: skip-test Created 5 years, 3 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 unified diff | Download patch
« no previous file with comments | « runtime/vm/snapshot.cc ('k') | tests/isolate/issue_24243_child1_isolate.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $runtime == vm ] 5 [ $runtime == vm ]
6 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests. 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests.
8 8
9 [ $runtime != vm ] 9 [ $runtime != vm ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
(...skipping 27 matching lines...) Expand all
38 cross_isolate_message_test: Skip # Issue 12627 38 cross_isolate_message_test: Skip # Issue 12627
39 message_test: Skip # Issue 12627 39 message_test: Skip # Issue 12627
40 40
41 [ $compiler == dart2js ] 41 [ $compiler == dart2js ]
42 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. 42 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI.
43 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. 43 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI.
44 spawn_uri_exported_main_test: SkipByDesign # Test uses a ".dart" URI. 44 spawn_uri_exported_main_test: SkipByDesign # Test uses a ".dart" URI.
45 issue_21398_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI. 45 issue_21398_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI.
46 issue_21398_parent_isolate1_test: SkipByDesign # Test uses a ".dart" URI. 46 issue_21398_parent_isolate1_test: SkipByDesign # Test uses a ".dart" URI.
47 issue_21398_parent_isolate2_test: SkipByDesign # Test uses a ".dart" URI. 47 issue_21398_parent_isolate2_test: SkipByDesign # Test uses a ".dart" URI.
48 issue_24243_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI.
48 function_send1_test: SkipByDesign # Test uses a ".dart" URI. 49 function_send1_test: SkipByDesign # Test uses a ".dart" URI.
49 error_exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. 50 error_exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
50 error_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. 51 error_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
51 exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. 52 exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
52 message3_test/constList: RuntimeError # Issue 21817 53 message3_test/constList: RuntimeError # Issue 21817
53 message3_test/constList_identical: RuntimeError # Issue 21817 54 message3_test/constList_identical: RuntimeError # Issue 21817
54 message3_test/constMap: RuntimeError # Issue 21817 55 message3_test/constMap: RuntimeError # Issue 21817
55 message3_test/constInstance: RuntimeError # Issue 21817 56 message3_test/constInstance: RuntimeError # Issue 21817
56 browser/issue_12474_test: CompileTimeError # Issue 22529 57 browser/issue_12474_test: CompileTimeError # Issue 22529
57 enum_const_test/02: RuntimeError # Issue 21817 58 enum_const_test/02: RuntimeError # Issue 21817
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 [ $compiler != none || $runtime != vm ] 138 [ $compiler != none || $runtime != vm ]
138 package_root_test: SkipByDesign # Uses dart:io. 139 package_root_test: SkipByDesign # Uses dart:io.
139 140
140 [ $compiler == dart2js && $cps_ir ] 141 [ $compiler == dart2js && $cps_ir ]
141 deferred_in_isolate2_test: RuntimeError # Exception: Some tests failed. 142 deferred_in_isolate2_test: RuntimeError # Exception: Some tests failed.
142 isolate_current_test: RuntimeError # Please triage this failure. 143 isolate_current_test: RuntimeError # Please triage this failure.
143 message3_test/byteBuffer: RuntimeError # Please triage this failure. 144 message3_test/byteBuffer: RuntimeError # Please triage this failure.
144 message3_test/fun: RuntimeError # Please triage this failure. 145 message3_test/fun: RuntimeError # Please triage this failure.
145 message3_test/int32x4: RuntimeError # Please triage this failure. 146 message3_test/int32x4: RuntimeError # Please triage this failure.
146 message3_test/none: RuntimeError # Please triage this failure. 147 message3_test/none: RuntimeError # Please triage this failure.
OLDNEW
« no previous file with comments | « runtime/vm/snapshot.cc ('k') | tests/isolate/issue_24243_child1_isolate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698