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

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

Issue 13351002: First step for fixing Issue 9416. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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 | « runtime/vm/dart_api_impl.cc ('k') | tests/isolate/isolate.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 [ $compiler == none && $runtime == vm && $checked ] 5 [ $compiler == none && $runtime == vm && $checked ]
6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366 6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366
7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366 7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366
8 8
9 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361 9 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361
10 10
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 Language/14_Types/5_Function_Types_A01_t10: Fail # co19 issue 392 120 Language/14_Types/5_Function_Types_A01_t10: Fail # co19 issue 392
121 Language/14_Types/5_Function_Types_A02_t06: Fail # co19 issue 392 121 Language/14_Types/5_Function_Types_A02_t06: Fail # co19 issue 392
122 Language/14_Types/5_Function_Types_A04_t01: Fail # Dart issue 6921 122 Language/14_Types/5_Function_Types_A04_t01: Fail # Dart issue 6921
123 Language/14_Types/5_Function_Types_A06_t01: Fail # Dart issue 1604 123 Language/14_Types/5_Function_Types_A06_t01: Fail # Dart issue 1604
124 Language/15_Reference/1_Lexical_Rules_A01_t09: Fail # Dart issue 2687 124 Language/15_Reference/1_Lexical_Rules_A01_t09: Fail # Dart issue 2687
125 Language/15_Reference/1_Lexical_Rules_A01_t11: Fail # Dart issue 2687 125 Language/15_Reference/1_Lexical_Rules_A01_t11: Fail # Dart issue 2687
126 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail # co19 issue 353 126 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail # co19 issue 353
127 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail # co19 issue 353 127 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail # co19 issue 353
128 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # co19 issue 353 128 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # co19 issue 353
129 LibTest/core/double/parse_A02_t01: Fail # Dart issue 1929 129 LibTest/core/double/parse_A02_t01: Fail # Dart issue 1929
130 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Dart issue 5222
131 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Dart issue 5222
132 LibTest/math/pow_A01_t01: Fail # Dart issue 7318 130 LibTest/math/pow_A01_t01: Fail # Dart issue 7318
133 LibTest/math/pow_A11_t01: Fail # Dart issue 449 131 LibTest/math/pow_A11_t01: Fail # Dart issue 449
134 LibTest/math/pow_A13_t01: Fail # Dart issue 449 132 LibTest/math/pow_A13_t01: Fail # Dart issue 449
135 LibTest/math/sin_A01_t01: Fail # Dart issue 7318 133 LibTest/math/sin_A01_t01: Fail # Dart issue 7318
136 134
137 Language/05_Variables/05_Variables_A05_t04: Fail # Dart issue 5881 135 Language/05_Variables/05_Variables_A05_t04: Fail # Dart issue 5881
138 Language/05_Variables/05_Variables_A05_t11: Fail # Dart issue 5885 136 Language/05_Variables/05_Variables_A05_t11: Fail # Dart issue 5885
139 Language/05_Variables/05_Variables_A05_t13: Fail # Dart issue 5885 137 Language/05_Variables/05_Variables_A05_t13: Fail # Dart issue 5885
140 Language/05_Variables/05_Variables_A05_t14: Fail # Dart issue 5885 138 Language/05_Variables/05_Variables_A05_t14: Fail # Dart issue 5885
141 Language/05_Variables/05_Variables_A05_t15: Fail # Dart issue 5885 139 Language/05_Variables/05_Variables_A05_t15: Fail # Dart issue 5885
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 376
379 [ $compiler == none && $runtime == vm && $arch == ia32 ] 377 [ $compiler == none && $runtime == vm && $arch == ia32 ]
380 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 378 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
381 379
382 380
383 [ $compiler == none && $runtime == vm ] 381 [ $compiler == none && $runtime == vm ]
384 Language/07_Classes/07_Classes_A02_t29: Fail 382 Language/07_Classes/07_Classes_A02_t29: Fail
385 Language/07_Classes/07_Classes_A02_t31: Fail 383 Language/07_Classes/07_Classes_A02_t31: Fail
386 Language/11_Expressions/05_Strings_A20_t01: Fail 384 Language/11_Expressions/05_Strings_A20_t01: Fail
387 LibTest/isolate/ReceivePort/receive_A01_t02: Fail 385 LibTest/isolate/ReceivePort/receive_A01_t02: Fail
388 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash
389 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash
390 386
391 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 387 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355
392 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 388 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355
393 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 389 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
394 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 390 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355
395 391
396 # parameter name or type expected 392 # parameter name or type expected
397 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail 393 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail
398 394
399 395
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 *: Skip 621 *: Skip
626 622
627 [ $compiler == none && $arch == arm ] 623 [ $compiler == none && $arch == arm ]
628 *: Skip 624 *: Skip
629 625
630 [ $compiler == none && $arch == simmips ] 626 [ $compiler == none && $arch == simmips ]
631 *: Skip 627 *: Skip
632 628
633 [ $compiler == none && $arch == mips ] 629 [ $compiler == none && $arch == mips ]
634 *: Skip 630 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/dart_api_impl.cc ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698