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

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

Issue 14323005: Correct ie9 test status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] 5 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ]
6 mandel_isolate_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/94 07 6 mandel_isolate_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/94 07
7 nested_spawn_stream2_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/940 7 7 nested_spawn_stream2_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/940 7
8 count_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 8 count_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407
9 count_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 9 count_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407
10 mandel_isolate_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 10 mandel_isolate_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 spawn_uri_vm_negative_test: Skip # ditto above. 94 spawn_uri_vm_negative_test: Skip # ditto above.
95 isolate2_negative_test: Fail, Pass # Issue 7769 95 isolate2_negative_test: Fail, Pass # Issue 7769
96 96
97 [ $compiler == dart2js && $jscl ] 97 [ $compiler == dart2js && $jscl ]
98 spawn_uri_negative_test: Pass # for the wrong reasons (not supported in d8) 98 spawn_uri_negative_test: Pass # for the wrong reasons (not supported in d8)
99 spawn_uri_test: Fail, OK # loading another file is not supported in d8 99 spawn_uri_test: Fail, OK # loading another file is not supported in d8
100 spawn_uri_vm_negative_test: Skip # ditto above. 100 spawn_uri_vm_negative_test: Skip # ditto above.
101 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. 101 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
102 spawn_uri_nested_vm_test: Skip # test uses a ".dart" suffix that only works in v m. 102 spawn_uri_nested_vm_test: Skip # test uses a ".dart" suffix that only works in v m.
103 103
104 [ $compiler == dart2js && $runtime == ie ] 104 [ $compiler == dart2js && $runtime == ie9 ]
105 spawn_uri_test: Fail 105 spawn_uri_test: Fail
106 106
107 [ $compiler == dart2js && $runtime == none ] 107 [ $compiler == dart2js && $runtime == none ]
108 *: Fail, Pass # TODO(ahe): Triage these tests. 108 *: Fail, Pass # TODO(ahe): Triage these tests.
109 109
110 [ $compiler == dart2dart ] 110 [ $compiler == dart2dart ]
111 # Skip until we stabilize language tests. 111 # Skip until we stabilize language tests.
112 *: Skip 112 *: Skip
113 113
114 # TODO(ajohnsen): Fix this as part of library changes. 114 # TODO(ajohnsen): Fix this as part of library changes.
115 [ $compiler == none ] 115 [ $compiler == none ]
116 isolate_negative_test: Skip # Bug 6890 116 isolate_negative_test: Skip # Bug 6890
117 117
118 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ] 118 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ]
119 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 119 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952
120 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 120 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952
121 121
122 [ $arch == arm ] 122 [ $arch == arm ]
123 *: Skip 123 *: Skip
124 124
125 [ $arch == simarm ] 125 [ $arch == simarm ]
126 *: Skip 126 *: Skip
127 127
128 [ $arch == mips ] 128 [ $arch == mips ]
129 *: Skip 129 *: Skip
130 130
131 [ $arch == simmips ] 131 [ $arch == simmips ]
132 *: Skip 132 *: Skip
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