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

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

Issue 749373002: - Implement Isolate.ping. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years 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.
11 11
12 [ $compiler == none || $compiler == dart2dart ] 12 [ $compiler == none || $compiler == dart2dart ]
13 serialization_test: SkipByDesign # Tests dart2js-specific serialization code 13 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
14 compile_time_error_test/01: Skip # Issue 12587 14 compile_time_error_test/01: Skip # Issue 12587
15 capability_test: Fail # Not implemented yet 15 capability_test: Fail # Not implemented yet
16 start_paused_test: Fail # Not implemented yet 16 start_paused_test: Fail # Not implemented yet
17 ondone_test: Fail # Not implemented yet 17 ondone_test: Fail # Not implemented yet
18 ping_test: Fail # Not implemented yet 18 ping_test: Skip # Resolve test issues
19 ping_pause_test: Fail # Not implemented yet 19 ping_pause_test: Skip # Resolve test issues
20 kill_test: Fail # Not implemented yet 20 kill_test: Fail # Not implemented yet
21 kill2_test: Fail # Not implemented yet 21 kill2_test: Fail # Not implemented yet
22 kill3_test: Fail # Not implemented yet 22 kill3_test: Fail # Not implemented yet
23 kill_self_test: Fail # Not implemented yet 23 kill_self_test: Fail # Not implemented yet
24 handle_error_test: Fail # Not implemented yet 24 handle_error_test: Fail # Not implemented yet
25 handle_error2_test: Fail # Not implemented yet 25 handle_error2_test: Fail # Not implemented yet
26 handle_error3_test: Fail # Not implemented yet 26 handle_error3_test: Fail # Not implemented yet
27 function_send_test: Fail # Not implemented yet 27 function_send_test: Fail # Not implemented yet
28 28
29 [ $compiler == none && $runtime == ContentShellOnAndroid ] 29 [ $compiler == none && $runtime == ContentShellOnAndroid ]
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649 98 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649
99 spawn_uri_missing_test: Skip # Times out. 99 spawn_uri_missing_test: Skip # Times out.
100 100
101 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 101 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
102 browser/typed_data_message_test: StaticWarning 102 browser/typed_data_message_test: StaticWarning
103 mint_maker_test: StaticWarning 103 mint_maker_test: StaticWarning
104 serialization_test: StaticWarning 104 serialization_test: StaticWarning
105 105
106 [ $compiler != none || $runtime != vm ] 106 [ $compiler != none || $runtime != vm ]
107 package_root_test: SkipByDesign # Uses dart:io. 107 package_root_test: SkipByDesign # Uses dart:io.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698