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

Side by Side Diff: tests/co19/co19-dart2js.status

Issue 23014008: Update suppressions for IE9 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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 | tests/lib/lib.status » ('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 [ $compiler == dart2js && $runtime == drt ] 5 [ $compiler == dart2js && $runtime == drt ]
6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293 6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293
7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293 7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293
8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293
9 9
10 [ $compiler == dart2js && $runtime == jsshell ] 10 [ $compiler == dart2js && $runtime == jsshell ]
11 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 11 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
12 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out. 12 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out.
13 13
14 [ $compiler == dart2js && $checked && $runtime == ie9 ] 14 [ $compiler == dart2js && $checked && $runtime == ie9 ]
15 LibTest/core/Map/Map_class_A01_t04: Slow, Pass 15 LibTest/core/Map/Map_class_A01_t04: Slow, Pass
16 LibTest/isolate/isolate_api/spawnUri_A02_t03: Pass, Fail # Issue 8920
16 17
17 # Crashes first, please. Then untriaged bugs. There is a section below 18 # Crashes first, please. Then untriaged bugs. There is a section below
18 # for co19 bugs. 19 # for co19 bugs.
19 [ $compiler == dart2js ] 20 [ $compiler == dart2js ]
20 21
21 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 22 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
22 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 23 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
23 Language/05_Variables/05_Variables_A07_t05: Fail # TODO(ahe): Please triage this failure. 24 Language/05_Variables/05_Variables_A07_t05: Fail # TODO(ahe): Please triage this failure.
24 Language/05_Variables/05_Variables_A07_t06: Fail # TODO(ahe): Please triage this failure. 25 Language/05_Variables/05_Variables_A07_t06: Fail # TODO(ahe): Please triage this failure.
25 Language/05_Variables/05_Variables_A07_t07: Fail # TODO(ahe): Please triage this failure. 26 Language/05_Variables/05_Variables_A07_t07: Fail # TODO(ahe): Please triage this failure.
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 LibTest/core/int/remainder_A01_t01: Fail # Issue: 8920 68 LibTest/core/int/remainder_A01_t01: Fail # Issue: 8920
68 LibTest/core/int/remainder_A01_t03: Fail # Issue: 8920 69 LibTest/core/int/remainder_A01_t03: Fail # Issue: 8920
69 LibTest/core/int/toRadixString_A01_t01: Fail # Issue: 8920 70 LibTest/core/int/toRadixString_A01_t01: Fail # Issue: 8920
70 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue: 8920 71 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue: 8920
71 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue: 8920 72 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue: 8920
72 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue: 8920 73 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue: 8920
73 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue: 8920 74 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue: 8920
74 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue: 8920 75 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue: 8920
75 LibTest/core/String/contains_A01_t02: Fail # Issue: 8920 76 LibTest/core/String/contains_A01_t02: Fail # Issue: 8920
76 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Pass, Fail # Issue: 8920 77 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Pass, Fail # Issue: 8920
78 LibTest/isolate/ReceivePort/toSendPort_A01_t01: Fail # Issue: 8920
79 LibTest/core/DateTime/timeZoneName_A01_t01: Fail # Issue: 8920
80 LibTest/async/Stream/listen_A04_t01: Pass, Timeout # Issue: 8920
77 81
78 82
79 [ $compiler == dart2js && $runtime == jsshell ] 83 [ $compiler == dart2js && $runtime == jsshell ]
80 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096 84 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096
81 LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 85 LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
82 LibTest/core/int/operator_truncating_division_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 86 LibTest/core/int/operator_truncating_division_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
83 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # TODO(ngeoaffray): Please triage these failure. 87 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # TODO(ngeoaffray): Please triage these failure.
84 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # TODO(ngeoaffray): Please triage these failure. 88 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # TODO(ngeoaffray): Please triage these failure.
85 89
86 [ $compiler == dart2js && $checked ] 90 [ $compiler == dart2js && $checked ]
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us. 191 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us.
188 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble. 192 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble.
189 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. 193 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int.
190 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. 194 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double.
191 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. 195 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int.
192 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. 196 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes.
193 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. 197 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105.
194 198
195 [ $compiler == dart2js && $runtime == ie9 ] 199 [ $compiler == dart2js && $runtime == ie9 ]
196 LibTest/math/cos_A01_t01: Fail # co19 issue 44 200 LibTest/math/cos_A01_t01: Fail # co19 issue 44
201 LibTest/async/EventTransformStream/listen_A04_t01: Pass, Timeout # Issue 12595
197 202
198 # 203 #
199 # The following tests are failing. Please add the error message 204 # The following tests are failing. Please add the error message
200 # (either a compiler error or exception message). The error messages 205 # (either a compiler error or exception message). The error messages
201 # may sometime be out of date. 206 # may sometime be out of date.
202 # 207 #
203 [ $compiler == dart2js ] 208 [ $compiler == dart2js ]
204 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T 209 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T
205 210
206 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} 211 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 LibTest/async/Future/Future.delayed_A01_t01: Fail # co19-roll r546: Please triag e this failure 474 LibTest/async/Future/Future.delayed_A01_t01: Fail # co19-roll r546: Please triag e this failure
470 LibTest/async/Future/Future.delayed_A03_t01: fail # co19-roll r546: Please triag e this failure 475 LibTest/async/Future/Future.delayed_A03_t01: fail # co19-roll r546: Please triag e this failure
471 LibTest/async/Stream/first_A01_t01: fail # co19-roll r546: Please triage this fa ilure 476 LibTest/async/Stream/first_A01_t01: fail # co19-roll r546: Please triage this fa ilure
472 LibTest/async/Stream/first_A02_t02: fail # co19-roll r546: Please triage this fa ilure 477 LibTest/async/Stream/first_A02_t02: fail # co19-roll r546: Please triage this fa ilure
473 LibTest/async/Stream/Stream.fromFuture_A02_t01: fail # co19-roll r546: Please tr iage this failure 478 LibTest/async/Stream/Stream.fromFuture_A02_t01: fail # co19-roll r546: Please tr iage this failure
474 LibTest/async/Stream/Stream.fromFuture_A02_t02: fail # co19-roll r546: Please tr iage this failure 479 LibTest/async/Stream/Stream.fromFuture_A02_t02: fail # co19-roll r546: Please tr iage this failure
475 LibTest/async/Stream/Stream.fromIterable_A01_t02: fail # co19-roll r546: Please triage this failure 480 LibTest/async/Stream/Stream.fromIterable_A01_t02: fail # co19-roll r546: Please triage this failure
476 LibTest/async/Stream/Stream.periodic_A02_t01: fail # co19-roll r546: Please tria ge this failure 481 LibTest/async/Stream/Stream.periodic_A02_t01: fail # co19-roll r546: Please tria ge this failure
477 LibTest/async/Timer/cancel_A01_t01: fail # co19-roll r546: Please triage this fa ilure 482 LibTest/async/Timer/cancel_A01_t01: fail # co19-roll r546: Please triage this fa ilure
478 LibTest/async/Timer/Timer_A01_t01: fail # co19-roll r546: Please triage this fai lure 483 LibTest/async/Timer/Timer_A01_t01: fail # co19-roll r546: Please triage this fai lure
OLDNEW
« no previous file with comments | « no previous file | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698