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

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

Issue 53453003: co19-roll to r651 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased Created 7 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 [ $compiler == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out. 6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
7 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure 7 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure
8 8
9 [ $compiler == dart2js && $checked && $runtime == ie9 ] 9 [ $compiler == dart2js && $checked && $runtime == ie9 ]
10 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout # co19-roll r576: P lease triage this failure 10 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout # co19-roll r576: P lease triage this failure
11 LibTest/isolate/isolate_api/spawnUri_A02_t03: Pass, Fail # Issue 8920 11 LibTest/isolate/isolate_api/spawnUri_A02_t03: Pass, Fail # Issue 8920
12 12
13 13
14 # Crashes first, please. Then untriaged bugs. There is a section below 14 # Crashes first, please. Then untriaged bugs. There is a section below
15 # for co19 bugs. 15 # for co19 bugs.
16 [ $compiler == dart2js ] 16 [ $compiler == dart2js ]
17 Language/12_Expressions/06_Symbols_A01_t03: RuntimeError # co19 issue 640
18 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter 17 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter
19 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter 18 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter
20 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s ame name a type parameter 19 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s ame name a type parameter
21 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s ame name a type parameter 20 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s ame name a type parameter
22 Language/07_Classes/07_Classes_A13_t08: Fail # Missing CT error on member with s ame name a type parameter 21 Language/07_Classes/07_Classes_A13_t08: Fail # Missing CT error on member with s ame name a type parameter
23 Language/07_Classes/07_Classes_A13_t09: Fail # Missing CT error on member with s ame name a type parameter 22 Language/07_Classes/07_Classes_A13_t09: Fail # Missing CT error on member with s ame name a type parameter
24 Language/03_Overview/1_Scoping_A02_t05: CompileTimeError # TODO(ahe): Please tri age this failure. 23 Language/03_Overview/1_Scoping_A02_t05: CompileTimeError # TODO(ahe): Please tri age this failure.
25 Language/03_Overview/1_Scoping_A02_t06: CompileTimeError # TODO(ahe): Please tri age this failure. 24 Language/03_Overview/1_Scoping_A02_t06: CompileTimeError # TODO(ahe): Please tri age this failure.
26 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: fail # co19-roll r576: Please triage this failure 25 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: fail # co19-roll r576: Please triage this failure
27 LibTest/core/double/INFINITY_A01_t04: RuntimeError # TODO(ahe): Please triage th is failure. 26 LibTest/core/double/INFINITY_A01_t04: RuntimeError # TODO(ahe): Please triage th is failure.
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 LibTest/core/int/operator_remainder_A01_t03: RuntimeError, OK # Leg only has dou ble. 245 LibTest/core/int/operator_remainder_A01_t03: RuntimeError, OK # Leg only has dou ble.
247 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us. 246 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us.
248 LibTest/core/int/operator_truncating_division_A01_t02: RuntimeError, OK # Leg on ly has double. 247 LibTest/core/int/operator_truncating_division_A01_t02: RuntimeError, OK # Leg on ly has double.
249 LibTest/core/int/remainder_A01_t01: RuntimeError, OK # Requires big int. 248 LibTest/core/int/remainder_A01_t01: RuntimeError, OK # Requires big int.
250 LibTest/core/int/remainder_A01_t03: RuntimeError, OK # Leg only has double. 249 LibTest/core/int/remainder_A01_t03: RuntimeError, OK # Leg only has double.
251 LibTest/core/int/toDouble_A01_t01: RuntimeError, OK # Requires big int. 250 LibTest/core/int/toDouble_A01_t01: RuntimeError, OK # Requires big int.
252 LibTest/core/int/toRadixString_A01_t01: RuntimeError, OK # Bad test: uses Expect .fail, Expect.throws, assumes case of result, and uses unsupported radixes. 251 LibTest/core/int/toRadixString_A01_t01: RuntimeError, OK # Bad test: uses Expect .fail, Expect.throws, assumes case of result, and uses unsupported radixes.
253 252
254 [ $compiler == dart2js && $runtime == ie9 ] 253 [ $compiler == dart2js && $runtime == ie9 ]
255 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeErr or # co19-roll r607: Please triage this failure 254 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeErr or # co19-roll r607: Please triage this failure
256 Language/12_Expressions/02_Null_A02_t01: RuntimeError # co19-roll r607: Please t riage this failure
257 Language/12_Expressions/17_Getter_Invocation_A07_t02: RuntimeError # co19-roll r 607: Please triage this failure 255 Language/12_Expressions/17_Getter_Invocation_A07_t02: RuntimeError # co19-roll r 607: Please triage this failure
258 LibTest/collection/LinkedList/add_A01_t01: Pass, Timeout # co19-roll r607: Plea se triage this failure 256 LibTest/collection/LinkedList/add_A01_t01: Pass, Timeout # co19-roll r607: Plea se triage this failure
259 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # Issue 13511 257 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # Issue 13511
260 LibTest/math/cos_A01_t01: Fail # co19 issue 44 258 LibTest/math/cos_A01_t01: Fail # co19 issue 44
261 259
262 # 260 #
263 # The following tests are failing. Please add the error message 261 # The following tests are failing. Please add the error message
264 # (either a compiler error or exception message). The error messages 262 # (either a compiler error or exception message). The error messages
265 # may sometime be out of date. 263 # may sometime be out of date.
266 # 264 #
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure 462 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure
465 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure 463 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure
466 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr iage this failure 464 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr iage this failure
467 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure 465 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure
468 LibTest/typed_data/Float32List/Float32List.view_A05_t01: RuntimeError # co19-rol l r559: Please triage this failure 466 LibTest/typed_data/Float32List/Float32List.view_A05_t01: RuntimeError # co19-rol l r559: Please triage this failure
469 LibTest/typed_data/Float32List/Float32List.view_A05_t02: RuntimeError # co19-rol l r559: Please triage this failure 467 LibTest/typed_data/Float32List/Float32List.view_A05_t02: RuntimeError # co19-rol l r559: Please triage this failure
470 LibTest/typed_data/Float32List/Float32List.view_A05_t03: RuntimeError # co19-rol l r559: Please triage this failure 468 LibTest/typed_data/Float32List/Float32List.view_A05_t03: RuntimeError # co19-rol l r559: Please triage this failure
471 LibTest/typed_data/Float32List/fold_A01_t01: fail # co19-roll r559: Please triag e this failure 469 LibTest/typed_data/Float32List/fold_A01_t01: fail # co19-roll r559: Please triag e this failure
472 LibTest/typed_data/Float32List/join_A01_t01: fail # co19-roll r559: Please triag e this failure 470 LibTest/typed_data/Float32List/join_A01_t01: fail # co19-roll r559: Please triag e this failure
473 LibTest/typed_data/Float32List/join_A01_t02: fail # co19-roll r559: Please triag e this failure 471 LibTest/typed_data/Float32List/join_A01_t02: fail # co19-roll r559: Please triag e this failure
474 LibTest/typed_data/Float32x4/clamp_A01_t01: fail # co19-roll r559: Please triage this failure
475 LibTest/typed_data/Float32x4List/Float32x4List.view_A02_t01: RuntimeError # co19 -roll r559: Please triage this failure 472 LibTest/typed_data/Float32x4List/Float32x4List.view_A02_t01: RuntimeError # co19 -roll r559: Please triage this failure
476 LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t01: RuntimeError # co19 -roll r559: Please triage this failure 473 LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t01: RuntimeError # co19 -roll r559: Please triage this failure
477 LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t02: RuntimeError # co19 -roll r559: Please triage this failure 474 LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t02: RuntimeError # co19 -roll r559: Please triage this failure
478 LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t03: RuntimeError # co19 -roll r559: Please triage this failure 475 LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t03: RuntimeError # co19 -roll r559: Please triage this failure
479 LibTest/typed_data/Float32x4List/fold_A01_t01: fail # co19-roll r559: Please tri age this failure 476 LibTest/typed_data/Float32x4List/fold_A01_t01: fail # co19-roll r559: Please tri age this failure
480 LibTest/typed_data/Float32x4List/join_A01_t01: fail # co19-roll r559: Please tri age this failure 477 LibTest/typed_data/Float32x4List/join_A01_t01: fail # co19-roll r559: Please tri age this failure
481 LibTest/typed_data/Float32x4List/join_A01_t02: fail # co19-roll r559: Please tri age this failure 478 LibTest/typed_data/Float32x4List/join_A01_t02: fail # co19-roll r559: Please tri age this failure
482 LibTest/typed_data/Float64List/Float64List.view_A05_t01: RuntimeError # co19-rol l r559: Please triage this failure 479 LibTest/typed_data/Float64List/Float64List.view_A05_t01: RuntimeError # co19-rol l r559: Please triage this failure
483 LibTest/typed_data/Float64List/Float64List.view_A05_t02: RuntimeError # co19-rol l r559: Please triage this failure 480 LibTest/typed_data/Float64List/Float64List.view_A05_t02: RuntimeError # co19-rol l r559: Please triage this failure
484 LibTest/typed_data/Float64List/Float64List.view_A05_t03: RuntimeError # co19-rol l r559: Please triage this failure 481 LibTest/typed_data/Float64List/Float64List.view_A05_t03: RuntimeError # co19-rol l r559: Please triage this failure
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 LibTest/async/Future/Future.delayed_A01_t01: RuntimeError # co19-roll r546: Plea se triage this failure 551 LibTest/async/Future/Future.delayed_A01_t01: RuntimeError # co19-roll r546: Plea se triage this failure
555 LibTest/async/Future/Future.delayed_A03_t01: fail # co19-roll r546: Please triag e this failure 552 LibTest/async/Future/Future.delayed_A03_t01: fail # co19-roll r546: Please triag e this failure
556 LibTest/async/Stream/first_A01_t01: fail # co19-roll r546: Please triage this fa ilure 553 LibTest/async/Stream/first_A01_t01: fail # co19-roll r546: Please triage this fa ilure
557 LibTest/async/Stream/first_A02_t02: fail # co19-roll r546: Please triage this fa ilure 554 LibTest/async/Stream/first_A02_t02: fail # co19-roll r546: Please triage this fa ilure
558 LibTest/async/Stream/Stream.periodic_A02_t01: fail # co19-roll r546: Please tria ge this failure 555 LibTest/async/Stream/Stream.periodic_A02_t01: fail # co19-roll r546: Please tria ge this failure
559 LibTest/async/Timer/cancel_A01_t01: fail # co19-roll r546: Please triage this fa ilure 556 LibTest/async/Timer/cancel_A01_t01: fail # co19-roll r546: Please triage this fa ilure
560 LibTest/async/Timer/Timer_A01_t01: fail # co19-roll r546: Please triage this fai lure 557 LibTest/async/Timer/Timer_A01_t01: fail # co19-roll r546: Please triage this fai lure
561 LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t02: fail # co19-roll r5 87: Please triage this failure 558 LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t02: fail # co19-roll r5 87: Please triage this failure
562 LibTest/typed_data/Float32x4List/Float32x4List.view_A06_t01: fail # co19-roll r5 87: Please triage this failure 559 LibTest/typed_data/Float32x4List/Float32x4List.view_A06_t01: fail # co19-roll r5 87: Please triage this failure
563 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeErr or # co19-roll r607: Please triage this failure 560 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeErr or # co19-roll r607: Please triage this failure
564 Language/12_Expressions/02_Null_A02_t01: RuntimeError # co19-roll r607: Please t riage this failure
565 Language/12_Expressions/17_Getter_Invocation_A07_t02: RuntimeError # co19-roll r 607: Please triage this failure 561 Language/12_Expressions/17_Getter_Invocation_A07_t02: RuntimeError # co19-roll r 607: Please triage this failure
566 LibTest/async/Stream/asBroadcastStream_A04_t03: RuntimeError # co19-roll r641: P lease triage this failure 562 LibTest/async/Stream/asBroadcastStream_A04_t03: RuntimeError # co19-roll r641: P lease triage this failure
567 LibTest/async/Stream/asBroadcastStream_A03_t01: RuntimeError # co19-roll r641: P lease triage this failure 563 LibTest/async/Stream/asBroadcastStream_A03_t01: RuntimeError # co19-roll r641: P lease triage this failure
568 LibTest/async/Timer/isActive_A01_t01: RuntimeError # co19-roll r641: Please tria ge this failure 564 LibTest/async/Timer/isActive_A01_t01: RuntimeError # co19-roll r641: Please tria ge this failure
569 LibTest/async/Future/wait_A01_t07: RuntimeError # co19-roll r641: Please triage this failure 565 LibTest/async/Future/wait_A01_t07: RuntimeError # co19-roll r641: Please triage this failure
570 LibTest/async/Timer/isActive_A01_t02: RuntimeError # co19-roll r641: Please tria ge this failure 566 LibTest/async/Timer/isActive_A01_t02: RuntimeError # co19-roll r641: Please tria ge this failure
571 567
572 [ $compiler == dart2js && $minified ] 568 [ $compiler == dart2js && $minified ]
573 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure 569 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure
574 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: fail # co19-roll r559: Please triage this failure 570 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: fail # co19-roll r559: Please triage this failure
(...skipping 14 matching lines...) Expand all
589 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 585 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
590 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 586 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
591 587
592 [ $compiler == dart2js || $compiler == dart2dart ] 588 [ $compiler == dart2js || $compiler == dart2dart ]
593 Language/07_Classes/1_Instance_Methods_A03_t06: fail # co19-roll r587: Please tr iage this failure 589 Language/07_Classes/1_Instance_Methods_A03_t06: fail # co19-roll r587: Please tr iage this failure
594 Language/07_Classes/1_Instance_Methods_A07_t01: fail # co19-roll r587: Please tr iage this failure 590 Language/07_Classes/1_Instance_Methods_A07_t01: fail # co19-roll r587: Please tr iage this failure
595 Language/07_Classes/6_Constructors/2_Factories_A08_t02: fail # co19-roll r587: P lease triage this failure 591 Language/07_Classes/6_Constructors/2_Factories_A08_t02: fail # co19-roll r587: P lease triage this failure
596 Language/07_Classes/6_Constructors/2_Factories_A10_t02: fail # co19-roll r587: P lease triage this failure 592 Language/07_Classes/6_Constructors/2_Factories_A10_t02: fail # co19-roll r587: P lease triage this failure
597 Language/07_Classes/6_Constructors/2_Factories_A10_t03: fail # co19-roll r587: P lease triage this failure 593 Language/07_Classes/6_Constructors/2_Factories_A10_t03: fail # co19-roll r587: P lease triage this failure
598 Language/10_Generics/09_Generics_A01_t17: fail # co19-roll r587: Please triage t his failure 594 Language/10_Generics/09_Generics_A01_t17: fail # co19-roll r587: Please triage t his failure
595 Language/12_Expressions/06_Symbols_A01_t02: CompileTimeError # co19-roll r623: P lease triage this failure
596 Language/12_Expressions/07_Maps_A13_t01: MissingCompileTimeError # co19-roll r60 7: Please triage this failure
597 Language/12_Expressions/12_Instance_Creation/1_New_A06_t15: CompileTimeError # c o19-roll r651: Please triage this failure
598 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure
599 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure
600 Language/14_Libraries_and_Scripts/2_Exports_A05_t03: MissingCompileTimeError # c o19-roll r623: Please triage this failure
599 LibTest/core/Symbol/Symbol_A01_t02: CompileTimeError # co19-roll r607: Please tr iage this failure 601 LibTest/core/Symbol/Symbol_A01_t02: CompileTimeError # co19-roll r607: Please tr iage this failure
600 Language/12_Expressions/07_Maps_A13_t01: MissingCompileTimeError # co19-roll r60 7: Please triage this failure
601 Language/14_Libraries_and_Scripts/2_Exports_A05_t03: MissingCompileTimeError # c o19-roll r623: Please triage this failure
602 Language/12_Expressions/06_Symbols_A01_t02: CompileTimeError # co19-roll r623: P lease triage this failure
603 602
604 [ $compiler == dart2js ] 603 [ $compiler == dart2js ]
605 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure 604 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure
606 605
607 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e 606 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e
608 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e 607 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e
609 LibTest/json/printOn_A01_t01: fail # co19-roll r587: Please triage this failure 608 LibTest/json/printOn_A01_t01: fail # co19-roll r587: Please triage this failure
610 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure 609 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure
611 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 610 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
612 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 611 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
613 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 612 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
614 613
615 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure 614 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure
616 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure 615 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure
617 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure 616 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
618 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 617 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
619 618
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698