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

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

Issue 12310143: Rewrite co19 status files, so that error-lines have comments at end. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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') | no next file » | 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 [ $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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 252
253 [ $compiler == none && $runtime == vm && $checked ] 253 [ $compiler == none && $runtime == vm && $checked ]
254 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure. 254 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure.
255 255
256 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 256 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234
257 257
258 [ $compiler == none && $runtime == vm && $unchecked ] 258 [ $compiler == none && $runtime == vm && $unchecked ]
259 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure. 259 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure.
260 260
261 [ $compiler == none && $runtime == vm ] 261 [ $compiler == none && $runtime == vm ]
262 # Not properly reporting exception in initializer expressions 262 Language/11_Expressions/01_Constants_A16_t01: Fail # Not properly reporting exce ption in initializer expressions
263 Language/11_Expressions/01_Constants_A16_t01: Fail 263 Language/11_Expressions/01_Constants_A16_t02: Fail # Not properly reporting exce ption in initializer expressions
264 Language/11_Expressions/01_Constants_A16_t02: Fail
265 264
266 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue 392, potentially constant expression analysis 265 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue 392, potentially constant expression analysis
267 266
268 Language/11_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) 267 Language/11_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression)
269 Language/11_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM 268 Language/11_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM
270 269
271 # co19 issue 183 - must not instantiate an abstract class
272 # Some of these tests are expected to fail for another reason. These are marked as Skip. 270 # Some of these tests are expected to fail for another reason. These are marked as Skip.
273 Language/07_Classes/07_Classes_A02_t29: Skip # co19 issue 183 271 Language/07_Classes/07_Classes_A02_t29: Skip # must not instantiate an abstract class, co19 issue 183
274 Language/07_Classes/07_Classes_A02_t31: Skip # co19 issue 183 272 Language/07_Classes/07_Classes_A02_t31: Skip # must not instantiate an abstract class, co19 issue 183
275 273
276 # co19 175 - related to issue 4522, all need fixing, some passes because of temp orary warning. 274 # co19 175 - related to issue 4522, all need fixing, some passes because of temp orary warning.
277 Language/11_Expressions/07_Maps_A03_t01: Pass, Fail # co19 175 275 Language/11_Expressions/07_Maps_A03_t01: Pass, Fail # co19 175
278 Language/11_Expressions/07_Maps_A04_t01: Pass, Fail # co19 175 276 Language/11_Expressions/07_Maps_A04_t01: Pass, Fail # co19 175
279 Language/11_Expressions/07_Maps_A04_t02: Pass, Fail # co19 175 277 Language/11_Expressions/07_Maps_A04_t02: Pass, Fail # co19 175
280 Language/11_Expressions/07_Maps_A06_t01: Pass, Fail # co19 175 278 Language/11_Expressions/07_Maps_A06_t01: Pass, Fail # co19 175
281 Language/11_Expressions/07_Maps_A06_t02: Pass, Fail # co19 175 279 Language/11_Expressions/07_Maps_A06_t02: Pass, Fail # co19 175
282 Language/11_Expressions/07_Maps_A07_t04: Pass, Fail # co19 175 280 Language/11_Expressions/07_Maps_A07_t04: Pass, Fail # co19 175
283 Language/11_Expressions/07_Maps_A07_t03: Pass, Fail # co19 175 281 Language/11_Expressions/07_Maps_A07_t03: Pass, Fail # co19 175
284 Language/11_Expressions/07_Maps_A08_t01: Pass, Fail # co19 175 282 Language/11_Expressions/07_Maps_A08_t01: Pass, Fail # co19 175
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 329
332 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ] 330 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ]
333 LibTest/math/sin_A01_t01: Fail 331 LibTest/math/sin_A01_t01: Fail
334 LibTest/math/tan_A01_t01: Fail 332 LibTest/math/tan_A01_t01: Fail
335 333
336 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ] 334 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ]
337 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout 335 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout
338 336
339 [ $compiler == none && $runtime == vm ] 337 [ $compiler == none && $runtime == vm ]
340 338
341 # The following tests use the deprecated Date interface. 339 LibTest/core/Date/toString_A02_t01: Fail # Argument error. Year 999999 is out of range. Needs to be specified (and then potentially reported to co19): issue 187 8.
342 # Issue co19 - 125 340 LibTest/core/Date/year_A01_t01: Fail # Year out of range. Needs to be specified: issue 8808. Possibly a co19 bug.
343 LibTest/core/Date/toString_A02_t01: Fail, OK
344 LibTest/core/Date/year_A01_t01: Fail, OK
345 341
346 LibTest/isolate/SendPort/send_A02_t02: Skip # co19 issue 293 342 LibTest/isolate/SendPort/send_A02_t02: Skip # co19 issue 293
347 LibTest/isolate/SendPort/send_A02_t03: Skip # co19 issue 293 343 LibTest/isolate/SendPort/send_A02_t03: Skip # co19 issue 293
348 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 344 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293
349 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3 345 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3
350 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 346 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293
351 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 347 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293
352 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 348 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293
353 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 349 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293
354 350
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 498 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
503 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 499 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
504 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 500 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
505 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 501 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
506 502
507 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380 503 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380
508 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380 504 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380
509 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380 505 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380
510 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380 506 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380
511 507
512 # Doesn't expect null to be allowed in Set or Map keys (issue 377). 508 LibTest/core/Map/containsKey_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377).
513 LibTest/core/Map/containsKey_A01_t02: Fail 509 LibTest/core/Map/operator_subscript_A01_t02: Fail # Doesn't expect null to be al lowed in Set or Map keys (issue 377).
514 LibTest/core/Map/operator_subscript_A01_t02: Fail 510 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
515 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail 511 LibTest/core/Map/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
516 LibTest/core/Map/remove_A01_t02: Fail 512 LibTest/core/Set/add_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
517 LibTest/core/Set/add_A01_t02: Fail 513 LibTest/core/Set/addAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
518 LibTest/core/Set/addAll_A01_t02: Fail 514 LibTest/core/Set/contains_A01_t02: Fail # Doesn't expect null to be allowed in S et or Map keys (issue 377).
519 LibTest/core/Set/contains_A01_t02: Fail 515 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377).
520 LibTest/core/Set/containsAll_A01_t02: Fail 516 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
521 LibTest/core/Set/intersection_A03_t01: Fail 517 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
522 LibTest/core/Set/isSubsetOf_A01_t02: Fail 518 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
523 LibTest/core/Set/remove_A01_t02: Fail 519 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
524 LibTest/core/Set/removeAll_A01_t02: Fail
525 520
526 # Doesn't expect concurrent modification error (issue 376). 521 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
527 LibTest/core/Map/forEach_A01_t07: Fail
528 522
529 # Deprecated string members removed (issue 382). 523 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
530 LibTest/core/String/charCodes_A01_t01: Fail 524 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
531 LibTest/core/String/charCodeAt_A02_t01: Fail 525 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
532 LibTest/core/String/charCodeAt_A03_t01: Fail 526 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
533 LibTest/core/String/charCodeAt_A01_t01: Fail 527 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
534 LibTest/core/String/splitChars_A01_t01: Fail
535 528
536 [ $compiler == none && $runtime == vm && $unchecked ] 529 [ $compiler == none && $runtime == vm && $unchecked ]
537 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 530 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
538 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 531 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
539 532
540 [ $compiler == none && $runtime == vm && $checked ] 533 [ $compiler == none && $runtime == vm && $checked ]
541 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 534 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
542 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371. 535 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371.
543 536
544 [ $compiler == none && $arch == simarm ] 537 [ $compiler == none && $arch == simarm ]
545 *: Skip 538 *: Skip
546 539
547 [ $compiler == none && $arch == arm ] 540 [ $compiler == none && $arch == arm ]
548 *: Skip 541 *: Skip
549 542
550 [ $compiler == none && $arch == simmips ] 543 [ $compiler == none && $arch == simmips ]
551 *: Skip 544 *: Skip
552 545
553 [ $compiler == none && $arch == mips ] 546 [ $compiler == none && $arch == mips ]
554 *: Skip 547 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698