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

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

Issue 11085003: Convert String to a class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merged to tip of bleeding_edge. Updated test expecteation Created 8 years, 1 month 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 | « sdk/lib/core/strings.dart ('k') | 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 [ $compiler == dart2dart ] 5 [ $compiler == dart2dart ]
6 # Calling unresolved class constructor: 6 # Calling unresolved class constructor:
7 Language/03_Overview/2_Privacy_A01_t19: Fail 7 Language/03_Overview/2_Privacy_A01_t19: Fail
8 Language/03_Overview/2_Privacy_A01_t20: Fail 8 Language/03_Overview/2_Privacy_A01_t20: Fail
9 Language/07_Classes/6_Constructors_A03_t03: Fail 9 Language/07_Classes/6_Constructors_A03_t03: Fail
10 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail 10 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # inherited from VM 478 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # inherited from VM
479 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # inherited from VM 479 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # inherited from VM
480 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # inherited from VM 480 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # inherited from VM
481 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 481 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
482 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # i nherited from VM 482 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # i nherited from VM
483 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # inherited from VM 483 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # inherited from VM
484 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 484 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
485 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 485 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
486 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # inherited from VM 486 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # inherited from VM
487 LibTest/core/String/contains_A01_t02: Fail # inherited from VM 487 LibTest/core/String/contains_A01_t02: Fail # inherited from VM
488
488 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test: encoded file name 489 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test: encoded file name
489 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test: encoded file name 490 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test: encoded file name
490 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test: encoded file name 491 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test: encoded file name
491 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test: encoded file name 492 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test: encoded file name
492 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test: encoded file name 493 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test: encoded file name
493 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # inherited from VM 494 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # inherited from VM
494 495
495 # Partially implemented redirecting constructors makes this fail. 496 # Partially implemented redirecting constructors makes this fail.
496 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 497 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
497 498
498 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # htt p://dartbug.com/6242 499 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # htt p://dartbug.com/6242
499 500
500 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu e 241 501 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu e 241
501 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t15: Fail, OK # co19 issue 241 502 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t15: Fail, OK # co19 issue 241
502 Language/11_Expressions/22_Equality_A01_t20: Fail, OK # co19 issue 241 503 Language/11_Expressions/22_Equality_A01_t20: Fail, OK # co19 issue 241
503 504
504 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue 300 505 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue 300
505 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300 506 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300
506 507
507 [ $compiler == dart2dart && $system == windows ] 508 [ $compiler == dart2dart && $system == windows ]
508 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 509 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
509 LibTest/core/double/round_A01_t01: Fail # Result is NaN 510 LibTest/core/double/round_A01_t01: Fail # Result is NaN
510 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 511 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
511 512
512 513
513 [ $compiler == dart2dart && $system == macos ] 514 [ $compiler == dart2dart && $system == macos ]
514 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 515 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44
515 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 516 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
516 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 517 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
OLDNEW
« no previous file with comments | « sdk/lib/core/strings.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698