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

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

Issue 11445043: Fix type annotations on local variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased 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
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 && $host_checked ] 7 [ $compiler == dart2js && $host_checked ]
8 Language/13_Libraries_and_Scripts/5_URIs_A01_t15: Crash # Issue 6931 8 Language/13_Libraries_and_Scripts/5_URIs_A01_t15: Crash # Issue 6931
9 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Crash # Issue 6931 9 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Crash # Issue 6931
10 10
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 LibTest/core/String/contains_A01_t01: Fail # TODO(ahe): Please triage this failu re. 271 LibTest/core/String/contains_A01_t01: Fail # TODO(ahe): Please triage this failu re.
272 LibTest/core/String/contains_A01_t03: Fail # TODO(ahe): Please triage this failu re. 272 LibTest/core/String/contains_A01_t03: Fail # TODO(ahe): Please triage this failu re.
273 LibTest/core/TypeError/column_A01_t01: Fail # TODO(ahe): Please triage this fail ure. 273 LibTest/core/TypeError/column_A01_t01: Fail # TODO(ahe): Please triage this fail ure.
274 LibTest/core/TypeError/dstName_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 274 LibTest/core/TypeError/dstName_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
275 LibTest/core/TypeError/dstType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 275 LibTest/core/TypeError/dstType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
276 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # TODO(ahe): Please triage this failure. 276 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # TODO(ahe): Please triage this failure.
277 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e. 277 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e.
278 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 278 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
279 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure . 279 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure .
280 280
281 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348
282
283 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Checked mode failure for noSuchMethod type. 281 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Checked mode failure for noSuchMethod type.
284 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Checked mode failure for noSuchMethod type. 282 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Checked mode failure for noSuchMethod type.
285 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # Checked mode failure for noSuchMethod type. 283 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # Checked mode failure for noSuchMethod type.
286 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail # Checked mode failure for noSuchMethod type. 284 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail # Checked mode failure for noSuchMethod type.
287 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t01: Fail # Checked mode failure for noSuchMethod type. 285 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t01: Fail # Checked mode failure for noSuchMethod type.
288 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t02: Fail # Checked mode failure for noSuchMethod type. 286 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t02: Fail # Checked mode failure for noSuchMethod type.
289 287
290 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # http://dartbu g.com/3970 288 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # http://dartbu g.com/3970
291 289
292 290
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 613 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
616 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 614 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
617 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 615 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
618 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 616 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
619 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 617 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
620 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 618 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
621 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 619 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
622 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 620 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
623 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 621 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
624 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 622 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698