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

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

Issue 12317107: ceil/floor/truncate/round return integers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Reupload due to error3 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
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/compare_to2_test.dart » ('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
10
9 [ $compiler == none && $runtime == vm ] 11 [ $compiler == none && $runtime == vm ]
10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 12 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060
11 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 13 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060
12 14
13 Language/13_Libraries_and_Scripts/1_Imports_A04_t03: Fail # co19 issue 385 15 Language/13_Libraries_and_Scripts/1_Imports_A04_t03: Fail # co19 issue 385
14 Language/13_Libraries_and_Scripts/2_Exports_A05_t01: Fail # co19 issue 385 16 Language/13_Libraries_and_Scripts/2_Exports_A05_t01: Fail # co19 issue 385
15 Language/13_Libraries_and_Scripts/4_Scripts_A01_t20: Fail # co19 issue 387 17 Language/13_Libraries_and_Scripts/4_Scripts_A01_t20: Fail # co19 issue 387
16 Language/13_Libraries_and_Scripts/4_Scripts_A01_t21: Fail # co19 issue 387 18 Language/13_Libraries_and_Scripts/4_Scripts_A01_t21: Fail # co19 issue 387
17 Language/13_Libraries_and_Scripts/4_Scripts_A01_t22: Fail # co19 issue 387 19 Language/13_Libraries_and_Scripts/4_Scripts_A01_t22: Fail # co19 issue 387
18 Language/13_Libraries_and_Scripts/4_Scripts_A01_t23: Fail # co19 issue 387 20 Language/13_Libraries_and_Scripts/4_Scripts_A01_t23: Fail # co19 issue 387
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894 141 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894
140 142
141 LibTest/core/Queue/some_A01_t06: Fail # behavior of some is undefined when under lying iterable changes, co19 issue 357 143 LibTest/core/Queue/some_A01_t06: Fail # behavior of some is undefined when under lying iterable changes, co19 issue 357
142 LibTest/core/Queue/every_A01_t06: Fail # behavior of every is undefined when und erlying iterable changes, co19 issue 357 144 LibTest/core/Queue/every_A01_t06: Fail # behavior of every is undefined when und erlying iterable changes, co19 issue 357
143 LibTest/core/Queue/forEach_A01_t04: Fail # behavior of forEach is undefined when underlying iterable changes, co19 issue 357 145 LibTest/core/Queue/forEach_A01_t04: Fail # behavior of forEach is undefined when underlying iterable changes, co19 issue 357
144 146
145 LibTest/core/List/List_A02_t01: Fail # List constructors, co19 issue 358 147 LibTest/core/List/List_A02_t01: Fail # List constructors, co19 issue 358
146 148
147 LibTest/core/List/last_A02_t01: Fail # List.last throws a StateError, co19 issue 359 149 LibTest/core/List/last_A02_t01: Fail # List.last throws a StateError, co19 issue 359
148 150
151 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, issue 389
152 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389
153 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389
154 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389
155 LibTest/core/double/double_class_A01_t01: Fail # truncate/ceil/floor/round retur ns ints, issue 389
156 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389
157 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
158 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389
159 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
160 LibTest/core/double/isNaN_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389
161
149 LibTest/core/double/toInt_A01_t03: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360 162 LibTest/core/double/toInt_A01_t03: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360
150 LibTest/core/double/toInt_A01_t04: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360 163 LibTest/core/double/toInt_A01_t04: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360
151 164
152 LibTest/core/double/operator_truncating_division_A01_t01: Fail # ~/ returns ints , co19 issue 361 165 LibTest/core/double/operator_truncating_division_A01_t01: Fail # ~/ returns ints , co19 issue 361
153 LibTest/core/double/operator_truncating_division_A01_t03: Fail # ~/ returns ints , co19 issue 361 166 LibTest/core/double/operator_truncating_division_A01_t03: Fail # ~/ returns ints , co19 issue 361
154 LibTest/core/double/operator_truncating_division_A01_t04: Fail # ~/ returns ints , co19 issue 361 167 LibTest/core/double/operator_truncating_division_A01_t04: Fail # ~/ returns ints , co19 issue 361
155 LibTest/core/double/operator_truncating_division_A01_t05: Fail # ~/ returns ints , co19 issue 361 168 LibTest/core/double/operator_truncating_division_A01_t05: Fail # ~/ returns ints , co19 issue 361
156 LibTest/core/double/operator_truncating_division_A01_t06: Fail # ~/ returns ints , co19 issue 361 169 LibTest/core/double/operator_truncating_division_A01_t06: Fail # ~/ returns ints , co19 issue 361
157 LibTest/core/double/isNaN_A01_t03: Fail # ~/ returns ints, co19 issue 361 170 LibTest/core/double/isNaN_A01_t03: Fail # ~/ returns ints, co19 issue 361
158 LibTest/core/double/double_class_A01_t01: Fail # ~/ returns ints, co19 issue 361 171 LibTest/core/double/double_class_A01_t01: Fail # ~/ returns ints, co19 issue 361
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 *: Skip 612 *: Skip
600 613
601 [ $compiler == none && $arch == arm ] 614 [ $compiler == none && $arch == arm ]
602 *: Skip 615 *: Skip
603 616
604 [ $compiler == none && $arch == simmips ] 617 [ $compiler == none && $arch == simmips ]
605 *: Skip 618 *: Skip
606 619
607 [ $compiler == none && $arch == mips ] 620 [ $compiler == none && $arch == mips ]
608 *: Skip 621 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/compare_to2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698