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

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

Issue 40683002: It's a compile-time error if a const constructor call fails (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
« tests/co19/co19-co19.status ('K') | « tests/co19/co19-dartium.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 ] 5 [ $compiler == none && $runtime == vm ]
6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392 6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392
7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392
8 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError # Issue 7052 7 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError # Issue 7052
9 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError # Issue 7052 8 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError # Issue 7052
10 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError # Issue 7052 9 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError # Issue 7052
11 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError # Issue 7052 10 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError # Issue 7052
12 11
13 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802 12 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802
14 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894 13 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894
15 14
16 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8 15 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8
17 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8 16 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8
18 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508 17 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508
19 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508 18 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508
20 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508 19 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508
21 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508 20 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508
22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508 21 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508
23 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508 22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508
24 23
25 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508 24 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508
26 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508 25 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508
27 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 26 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492
28 27
29 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463 28 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463
30 29
31 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537 30 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537
32 31
33 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539 32 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539
34 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539 33 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539
35 Language/12_Expressions/12_Instance_Creation/2_Const_A10_t01: fail # co19 issue 525
36 Language/12_Expressions/30_Identifier_Reference_A08_t02: fail # Dart issue 12593 34 Language/12_Expressions/30_Identifier_Reference_A08_t02: fail # Dart issue 12593
37 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535 35 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535
38 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535 36 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535
39 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675 37 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675
40 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908 38 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908
41 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238 39 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238
42 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916 40 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916
43 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916 41 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916
44 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue 42 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue
45 43
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 113 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861
116 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 114 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861
117 Language/12_Expressions/12_Instance_Creation_A01_t08: CompileTimeError # co19-ro ll r607: Please triage this failure 115 Language/12_Expressions/12_Instance_Creation_A01_t08: CompileTimeError # co19-ro ll r607: Please triage this failure
118 116
119 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] 117 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ]
120 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 118 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349
121 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 119 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349
122 120
123 [ $compiler == none && $unchecked && ($runtime == vm || $runtime == dartium) ] 121 [ $compiler == none && $unchecked && ($runtime == vm || $runtime == dartium) ]
124 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure 122 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure
OLDNEW
« tests/co19/co19-co19.status ('K') | « tests/co19/co19-dartium.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698