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

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

Issue 190013005: Add Isolate.kill(). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update tests, status Created 6 years, 9 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 [ $compiler == none || $compiler == dart2dart ] 9 [ $compiler == none || $compiler == dart2dart ]
10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
11 isolate_throws_test/01: Skip # Issue 12587 11 isolate_throws_test/01: Skip # Issue 12587
12 compile_time_error_test/01: Skip # Issue 12587 12 compile_time_error_test/01: Skip # Issue 12587
13 capability_test: Fail # Not implemented yet 13 capability_test: Fail # Not implemented yet
14 pause_test: Fail # Not implemented yet 14 pause_test: Fail # Not implemented yet
15 start_paused_test: Fail # Not implemented yet 15 start_paused_test: Fail # Not implemented yet
16 ondone_test: Skip # Not implemented yet, hangs. 16 ondone_test: Skip # Not implemented yet, hangs.
17 ping_test: Fail # Not implemented yet 17 ping_test: Fail # Not implemented yet
18 ping_pause_test: Fail # Not implemented yet 18 ping_pause_test: Fail # Not implemented yet
19 kill_test: Fail # Not implemented yet
20 kill2_test: Fail # Not implemented yet
21 kill3_test: Skip # Not implemented yet, hangs.
22 kill_self_test: Skip # Not implemented yet, hangs.
19 23
20 [ $compiler == dart2js && $jscl ] 24 [ $compiler == dart2js && $jscl ]
21 browser/*: SkipByDesign # Browser specific tests 25 browser/*: SkipByDesign # Browser specific tests
22 pause_test: Fail # non-zero timer not supported. 26 pause_test: Fail # non-zero timer not supported.
23 27
24 [ $compiler == dart2js ] 28 [ $compiler == dart2js ]
25 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart 29 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart
26 30
27 [ $compiler == dart2js && $runtime == ie9 ] 31 [ $compiler == dart2js && $runtime == ie9 ]
28 browser/typed_data_message_test: Fail # Issue 12624 32 browser/typed_data_message_test: Fail # Issue 12624
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 86 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
83 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction 87 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
84 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 88 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
85 isolate_throws_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 89 isolate_throws_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
86 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 90 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
87 91
88 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 92 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
89 browser/typed_data_message_test: StaticWarning 93 browser/typed_data_message_test: StaticWarning
90 mint_maker_test: StaticWarning 94 mint_maker_test: StaticWarning
91 serialization_test: StaticWarning 95 serialization_test: StaticWarning
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698