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

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

Issue 1294803003: Implement new parameters on Isolate.spawn() for dart2js. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Make tests succeed. Created 5 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 unified diff | Download patch
« no previous file with comments | « tests/isolate/exit_at_spawn_test.dart ('k') | no next file » | 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 function_send1_test: SkipByDesign # Test uses a ".dart" URI. 48 function_send1_test: SkipByDesign # Test uses a ".dart" URI.
49 error_exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. 49 error_exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
50 error_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. 50 error_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
51 exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. 51 exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
52 message3_test/constList: RuntimeError # Issue 21817 52 message3_test/constList: RuntimeError # Issue 21817
53 message3_test/constList_identical: RuntimeError # Issue 21817 53 message3_test/constList_identical: RuntimeError # Issue 21817
54 message3_test/constMap: RuntimeError # Issue 21817 54 message3_test/constMap: RuntimeError # Issue 21817
55 message3_test/constInstance: RuntimeError # Issue 21817 55 message3_test/constInstance: RuntimeError # Issue 21817
56 browser/issue_12474_test: CompileTimeError # Issue 22529 56 browser/issue_12474_test: CompileTimeError # Issue 22529
57 enum_const_test/02: RuntimeError # Issue 21817 57 enum_const_test/02: RuntimeError # Issue 21817
58 error_exit_at_spawn_test: Fail # Issue 23876
59 error_at_spawn_test: Fail # Issue 23876
60 exit_at_spawn_test: Fail # Issue 23876
61 58
62 [ $compiler == dart2js && $runtime != d8 ] 59 [ $compiler == dart2js && $runtime != d8 ]
63 error_exit_at_spawn_test: Skip # Issue 23876 60 error_exit_at_spawn_test: Skip # Issue 23876
64 error_at_spawn_test: Skip # Issue 23876 61 error_at_spawn_test: Skip # Issue 23876
65 exit_at_spawn_test: Skip # Issue 23876 62 exit_at_spawn_test: Skip # Issue 23876
66 63
67 [ $compiler == dart2js && $jscl ] 64 [ $compiler == dart2js && $jscl ]
68 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell 65 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
69 66
70 [ $csp ] 67 [ $csp ]
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 [ $compiler != none || $runtime != vm ] 137 [ $compiler != none || $runtime != vm ]
141 package_root_test: SkipByDesign # Uses dart:io. 138 package_root_test: SkipByDesign # Uses dart:io.
142 139
143 [ $compiler == dart2js && $cps_ir ] 140 [ $compiler == dart2js && $cps_ir ]
144 deferred_in_isolate2_test: Crash # (lib.f()): deferred access is not implemented 141 deferred_in_isolate2_test: Crash # (lib.f()): deferred access is not implemented
145 isolate_current_test: RuntimeError # Please triage this failure. 142 isolate_current_test: RuntimeError # Please triage this failure.
146 message3_test/byteBuffer: RuntimeError # Please triage this failure. 143 message3_test/byteBuffer: RuntimeError # Please triage this failure.
147 message3_test/fun: RuntimeError # Please triage this failure. 144 message3_test/fun: RuntimeError # Please triage this failure.
148 message3_test/int32x4: RuntimeError # Please triage this failure. 145 message3_test/int32x4: RuntimeError # Please triage this failure.
149 message3_test/none: RuntimeError # Please triage this failure. 146 message3_test/none: RuntimeError # Please triage this failure.
OLDNEW
« no previous file with comments | « tests/isolate/exit_at_spawn_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698