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

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

Issue 312123002: Revert "Ensure that failure to start an isolate all end up in the future." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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
« no previous file with comments | « runtime/vm/isolate.cc ('k') | tests/isolate/isolate_create_error_helper_echo.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 [ $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 pause_test: Fail # Not implemented yet 16 pause_test: Fail # Not implemented yet
17 start_paused_test: Fail # Not implemented yet 17 start_paused_test: Fail # Not implemented yet
18 ondone_test: Fail # Not implemented yet 18 ondone_test: Fail # Not implemented yet
19 ping_test: Fail # Not implemented yet 19 ping_test: Fail # Not implemented yet
20 ping_pause_test: Fail # Not implemented yet 20 ping_pause_test: Fail # Not implemented yet
21 kill_test: Fail # Not implemented yet 21 kill_test: Fail # Not implemented yet
22 kill2_test: Fail # Not implemented yet 22 kill2_test: Fail # Not implemented yet
23 kill3_test: Fail # Not implemented yet 23 kill3_test: Fail # Not implemented yet
24 kill_self_test: Fail # Not implemented yet 24 kill_self_test: Fail # Not implemented yet
25 handle_error_test: Fail # Not implemented yet 25 handle_error_test: Fail # Not implemented yet
26 handle_error2_test: Fail # Not implemented yet 26 handle_error2_test: Fail # Not implemented yet
27 handle_error3_test: Fail # Not implemented yet 27 handle_error3_test: Fail # Not implemented yet
28 28
29 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid)]
30 isolate_create_error_test/05: Fail # Expected to fail for now.
31 isolate_create_error_test/07: Fail # VM prints error even if it is caught.
32 # Web test framework detects this as a fail.
33
34 [ $compiler == dart2js && $jscl ] 29 [ $compiler == dart2js && $jscl ]
35 browser/*: SkipByDesign # Browser specific tests 30 browser/*: SkipByDesign # Browser specific tests
36 31
37 [ $compiler == dart2js && $runtime == jsshell ] 32 [ $compiler == dart2js && $runtime == jsshell ]
38 pause_test: Fail # non-zero timer not supported. 33 pause_test: Fail # non-zero timer not supported.
39 34
40 [ $compiler == dart2js ] 35 [ $compiler == dart2js ]
41 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart 36 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart
42 isolate_create_error_test: Fail # Cannot find URI of files to spawn.
43 37
44 [ $compiler == dart2js && $runtime == ie9 ] 38 [ $compiler == dart2js && $runtime == ie9 ]
45 browser/typed_data_message_test: Fail # Issue 12624 39 browser/typed_data_message_test: Fail # Issue 12624
46 40
47 [ $compiler == dart2js && $runtime == safari ] 41 [ $compiler == dart2js && $runtime == safari ]
48 cross_isolate_message_test: Skip # Issue 12627 42 cross_isolate_message_test: Skip # Issue 12627
49 message_test: Skip # Issue 12627 43 message_test: Skip # Issue 12627
50 44
51 [ $compiler == dart2js ] 45 [ $compiler == dart2js ]
52 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. 46 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI.
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 87 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
94 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction 88 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
95 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 89 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
96 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649 90 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649
97 spawn_uri_missing_test: Skip # Times out. 91 spawn_uri_missing_test: Skip # Times out.
98 92
99 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 93 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
100 browser/typed_data_message_test: StaticWarning 94 browser/typed_data_message_test: StaticWarning
101 mint_maker_test: StaticWarning 95 mint_maker_test: StaticWarning
102 serialization_test: StaticWarning 96 serialization_test: StaticWarning
OLDNEW
« no previous file with comments | « runtime/vm/isolate.cc ('k') | tests/isolate/isolate_create_error_helper_echo.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698