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

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

Issue 11090016: Change core lib, dart2js, and more for new optional parameters syntax (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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-dart2dart.status ('k') | tests/co19/co19-runtime.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 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/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure. 10 Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure.
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 LibTest/core/Expect/equals_A02_t01: Fail, OK 226 LibTest/core/Expect/equals_A02_t01: Fail, OK
227 LibTest/core/List/getRange_A03_t01: Fail, OK 227 LibTest/core/List/getRange_A03_t01: Fail, OK
228 LibTest/core/List/removeRange_A06_t01: Fail, OK 228 LibTest/core/List/removeRange_A06_t01: Fail, OK
229 LibTest/core/List/setRange_A05_t01: Fail, OK 229 LibTest/core/List/setRange_A05_t01: Fail, OK
230 LibTest/core/Set/addAll_A01_t04: Fail, OK 230 LibTest/core/Set/addAll_A01_t04: Fail, OK
231 LibTest/core/Set/contains_A01_t03: Fail, OK 231 LibTest/core/Set/contains_A01_t03: Fail, OK
232 LibTest/core/Set/containsAll_A01_t03: Fail, OK 232 LibTest/core/Set/containsAll_A01_t03: Fail, OK
233 LibTest/core/Set/remove_A01_t04: Fail, OK 233 LibTest/core/Set/remove_A01_t04: Fail, OK
234 LibTest/core/Set/removeAll_A01_t03: Fail, OK 234 LibTest/core/Set/removeAll_A01_t03: Fail, OK
235 235
236 # These tests need to be updated to the new Date core lib API, co19 issue 256:
237 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail
238 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail
239 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A02_t01: Fail # May be a diffe rent issue.
240 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # May be a diffe rent issue.
241 LibTest/core/Date/Date_A01_t04: Fail
242 LibTest/core/Date/Date_A01_t05: Fail
243 LibTest/core/Date/isUtc_A01_t01: Fail
244 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail
245 LibTest/core/Date/operator_GE_A01_t01: Fail
246 LibTest/core/Date/operator_GT_A01_t01: Fail
247 LibTest/core/Date/operator_LE_A01_t01: Fail
248 LibTest/core/Date/operator_LT_A01_t01: Fail
249 LibTest/core/Date/operator_equality_A01_t01: Fail
250 LibTest/core/Date/timeZoneName_A01_t01: Fail
251 LibTest/core/Date/timeZoneOffset_A01_t01: Fail
252 LibTest/core/Date/toLocal_A01_t01: Fail
253 LibTest/core/Date/toUtc_A01_t01: Fail
254
236 [ $compiler == dart2js && $system == macos && $runtime == d8 ] 255 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
237 LibTest/core/Math/acos_A01_t01: Fail, OK 256 LibTest/core/Math/acos_A01_t01: Fail, OK
238 LibTest/core/Math/asin_A01_t01: Fail, OK 257 LibTest/core/Math/asin_A01_t01: Fail, OK
239 LibTest/core/Math/atan_A01_t01: Fail, OK 258 LibTest/core/Math/atan_A01_t01: Fail, OK
240 259
241 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 260 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
242 LibTest/core/double/operator_remainder_A01_t04: Fail 261 LibTest/core/double/operator_remainder_A01_t04: Fail
243 262
244 [ $compiler == dart2js ] 263 [ $compiler == dart2js ]
245 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red irecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason. 264 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red irecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason.
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 335
317 # The following tests use the deprecated Date interface. 336 # The following tests use the deprecated Date interface.
318 # Issue co19 - 125 337 # Issue co19 - 125
319 LibTest/core/Date/toString_A02_t01: Fail, OK 338 LibTest/core/Date/toString_A02_t01: Fail, OK
320 339
321 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212 340 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212
322 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212 341 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212
323 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212 342 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212
324 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212 343 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212
325 344
326 [ $compiler == dart2js && $unchecked ]
327 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail
328
329 [ $compiler == dart2js && $checked ] 345 [ $compiler == dart2js && $checked ]
330 LibTest/core/Queue/addLast_A01_t01: Slow, Pass 346 LibTest/core/Queue/addLast_A01_t01: Slow, Pass
331 LibTest/core/Queue/add_A01_t01: Slow, Pass 347 LibTest/core/Queue/add_A01_t01: Slow, Pass
332 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass 348 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass
333 349
334 # 350 #
335 # Issues with co19 test suite. 351 # Issues with co19 test suite.
336 # 352 #
337 # If you add anything here, either file a bug against the Dart 353 # If you add anything here, either file a bug against the Dart
338 # language specification, co19 test suite, or add a comment that ahe@ 354 # language specification, co19 test suite, or add a comment that ahe@
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 755 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
740 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 756 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
741 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 757 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
742 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 758 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
743 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 759 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
744 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 760 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
745 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 761 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
746 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 762 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
747 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 763 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
748 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 764 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698