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

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

Issue 12328104: Change new List(n) to return fixed length list. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge to head. Created 7 years, 9 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
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 [ $compiler == none && $runtime == vm ] 9 [ $compiler == none && $runtime == vm ]
10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 Language/05_Variables/05_Variables_A05_t14: Fail # Dart issue 5885 129 Language/05_Variables/05_Variables_A05_t14: Fail # Dart issue 5885
130 Language/05_Variables/05_Variables_A05_t15: Fail # Dart issue 5885 130 Language/05_Variables/05_Variables_A05_t15: Fail # Dart issue 5885
131 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802 131 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802
132 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894 132 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894
133 133
134 LibTest/core/Queue/some_A01_t06: Fail # behavior of some is undefined when under lying iterable changes, co19 issue 357 134 LibTest/core/Queue/some_A01_t06: Fail # behavior of some is undefined when under lying iterable changes, co19 issue 357
135 LibTest/core/Queue/every_A01_t06: Fail # behavior of every is undefined when und erlying iterable changes, co19 issue 357 135 LibTest/core/Queue/every_A01_t06: Fail # behavior of every is undefined when und erlying iterable changes, co19 issue 357
136 LibTest/core/Queue/forEach_A01_t04: Fail # behavior of forEach is undefined when underlying iterable changes, co19 issue 357 136 LibTest/core/Queue/forEach_A01_t04: Fail # behavior of forEach is undefined when underlying iterable changes, co19 issue 357
137 137
138 LibTest/core/List/List_A02_t01: Fail # List constructors, co19 issue 358 138 LibTest/core/List/List_A02_t01: Fail # List constructors, co19 issue 358
139 LibTest/core/List/List_A01_t02: Fail # List constructors, co19 issue 358
140 LibTest/core/List/add_A02_t01: Fail # List constructors, co19 issue 358
141 LibTest/core/List/addAll_A02_t01: Fail # List constructors, co19 issue 358
142 LibTest/core/List/addLast_A02_t01: Fail # List constructors, co19 issue 358
143 LibTest/core/List/clear_A02_t01: Fail # List constructors, co19 issue 358
144 LibTest/core/List/insertRange_A02_t01: Fail # List constructors, co19 issue 358
145 LibTest/core/List/length_A04_t01: Fail # List constructors, co19 issue 358
146 LibTest/core/List/removeRange_A02_t01: Fail # List constructors, co19 issue 358
147 LibTest/core/List/removeLast_A02_t01: Fail # List constructors, co19 issue 358
148 139
149 LibTest/core/List/last_A02_t01: Fail # List.last throws a StateError, co19 issue 359 140 LibTest/core/List/last_A02_t01: Fail # List.last throws a StateError, co19 issue 359
150 141
151 LibTest/core/double/toInt_A01_t03: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360 142 LibTest/core/double/toInt_A01_t03: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360
152 LibTest/core/double/toInt_A01_t04: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360 143 LibTest/core/double/toInt_A01_t04: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360
153 144
154 LibTest/core/double/operator_truncating_division_A01_t01: Fail # ~/ returns ints , co19 issue 361 145 LibTest/core/double/operator_truncating_division_A01_t01: Fail # ~/ returns ints , co19 issue 361
155 LibTest/core/double/operator_truncating_division_A01_t03: Fail # ~/ returns ints , co19 issue 361 146 LibTest/core/double/operator_truncating_division_A01_t03: Fail # ~/ returns ints , co19 issue 361
156 LibTest/core/double/operator_truncating_division_A01_t04: Fail # ~/ returns ints , co19 issue 361 147 LibTest/core/double/operator_truncating_division_A01_t04: Fail # ~/ returns ints , co19 issue 361
157 LibTest/core/double/operator_truncating_division_A01_t05: Fail # ~/ returns ints , co19 issue 361 148 LibTest/core/double/operator_truncating_division_A01_t05: Fail # ~/ returns ints , co19 issue 361
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 *: Skip 536 *: Skip
546 537
547 [ $compiler == none && $arch == arm ] 538 [ $compiler == none && $arch == arm ]
548 *: Skip 539 *: Skip
549 540
550 [ $compiler == none && $arch == simmips ] 541 [ $compiler == none && $arch == simmips ]
551 *: Skip 542 *: Skip
552 543
553 [ $compiler == none && $arch == mips ] 544 [ $compiler == none && $arch == mips ]
554 *: Skip 545 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698