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

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

Issue 11267018: Make getKeys, getValues getters (keys, values). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with co19 issue number. Created 8 years, 1 month 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 | « samples/ui_lib/util/CollectionUtils.dart ('k') | tests/co19/co19-dart2js.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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(dart2dart-team): Please triage this failure. 6 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(dart2dart-team): Please triage this failure.
7 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(dart2dart-team): Please triage this failure. 7 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(dart2dart-team): Please triage this failure.
8 Language/05_Variables/05_Variables_A03_t12: Fail # TODO(dart2dart-team): Please triage this failure. 8 Language/05_Variables/05_Variables_A03_t12: Fail # TODO(dart2dart-team): Please triage this failure.
9 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(dart2dart-team): Please triage this failure. 9 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(dart2dart-team): Please triage this failure.
10 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(dart2dart-team): Please triage this failure. 10 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(dart2dart-team): Please triage this failure.
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 LibTest/math/pow_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e. 85 LibTest/math/pow_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e.
86 LibTest/math/pow_A11_t01: Fail # TODO(dart2dart-team): Please triage this failur e. 86 LibTest/math/pow_A11_t01: Fail # TODO(dart2dart-team): Please triage this failur e.
87 LibTest/math/pow_A13_t01: Fail # TODO(dart2dart-team): Please triage this failur e. 87 LibTest/math/pow_A13_t01: Fail # TODO(dart2dart-team): Please triage this failur e.
88 LibTest/math/sin_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e. 88 LibTest/math/sin_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e.
89 LibTest/math/tan_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e. 89 LibTest/math/tan_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e.
90 90
91 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 91 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
92 92
93 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 93 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289
94 94
95 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293
96 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293
97 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293
98 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3
99 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293
100 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293
101 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293
102 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293
103
95 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 104 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287
96 Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 105 Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287
97 Language/10_Expressions/06_Lists_A05_t02: Fail, OK # co19 issue 287 106 Language/10_Expressions/06_Lists_A05_t02: Fail, OK # co19 issue 287
98 Language/10_Expressions/06_Lists_A08_t03: Fail, OK # co19 issue 287 107 Language/10_Expressions/06_Lists_A08_t03: Fail, OK # co19 issue 287
99 LibTest/core/HashSet/HashSet_A01_t01: Fail, OK # co19 issue 287 108 LibTest/core/HashSet/HashSet_A01_t01: Fail, OK # co19 issue 287
100 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail, OK # co19 issue 287 109 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail, OK # co19 issue 287
101 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail, OK # co19 issue 287 110 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail, OK # co19 issue 287
102 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 287 111 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 287
103 LibTest/core/Queue/some_A01_t06: Fail, OK # co19 issue 287 112 LibTest/core/Queue/some_A01_t06: Fail, OK # co19 issue 287
104 LibTest/core/Queue/every_A01_t06: Fail, OK # co19 issue 287 113 LibTest/core/Queue/every_A01_t06: Fail, OK # co19 issue 287
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 707
699 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax. 708 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax.
700 709
701 710
702 [ $compiler == dart2dart && $system == windows ] 711 [ $compiler == dart2dart && $system == windows ]
703 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 712 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
704 LibTest/core/double/round_A01_t01: Fail # Result is NaN 713 LibTest/core/double/round_A01_t01: Fail # Result is NaN
705 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN 714 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN
706 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN 715 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN
707 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 716 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
OLDNEW
« no previous file with comments | « samples/ui_lib/util/CollectionUtils.dart ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698