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

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

Issue 505033002: Initializing a final instance is a runtime error (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 3 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 [ $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 7
8 [ $compiler == dart2js && $checked && $runtime == ie9 ] 8 [ $compiler == dart2js && $checked && $runtime == ie9 ]
9 LibTest/core/Uri/encodeComponent_A01_t02: Skip 9 LibTest/core/Uri/encodeComponent_A01_t02: Skip
10 LibTest/core/Uri/encodeFull_A01_t02: Skip 10 LibTest/core/Uri/encodeFull_A01_t02: Skip
11 LibTest/core/Uri/encodeQueryComponent_A01_t02: Skip 11 LibTest/core/Uri/encodeQueryComponent_A01_t02: Skip
12 LayoutTests/fast/dom/HTMLLabelElement/form/test1_t01: RuntimeError # co19-roll r 722: Please triage this failure. 12 LayoutTests/fast/dom/HTMLLabelElement/form/test1_t01: RuntimeError # co19-roll r 722: Please triage this failure.
13 WebPlatformTest/DOMEvents/approved/Propagation.path.target.removed_t01: RuntimeE rror # co19-roll r738: Please triage this failure. 13 WebPlatformTest/DOMEvents/approved/Propagation.path.target.removed_t01: RuntimeE rror # co19-roll r738: Please triage this failure.
14 WebPlatformTest/html/dom/elements/global-attributes/dataset-enumeration_t01: Run timeError # co19-roll r738: Please triage this failure. 14 WebPlatformTest/html/dom/elements/global-attributes/dataset-enumeration_t01: Run timeError # co19-roll r738: Please triage this failure.
15 15
16 # Crashes first, please. Then untriaged bugs. There is a section below 16 # Crashes first, please. Then untriaged bugs. There is a section below
17 # for co19 bugs. 17 # for co19 bugs.
18 [ $compiler == dart2js ] 18 [ $compiler == dart2js ]
19 LibTest/core/List/removeAt_A02_t01: RuntimeError # Issue 1533 19 LibTest/core/List/removeAt_A02_t01: RuntimeError # Issue 1533
20 LibTest/isolate/ReceivePort/receive_A01_t02: RuntimeError # Issue 6750 20 LibTest/isolate/ReceivePort/receive_A01_t02: RuntimeError # Issue 6750
21 Language/05_Variables/05_Variables_A11_t01: fail # Please triage this issue. 21 Language/05_Variables/05_Variables_A11_t01: fail # Please triage this issue.
22 22
23 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # 133 63
24 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # 133 63
25
23 Language/13_Statements/04_Local_Function_Declaration_A04_t01: MissingCompileTime Error # co19-roll r607: Please triage this failure 26 Language/13_Statements/04_Local_Function_Declaration_A04_t01: MissingCompileTime Error # co19-roll r607: Please triage this failure
24 Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTime Error # co19-roll r667: Please triage this failure 27 Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTime Error # co19-roll r667: Please triage this failure
25 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter 28 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter
26 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter 29 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter
27 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s ame name a type parameter 30 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s ame name a type parameter
28 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s ame name a type parameter 31 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s ame name a type parameter
29 Language/07_Classes/07_Classes_A13_t08: Fail # Missing CT error on member with s ame name a type parameter 32 Language/07_Classes/07_Classes_A13_t08: Fail # Missing CT error on member with s ame name a type parameter
30 Language/07_Classes/07_Classes_A13_t09: Fail # Missing CT error on member with s ame name a type parameter 33 Language/07_Classes/07_Classes_A13_t09: Fail # Missing CT error on member with s ame name a type parameter
31 Language/03_Overview/1_Scoping_A02_t05: CompileTimeError # TODO(ahe): Please tri age this failure. 34 Language/03_Overview/1_Scoping_A02_t05: CompileTimeError # TODO(ahe): Please tri age this failure.
32 Language/03_Overview/1_Scoping_A02_t06: CompileTimeError # TODO(ahe): Please tri age this failure. 35 Language/03_Overview/1_Scoping_A02_t06: CompileTimeError # TODO(ahe): Please tri age this failure.
(...skipping 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1548 WebPlatformTest/webstorage/storage_clear_t01: CompileTimeError # co19 issue 702 1551 WebPlatformTest/webstorage/storage_clear_t01: CompileTimeError # co19 issue 702
1549 WebPlatformTest/webstorage/storage_builtins_t01: CompileTimeError # co19 issue 7 02 1552 WebPlatformTest/webstorage/storage_builtins_t01: CompileTimeError # co19 issue 7 02
1550 1553
1551 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 1554 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
1552 LibTest/async/DeferredLibrary/*: Skip # Issue 17458 1555 LibTest/async/DeferredLibrary/*: Skip # Issue 17458
1553 1556
1554 [ $compiler == dart2js && $mode == debug ] 1557 [ $compiler == dart2js && $mode == debug ]
1555 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout 1558 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout
1556 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout 1559 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout
1557 LibTest/core/List/List_class_A01_t01: Pass, Timeout 1560 LibTest/core/List/List_class_A01_t01: Pass, Timeout
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