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

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

Issue 11412271: co19 issue 334 (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 | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.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) 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe) : Please triage this failure. 184 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe) : Please triage this failure.
185 Language/15_Reference/1_Lexical_Rules_A01_t09: Fail # TODO(ahe): Please triage t his failure. 185 Language/15_Reference/1_Lexical_Rules_A01_t09: Fail # TODO(ahe): Please triage t his failure.
186 Language/15_Reference/1_Lexical_Rules_A01_t11: Fail # TODO(ahe): Please triage t his failure. 186 Language/15_Reference/1_Lexical_Rules_A01_t11: Fail # TODO(ahe): Please triage t his failure.
187 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail # TODO(ahe): Please triage this failure. 187 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail # TODO(ahe): Please triage this failure.
188 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail # TODO(ahe): Please triage this failure. 188 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail # TODO(ahe): Please triage this failure.
189 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # TODO(ahe): Please triage this failure. 189 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # TODO(ahe): Please triage this failure.
190 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 190 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
191 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 191 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
192 LibTest/core/double/parse_A01_t01: Fail # TODO(ahe): Please triage this failure. 192 LibTest/core/double/parse_A01_t01: Fail # TODO(ahe): Please triage this failure.
193 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # TODO(ahe): Please triage thi s failure. 193 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # TODO(ahe): Please triage thi s failure.
194 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
195 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure. 194 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure.
196 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure. 195 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure.
197 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure. 196 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure.
198 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. 197 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure.
199 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. 198 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
200 199
201 # Partially implemented rediriecting constructors makes this fail. 200 # Partially implemented rediriecting constructors makes this fail.
202 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 201 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
203 202
204 [ $compiler == dart2js && ($system == linux || $system == macos)] 203 [ $compiler == dart2js && ($system == linux || $system == macos)]
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 361
363 # The following tests use the deprecated Date interface. 362 # The following tests use the deprecated Date interface.
364 # Issue co19 - 125 363 # Issue co19 - 125
365 LibTest/core/Date/toString_A02_t01: Fail, OK 364 LibTest/core/Date/toString_A02_t01: Fail, OK
366 365
367 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212 366 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212
368 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212 367 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212
369 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212 368 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212
370 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212 369 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212
371 370
371 LibTest/math/Random/nextDouble_A01_t01: Fail # co19 issue 334
372 372
373 [ $compiler == dart2js && $checked ] 373 [ $compiler == dart2js && $checked ]
374 LibTest/core/Queue/addLast_A01_t01: Slow, Pass 374 LibTest/core/Queue/addLast_A01_t01: Slow, Pass
375 LibTest/core/Queue/add_A01_t01: Slow, Pass 375 LibTest/core/Queue/add_A01_t01: Slow, Pass
376 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass 376 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass
377 377
378 378
379 # 379 #
380 # Issues with co19 test suite. 380 # Issues with co19 test suite.
381 # 381 #
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 629 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
630 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 630 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
631 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 631 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
632 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 632 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
633 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 633 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
634 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 634 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
635 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 635 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
636 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 636 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
637 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 637 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
638 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 638 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698