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

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

Issue 45433002: Status file updates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | 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 [ $compiler == none ] 9 [ $compiler == none ]
10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. 73 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage.
74 74
75 [ $compiler == dart2dart ] 75 [ $compiler == dart2dart ]
76 *: Skip # Issue 12629 76 *: Skip # Issue 12629
77 77
78 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ] 78 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ]
79 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 79 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952
80 80
81 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome ) ] 81 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome ) ]
82 isolate_stress_test: Pass, Slow # Issue 10697 82 isolate_stress_test: Pass, Slow # Issue 10697
83 isolate_stress_test: Timeout # Issue 14461
83 84
84 [ $compiler == none && $runtime == drt ] 85 [ $compiler == none && $runtime == drt ]
85 isolate_stress_test: Skip # Issue 12537 86 isolate_stress_test: Skip # Issue 12537
86 87
87 [ $csp ] 88 [ $csp ]
88 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 89 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454
89 spawn_uri_test: Fail # http://dartbug.com/13454 90 spawn_uri_test: Fail # http://dartbug.com/13454
90 91
91 [ $jscl || $runtime == ie9 ] 92 [ $jscl || $runtime == ie9 ]
92 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 93 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544
(...skipping 16 matching lines...) Expand all
109 message2_test: Fail 110 message2_test: Fail
110 message_test: Fail 111 message_test: Fail
111 mint_maker_test: Fail 112 mint_maker_test: Fail
112 nested_spawn2_test: Fail 113 nested_spawn2_test: Fail
113 nested_spawn_test: Fail 114 nested_spawn_test: Fail
114 request_reply_test: Fail 115 request_reply_test: Fail
115 spawn_function_custom_class_test: Fail 116 spawn_function_custom_class_test: Fail
116 spawn_function_test: Fail 117 spawn_function_test: Fail
117 stacktrace_message_test: Fail 118 stacktrace_message_test: Fail
118 unresolved_ports_test: Fail 119 unresolved_ports_test: Fail
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698