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

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

Issue 23550002: Mark some tests as failing instead of skipping. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: One wasn't failing! Created 7 years, 3 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/tests/vm/vm.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 unresolved_ports_negative_test: Skip # Issue 6839 7 unresolved_ports_negative_test: Skip # Issue 6839
8 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests. 8 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests.
9 9
10 [ $compiler == none ] 10 [ $compiler == none ]
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 stream_mangling_test: Pass # Issue 12628 77 stream_mangling_test: Pass # Issue 12628
78 isolate_negative_test: Fail # Issue 12628 78 isolate_negative_test: Fail # Issue 12628
79 serialization_test: Pass # Issue 12628 79 serialization_test: Pass # Issue 12628
80 isolate_import_negative_test: Fail # Issue 12628 80 isolate_import_negative_test: Fail # Issue 12628
81 isolate2_negative_test: Fail # Issue 12628 81 isolate2_negative_test: Fail # Issue 12628
82 illegal_msg_test: Pass # Issue 12628 82 illegal_msg_test: Pass # Issue 12628
83 83
84 [ $compiler == dart2dart ] 84 [ $compiler == dart2dart ]
85 *: Skip # Issue 12629 85 *: Skip # Issue 12629
86 86
87 [ $compiler == none ]
88 isolate_negative_test: Skip # Bug 6890
89
90 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ] 87 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ]
91 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 88 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952
92 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 89 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952
93 90
94 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome ) ] 91 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome ) ]
95 isolate_stress_test: Pass, Slow # Issue 10697 92 isolate_stress_test: Pass, Slow # Issue 10697
96 93
97 [ $arch == arm || $arch == simarm ] 94 [ $arch == arm || $arch == simarm ]
98 *: Skip # Issue 12589 95 *: Skip # Issue 12589
99 96
100 [ $arch == mips || $arch == simmips ] 97 [ $arch == mips || $arch == simmips ]
101 *: Skip # Issue 12590 98 *: Skip # Issue 12590
102 99
103 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 100 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
104 isolate_stress_test: Skip # Issue 12537 101 isolate_stress_test: Skip # Issue 12537
OLDNEW
« no previous file with comments | « runtime/tests/vm/vm.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698