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

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

Issue 11233063: Move ObjectNotClosureException and ClosureArgumentMismatchException to patch file. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
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 5
6 # Crashes first, please. Then untriaged bugs. There is a section below 6 # Crashes first, please. Then untriaged bugs. There is a section below
7 # for co19 bugs. 7 # for co19 bugs.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 Language/11_Statements/06_For_A01_t07: Crash 9 Language/11_Statements/06_For_A01_t07: Crash
10 10
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272 194 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272
195 195
196 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 274 196 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 274
197 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 274 197 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 274
198 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 274 198 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 274
199 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 274 199 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 274
200 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 274 200 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 274
201 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 274 201 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 274
202 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 274 202 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 274
203 203
204 LibTest/core/ObjectNotClosureException/toString_A01_t01: Fail, OK # co19 issue 2 76
205 LibTest/core/ObjectNotClosureException/ObjectNotClosureException_A01_t01: Fail, OK # co19 issue 276
206 LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 276
207 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 276
208 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 276
209 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276
210 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 276
211 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 276
212 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 276
213 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 276
214 LibTest/core/ClosureArgumentMismatchException/toString_A01_t01: Fail, OK # co19 issue 276
215 LibTest/core/ClosureArgumentMismatchException/ClosureArgumentMismatchException_A 01_t01: Fail, OK # co19 issue 276
216 Language/11_Statements/15_Assert_A04_t04: Fail, OK # co19 issue 276
204 217
205 [ $compiler == dart2js && $unchecked ] 218 [ $compiler == dart2js && $unchecked ]
206 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure. 219 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure.
207 220
208 # These tests do noting in checked mode, and therefore cannot fail. 221 # These tests do noting in checked mode, and therefore cannot fail.
209 LibTest/core/List/filter_A03_t01: Fail, OK # co19 issue 274 222 LibTest/core/List/filter_A03_t01: Fail, OK # co19 issue 274
210 LibTest/core/List/some_A03_t01: Fail, OK # co19 issue 274 223 LibTest/core/List/some_A03_t01: Fail, OK # co19 issue 274
211 LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 274 224 LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 274
212 LibTest/core/List/every_A03_t01: Fail, OK # co19 issue 274 225 LibTest/core/List/every_A03_t01: Fail, OK # co19 issue 274
213 226
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 698 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
686 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 699 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
687 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 700 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
688 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 701 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
689 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 702 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
690 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 703 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
691 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 704 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
692 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 705 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
693 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 706 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
694 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 707 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698