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

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

Issue 11527008: Status updated. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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 # Crashes first, please. Then untriaged bugs. There is a section below 5 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 6 # for co19 bugs.
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure.
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 LibTest/core/String/contains_A01_t01: Fail # TODO(ahe): Please triage this failu re. 248 LibTest/core/String/contains_A01_t01: Fail # TODO(ahe): Please triage this failu re.
249 LibTest/core/String/contains_A01_t03: Fail # TODO(ahe): Please triage this failu re. 249 LibTest/core/String/contains_A01_t03: Fail # TODO(ahe): Please triage this failu re.
250 LibTest/core/TypeError/column_A01_t01: Fail # TODO(ahe): Please triage this fail ure. 250 LibTest/core/TypeError/column_A01_t01: Fail # TODO(ahe): Please triage this fail ure.
251 LibTest/core/TypeError/dstName_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 251 LibTest/core/TypeError/dstName_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
252 LibTest/core/TypeError/dstType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 252 LibTest/core/TypeError/dstType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
253 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # TODO(ahe): Please triage this failure. 253 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # TODO(ahe): Please triage this failure.
254 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e. 254 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e.
255 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 255 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
256 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure . 256 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure .
257 257
258 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Checked mode failure for noSuchMethod type.
259 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Checked mode failure for noSuchMethod type.
260 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # Checked mode failure for noSuchMethod type.
261 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail # Checked mode failure for noSuchMethod type.
262 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t01: Fail # Checked mode failure for noSuchMethod type.
263 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t02: Fail # Checked mode failure for noSuchMethod type.
264
265 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # http://dartbu g.com/3970 258 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # http://dartbu g.com/3970
266 259
267 260
268 [ $compiler == dart2js ] 261 [ $compiler == dart2js ]
269 LibTest/core/int/operator_GT_A01_t01: Fail, OK # co19 issue 200 262 LibTest/core/int/operator_GT_A01_t01: Fail, OK # co19 issue 200
270 LibTest/core/int/operator_LT_A01_t01: Fail, OK # co19 issue 200 263 LibTest/core/int/operator_LT_A01_t01: Fail, OK # co19 issue 200
271 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200 264 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200
272 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200 265 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200
273 266
274 # Slow tests that needs extra time to finish. 267 # Slow tests that needs extra time to finish.
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/7202 590 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/7202
598 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # http://dartbug.c om/7202 591 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # http://dartbug.c om/7202
599 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # http://dartbug.c om/7202 592 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # http://dartbug.c om/7202
600 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # http://dartbug.c om/7202 593 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # http://dartbug.c om/7202
601 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # http://dartbug.c om/7202 594 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # http://dartbug.c om/7202
602 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # http://dartbug.c om/7202 595 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # http://dartbug.c om/7202
603 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # http://dartbug.c om/7202 596 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # http://dartbug.c om/7202
604 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # http://dartbug.c om/7202 597 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # http://dartbug.c om/7202
605 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # http://dartbug.c om/7202 598 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # http://dartbug.c om/7202
606 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # http://dartbug.c om/7202 599 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # http://dartbug.c om/7202
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