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

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

Issue 25718003: Followup status file update after co19-roll to r607: move suppressions to correct status file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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/html/html.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 == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out. 7 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
8 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure 8 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure
9 9
10 [ $compiler == dart2js && $checked && $runtime == ie9 ] 10 [ $compiler == dart2js && $checked && $runtime == ie9 ]
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 LibTest/core/int/operator_left_shift_A01_t01: RuntimeError, OK # Requires big in t. 242 LibTest/core/int/operator_left_shift_A01_t01: RuntimeError, OK # Requires big in t.
243 LibTest/core/int/operator_remainder_A01_t03: RuntimeError, OK # Leg only has dou ble. 243 LibTest/core/int/operator_remainder_A01_t03: RuntimeError, OK # Leg only has dou ble.
244 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us. 244 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us.
245 LibTest/core/int/operator_truncating_division_A01_t02: RuntimeError, OK # Leg on ly has double. 245 LibTest/core/int/operator_truncating_division_A01_t02: RuntimeError, OK # Leg on ly has double.
246 LibTest/core/int/remainder_A01_t01: RuntimeError, OK # Requires big int. 246 LibTest/core/int/remainder_A01_t01: RuntimeError, OK # Requires big int.
247 LibTest/core/int/remainder_A01_t03: RuntimeError, OK # Leg only has double. 247 LibTest/core/int/remainder_A01_t03: RuntimeError, OK # Leg only has double.
248 LibTest/core/int/toDouble_A01_t01: RuntimeError, OK # Requires big int. 248 LibTest/core/int/toDouble_A01_t01: RuntimeError, OK # Requires big int.
249 LibTest/core/int/toRadixString_A01_t01: RuntimeError, OK # Bad test: uses Expect .fail, Expect.throws, assumes case of result, and uses unsupported radixes. 249 LibTest/core/int/toRadixString_A01_t01: RuntimeError, OK # Bad test: uses Expect .fail, Expect.throws, assumes case of result, and uses unsupported radixes.
250 250
251 [ $compiler == dart2js && $runtime == ie9 ] 251 [ $compiler == dart2js && $runtime == ie9 ]
252 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeErr or # co19-roll r607: Please triage this failure
253 Language/12_Expressions/02_Null_A02_t01: RuntimeError # co19-roll r607: Please t riage this failure
254 Language/12_Expressions/17_Getter_Invocation_A07_t02: RuntimeError # co19-roll r 607: Please triage this failure
255 LibTest/collection/LinkedList/add_A01_t01: Pass, Timeout # co19-roll r607: Plea se triage this failure
252 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # Issue 13511 256 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # Issue 13511
253 LibTest/math/cos_A01_t01: Fail # co19 issue 44 257 LibTest/math/cos_A01_t01: Fail # co19 issue 44
254 258
255 # 259 #
256 # The following tests are failing. Please add the error message 260 # The following tests are failing. Please add the error message
257 # (either a compiler error or exception message). The error messages 261 # (either a compiler error or exception message). The error messages
258 # may sometime be out of date. 262 # may sometime be out of date.
259 # 263 #
260 [ $compiler == dart2js ] 264 [ $compiler == dart2js ]
261 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr or # compiler cancelled: cannot resolve type T 265 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr or # compiler cancelled: cannot resolve type T
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 Language/12_Expressions/07_Maps_A13_t01: MissingCompileTimeError # co19-roll r60 7: Please triage this failure 621 Language/12_Expressions/07_Maps_A13_t01: MissingCompileTimeError # co19-roll r60 7: Please triage this failure
618 622
619 [ $compiler == dart2js ] 623 [ $compiler == dart2js ]
620 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e 624 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e
621 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e 625 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e
622 LibTest/json/printOn_A01_t01: fail # co19-roll r587: Please triage this failure 626 LibTest/json/printOn_A01_t01: fail # co19-roll r587: Please triage this failure
623 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure 627 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure
624 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 628 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
625 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 629 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
626 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 630 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
OLDNEW
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698