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

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

Issue 926113003: Fix status file for dart2dart (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | 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.
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 67
68 [ $compiler == dart2dart ] 68 [ $compiler == dart2dart ]
69 illegal_msg_mirror_test: RuntimeError # Issue 16548 69 illegal_msg_mirror_test: RuntimeError # Issue 16548
70 spawn_uri_multi_test/none: RuntimeError # Issue 16549 70 spawn_uri_multi_test/none: RuntimeError # Issue 16549
71 spawn_uri_nested_vm_test: RuntimeError # Issue 16549 71 spawn_uri_nested_vm_test: RuntimeError # Issue 16549
72 spawn_uri_test: RuntimeError # Issue 16549 72 spawn_uri_test: RuntimeError # Issue 16549
73 spawn_uri_vm_test: RuntimeError # Issue 16549 73 spawn_uri_vm_test: RuntimeError # Issue 16549
74 spawn_uri_exported_main_test: RuntimeError # Issue 16549 74 spawn_uri_exported_main_test: RuntimeError # Issue 16549
75 issue_21398_parent_isolate_test: RuntimeError # Issue 16549 75 issue_21398_parent_isolate_test: RuntimeError # Issue 16549
76 issue_21398_parent_isolate1_test: RuntimeError # Issue 16549 76 issue_21398_parent_isolate1_test: RuntimeError # Issue 16549
77 issue_21398_parent_isolate2_test: Skip # Not implemented yet
77 78
78 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid) ] 79 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid) ]
79 isolate_stress_test: Pass, Slow # Issue 10697 80 isolate_stress_test: Pass, Slow # Issue 10697
80 81
81 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 82 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
82 unresolved_ports_test: Pass, Timeout # Issue 15610 83 unresolved_ports_test: Pass, Timeout # Issue 15610
83 84
84 [ $compiler == none && $runtime == drt ] 85 [ $compiler == none && $runtime == drt ]
85 spawn_uri_nested_vm_test: Skip # Issue 14463 86 spawn_uri_nested_vm_test: Skip # Issue 14463
86 87
87 [ $jscl ] 88 [ $jscl ]
88 spawn_uri_multi_test/none: RuntimeError # Issue 13544 89 spawn_uri_multi_test/none: RuntimeError # Issue 13544
89 90
90 [ ($compiler == none || $compiler == dart2dart) && ($runtime == dartium || $runt ime == drt || $runtime == ContentShellOnAndroid) ] 91 [ ($compiler == none || $compiler == dart2dart) && ($runtime == dartium || $runt ime == drt || $runtime == ContentShellOnAndroid) ]
91 pause_test: Fail # Not implemented yet 92 pause_test: Fail # Not implemented yet
92 93
93 [ $compiler == none && $runtime == ContentShellOnAndroid ] 94 [ $compiler == none && $runtime == ContentShellOnAndroid ]
94 nested_spawn2_test: Skip # Issue 19127: This test is timing out. 95 nested_spawn2_test: Skip # Issue 19127: This test is timing out.
95 96
96 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] 97 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
97 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. 98 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out.
98 99
99 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ] 100 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ]
100 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction 101 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
101 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 102 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
102 issue_21398_parent_isolate_test: Fail, OK # Issue 13921 Dom isolates don't suppo rt spawnFunction 103 issue_21398_parent_isolate_test: Fail, OK # Issue 13921 Dom isolates don't suppo rt spawnFunction
103 issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't supp ort spawnFunction 104 issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't supp ort spawnFunction
104 issue_21398_parent_isolate2_test: Fail, OK # Issue 13921 Dom isolates don't supp ort spawnFunction
105 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction 105 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
106 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction 106 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
107 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc tion 107 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc tion
108 object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunctio n 108 object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunctio n
109 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 109 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
110 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649 110 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649
111 spawn_uri_missing_test: Skip # Times out. 111 spawn_uri_missing_test: Skip # Times out.
112 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun ction 112 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun ction
113 113
114 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 114 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
115 browser/typed_data_message_test: StaticWarning 115 browser/typed_data_message_test: StaticWarning
116 mint_maker_test: StaticWarning 116 mint_maker_test: StaticWarning
117 117
118 [ $compiler != none || $runtime != vm ] 118 [ $compiler != none || $runtime != vm ]
119 package_root_test: SkipByDesign # Uses dart:io. 119 package_root_test: SkipByDesign # Uses dart:io.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698