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

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

Issue 1139793002: Fix status file and add accidentally removed test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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 | Annotate | Revision Log
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 && $arch == mips && $mode == debug ] 9 [ $runtime == vm && $arch == mips && $mode == debug ]
10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. 10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 function_send_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 100 function_send_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
101 ondone_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 101 ondone_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
102 kill_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 102 kill_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
103 kill2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 103 kill2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
104 kill3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 104 kill3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
105 kill_self_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 105 kill_self_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
106 handle_error_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 106 handle_error_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
107 handle_error2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 107 handle_error2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
108 handle_error3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 108 handle_error3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
109 timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: Dom isolates don't su pport spawnFunction 109 timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: Dom isolates don't su pport spawnFunction
110 deferred_in_isolate_test: Fail, OK # Issue 16209, 13921 Dom isolates don't supp ort spawnFunction 110 deferred_in_isolate2_test: Fail, OK # Issue 16209, 13921 Dom isolates don't sup port spawnFunction
111 bool_from_environment_default_value_test: Skip 111 bool_from_environment_default_value_test: Skip
112 int_from_environment_default_value_test: Skip 112 int_from_environment_default_value_test: Skip
113 string_from_environment_default_value_test: Skip 113 string_from_environment_default_value_test: Skip
114 114
115 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 115 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
116 browser/typed_data_message_test: StaticWarning 116 browser/typed_data_message_test: StaticWarning
117 mint_maker_test: StaticWarning 117 mint_maker_test: StaticWarning
118 118
119 [ $compiler != none || $runtime != vm ] 119 [ $compiler != none || $runtime != vm ]
120 package_root_test: SkipByDesign # Uses dart:io. 120 package_root_test: SkipByDesign # Uses dart:io.
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 spawn_uri_multi_test/01: Crash # unsupported element kind: _defaultEnvironment:f ield 172 spawn_uri_multi_test/01: Crash # unsupported element kind: _defaultEnvironment:f ield
173 spawn_uri_multi_test/none: Crash # unsupported element kind: _defaultEnvironment :field 173 spawn_uri_multi_test/none: Crash # unsupported element kind: _defaultEnvironment :field
174 stacktrace_message_test: Crash # (main): handleStaticFunctionGet: function(main) 174 stacktrace_message_test: Crash # (main): handleStaticFunctionGet: function(main)
175 start_paused_test: Crash # (notyet): handleStaticFunctionGet: function(notyet) 175 start_paused_test: Crash # (notyet): handleStaticFunctionGet: function(notyet)
176 static_function_test: Crash # (main): handleStaticFunctionGet: function(main) 176 static_function_test: Crash # (main): handleStaticFunctionGet: function(main)
177 string_from_environment_default_value_test: Crash # (test): handleStaticFunction Get: function(test) 177 string_from_environment_default_value_test: Crash # (test): handleStaticFunction Get: function(test)
178 timer_isolate_test: Crash # cannot compile methods that need interceptor calling convention. 178 timer_isolate_test: Crash # cannot compile methods that need interceptor calling convention.
179 typed_message_test: Crash # (logMessages): handleStaticFunctionGet: function(log Messages) 179 typed_message_test: Crash # (logMessages): handleStaticFunctionGet: function(log Messages)
180 unresolved_ports_test: Crash # (main): handleStaticFunctionGet: function(main) 180 unresolved_ports_test: Crash # (main): handleStaticFunctionGet: function(main)
181 181
OLDNEW
« tests/isolate/deferred_in_isolate2_test.dart ('K') | « tests/isolate/deferred_in_isolate2_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698