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

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

Issue 68813002: Fix VM not accepting static methods for Isolate.spawn. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: removed throw_exception boolean. Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « runtime/vm/isolate.cc ('k') | tests/isolate/static_function_lib.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 [ $compiler == none ] 9 [ $compiler == none ]
10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 message2_test: Fail 104 message2_test: Fail
105 message_test: Fail 105 message_test: Fail
106 mint_maker_test: Fail 106 mint_maker_test: Fail
107 nested_spawn2_test: Fail 107 nested_spawn2_test: Fail
108 nested_spawn_test: Fail 108 nested_spawn_test: Fail
109 request_reply_test: Fail 109 request_reply_test: Fail
110 spawn_function_custom_class_test: Fail 110 spawn_function_custom_class_test: Fail
111 spawn_function_test: Fail 111 spawn_function_test: Fail
112 stacktrace_message_test: Fail 112 stacktrace_message_test: Fail
113 unresolved_ports_test: Fail 113 unresolved_ports_test: Fail
114 static_function_test: Fail
114 115
115 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 116 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
116 browser/typed_data_message_test: StaticWarning 117 browser/typed_data_message_test: StaticWarning
117 isolate3_negative_test: CompileTimeError 118 isolate3_negative_test: CompileTimeError
118 isolate_import_negative_test: CompileTimeError 119 isolate_import_negative_test: CompileTimeError
119 mint_maker_test: StaticWarning 120 mint_maker_test: StaticWarning
120 serialization_test: StaticWarning 121 serialization_test: StaticWarning
121 unresolved_ports_test: StaticWarning 122 unresolved_ports_test: StaticWarning
122 123
OLDNEW
« no previous file with comments | « runtime/vm/isolate.cc ('k') | tests/isolate/static_function_lib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698