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

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

Issue 17573005: Update status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « pkg/pkg.status ('k') | tests/language/language.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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 6
7 # The following tests fail because they contain number literals with a + prefix (co19 issue 428) 7 # The following tests fail because they contain number literals with a + prefix (co19 issue 428)
8 LibTest/core/double/floor_A01_t05: Fail # issue 428 8 LibTest/core/double/floor_A01_t05: Fail # issue 428
9 LibTest/core/double/ceil_A01_t05: Fail # issue 428 9 LibTest/core/double/ceil_A01_t05: Fail # issue 428
10 Language/12_Statements/02_Expression_Statements_A01_t06: Fail # co19 issue 428 10 Language/12_Statements/02_Expression_Statements_A01_t06: Fail # co19 issue 428
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 409 411 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 409
412 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 409 412 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 409
413 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 409 413 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 409
414 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 409 414 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 409
415 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 409 415 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 409
416 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 409 416 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 409
417 417
418 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 418 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427
419 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 419 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427
420 420
421 # Issue 11467
ahe 2013/06/24 09:09:31 Please add the comment at the end of each failing
422 Language/14_Types/5_Function_Types_A01_t07: Fail
423 Language/14_Types/5_Function_Types_A01_t08: Fail
424 Language/14_Types/5_Function_Types_A01_t09: Fail
425 Language/14_Types/5_Function_Types_A01_t11: Fail
426 Language/14_Types/5_Function_Types_A02_t05: Fail
427 Language/14_Types/5_Function_Types_A02_t09: Fail
428 Language/14_Types/5_Function_Types_A02_t10: Fail
429 Language/14_Types/5_Function_Types_A03_t06: Fail
430 Language/14_Types/5_Function_Types_A03_t10: Fail
431 Language/14_Types/5_Function_Types_A03_t11: Fail
432
421 [ $compiler == dart2dart && $minified ] 433 [ $compiler == dart2dart && $minified ]
422 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 396 434 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 396
423 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 396 435 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 396
424 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 396 436 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 396
425 437
426 438
427 [ $compiler == dart2dart && $system == windows ] 439 [ $compiler == dart2dart && $system == windows ]
428 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 440 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
429 LibTest/core/double/round_A01_t01: Fail # Result is NaN 441 LibTest/core/double/round_A01_t01: Fail # Result is NaN
430 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 442 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 LibTest/core/List/List.fixedLength_A01_t01: Fail # Issue 400 600 LibTest/core/List/List.fixedLength_A01_t01: Fail # Issue 400
589 LibTest/core/List/addAll_A02_t01: Fail # Issue 400 601 LibTest/core/List/addAll_A02_t01: Fail # Issue 400
590 LibTest/core/List/add_A02_t01: Fail # Issue 400 602 LibTest/core/List/add_A02_t01: Fail # Issue 400
591 LibTest/core/List/clear_A02_t01: Fail # Issue 400 603 LibTest/core/List/clear_A02_t01: Fail # Issue 400
592 LibTest/core/List/insertRange_A02_t01: Fail # Issue 400 604 LibTest/core/List/insertRange_A02_t01: Fail # Issue 400
593 LibTest/core/List/length_A04_t01: Fail # Issue 400 605 LibTest/core/List/length_A04_t01: Fail # Issue 400
594 LibTest/core/List/removeLast_A02_t01: Fail # Issue 400 606 LibTest/core/List/removeLast_A02_t01: Fail # Issue 400
595 LibTest/core/List/removeRange_A02_t01: Fail # Issue 400 607 LibTest/core/List/removeRange_A02_t01: Fail # Issue 400
596 LibTest/core/Set/isSubsetOf_A01_t01: Fail # Issue 400 608 LibTest/core/Set/isSubsetOf_A01_t01: Fail # Issue 400
597 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Issue 400 609 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Issue 400
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698