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

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

Issue 16146011: Fix expectations for co19 RegExp tests. (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 | « sdk/lib/_internal/compiler/implementation/lib/regexp_helper.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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
7 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. 7 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415.
8 8
9 [ $compiler == none && $runtime == vm && $unchecked ] 9 [ $compiler == none && $runtime == vm && $unchecked ]
10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. 10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure.
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 LibTest/async/Future/whenComplete_A03_t01: Fail # TODO(vm-team): Please triage t his failure. 60 LibTest/async/Future/whenComplete_A03_t01: Fail # TODO(vm-team): Please triage t his failure.
61 LibTest/async/Future/whenComplete_A04_t01: Fail # TODO(vm-team): Please triage t his failure. 61 LibTest/async/Future/whenComplete_A04_t01: Fail # TODO(vm-team): Please triage t his failure.
62 LibTest/async/Future/whenComplete_A04_t02: Fail # TODO(vm-team): Please triage t his failure. 62 LibTest/async/Future/whenComplete_A04_t02: Fail # TODO(vm-team): Please triage t his failure.
63 LibTest/collection/Queue/iterator_A01_t01: Fail # TODO(vm-team): Please triage t his failure. 63 LibTest/collection/Queue/iterator_A01_t01: Fail # TODO(vm-team): Please triage t his failure.
64 LibTest/collection/Queue/iterator_current_A01_t02: Fail # TODO(vm-team): Please triage this failure. 64 LibTest/collection/Queue/iterator_current_A01_t02: Fail # TODO(vm-team): Please triage this failure.
65 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # TODO(vm-team): Please triage this failure. 65 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # TODO(vm-team): Please triage this failure.
66 LibTest/core/List/List_A01_t02: Fail # TODO(vm-team): Please triage this failure . 66 LibTest/core/List/List_A01_t02: Fail # TODO(vm-team): Please triage this failure .
67 LibTest/core/double/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please triage this failure. 67 LibTest/core/double/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please triage this failure.
68 LibTest/core/int/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please tri age this failure. 68 LibTest/core/int/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please tri age this failure.
69 69
70 LibTest/core/Match/pattern_A01_t01: Fail # Issue 422
71 LibTest/core/RegExp/allMatches_A01_t01: Fail # Issue 422
70 72
71 [ $compiler == none && $runtime == vm && $checked ] 73 [ $compiler == none && $runtime == vm && $checked ]
72 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366 74 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366
73 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366 75 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366
74 76
75 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361 77 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361
76 78
77 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405 79 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405
78 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405 80 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405
79 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405 81 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405
80 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail , OK # co19 issue 405 82 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail , OK # co19 issue 405
81 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail, O K # co19 issue 405 83 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail, O K # co19 issue 405
82 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail, O K # co19 issue 405 84 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail, O K # co19 issue 405
83 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail, O K # co19 issue 405 85 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail, O K # co19 issue 405
84 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail, O K # co19 issue 405 86 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail, O K # co19 issue 405
85 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405 87 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405
86 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405 88 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405
87 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 405 89 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 405
88 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 405 90 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 405
89 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 405 91 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 405
90 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 405 92 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 405
91 93
92 94
93
94 [ $compiler == none && $runtime == vm ] 95 [ $compiler == none && $runtime == vm ]
95 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 96 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060
96 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 97 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060
97 98
98 Language/13_Libraries_and_Scripts/1_Imports_A04_t03: Fail # co19 issue 385 99 Language/13_Libraries_and_Scripts/1_Imports_A04_t03: Fail # co19 issue 385
99 Language/13_Libraries_and_Scripts/2_Exports_A05_t01: Fail # co19 issue 385 100 Language/13_Libraries_and_Scripts/2_Exports_A05_t01: Fail # co19 issue 385
100 101
101 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # co1 9 issue 348 102 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # co1 9 issue 348
102 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # Dart issue 978 103 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # Dart issue 978
103 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # Dart issue 978 104 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # Dart issue 978
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 LibTest/async/Future/then_A01_t04: Fail # Completer is now asynchronous. Issue 4 19 492 LibTest/async/Future/then_A01_t04: Fail # Completer is now asynchronous. Issue 4 19
492 493
493 [ $compiler == none && $runtime == vm && $checked ] 494 [ $compiler == none && $runtime == vm && $checked ]
494 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 495 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
495 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 496 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
496 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 497 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
497 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400 498 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400
498 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400 499 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400
499 LibTest/core/List/List.from_A01_t01: Fail # Issue 400 500 LibTest/core/List/List.from_A01_t01: Fail # Issue 400
500 LibTest/core/List/every_A01_t01: Fail # Issue 400 501 LibTest/core/List/every_A01_t01: Fail # Issue 400
501 LibTest/core/Match/pattern_A01_t01: Fail # Issue 400
502 LibTest/core/Match/str_A01_t01: Fail # Issue 400 502 LibTest/core/Match/str_A01_t01: Fail # Issue 400
503 LibTest/core/RegExp/allMatches_A01_t01: Fail # Issue 400
504 503
505 LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Iss ue 407 504 LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Iss ue 407
506 LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 40 7 505 LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 40 7
507 LibTest/async/Future/catchError_A01_t01: Fail # No AsyncError anymore. Issue 407 506 LibTest/async/Future/catchError_A01_t01: Fail # No AsyncError anymore. Issue 407
508 LibTest/async/Future/catchError_A01_t02: Fail # No AsyncError anymore. Issue 407 507 LibTest/async/Future/catchError_A01_t02: Fail # No AsyncError anymore. Issue 407
509 508
510 [ $compiler == none && $runtime == vm && $unchecked ] 509 [ $compiler == none && $runtime == vm && $unchecked ]
511 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu e 402 510 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu e 402
512 511
513 [ $compiler == none && $runtime == vm && $arch == arm ] 512 [ $compiler == none && $runtime == vm && $arch == arm ]
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 LibTest/core/double/truncate_A01_t01: Fail, Pass 544 LibTest/core/double/truncate_A01_t01: Fail, Pass
546 LibTest/core/int/operator_left_shift_A01_t02: Fail 545 LibTest/core/int/operator_left_shift_A01_t02: Fail
547 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass 546 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass
548 547
549 [ $compiler == none && $runtime == vm && $arch == mips ] 548 [ $compiler == none && $runtime == vm && $arch == mips ]
550 *: Skip 549 *: Skip
551 550
552 [ $compiler == none && $runtime == vm && $arch == simmips ] 551 [ $compiler == none && $runtime == vm && $arch == simmips ]
553 *: Skip 552 *: Skip
554 553
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698