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 57133004: Complete latest spec changes regarding malformed types (see issue 14006). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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 5
6 [ $compiler == none && ($runtime == vm || $runtime == dartium) && $unchecked] 6 [ $compiler == none && ($runtime == vm || $runtime == dartium) && $unchecked]
7 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392, passes in checke d mode b/c of type check 7 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392, passes in checke d mode b/c of type check
8 8
9 [ $compiler == none && ($runtime == vm || $runtime == dartium) ] 9 [ $compiler == none && ($runtime == vm || $runtime == dartium) ]
10 10
11 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8 11 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8
12 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8 12 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8
13 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508 13 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508
14 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508 14 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508
15 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508 15 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508
16 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508 16 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508
17 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508 17 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508
18 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508 18 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508
19 19
20 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508 20 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508
21 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508 21 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508
22 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 22 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492
23 23
24 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463 24 Language/10_Generics/10_Generics_A05_t01: Fail # Issue 463
25 Language/14_Libraries_and_Scripts/1_Imports_A03_t05: Fail # Issue 463
26 Language/15_Types/1_Static_Types_A03_t01: Fail # Issue 463
27 Language/12_Expressions/33_Type_Cast_A03_t01: Fail # Issue 463
28 Language/12_Expressions/33_Type_Cast_A03_t03: Fail # Issue 463
29 Language/12_Expressions/32_Type_Test_A04_t01: Fail # Issue 463
30 Language/12_Expressions/32_Type_Test_A04_t02: Fail # Issue 463
25 31
26 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537 32 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537
27 33
28 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539 34 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539
29 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539 35 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539
30 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675 36 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675
31 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908 37 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908
32 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238 38 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238
33 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916 39 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916
34 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916 40 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 98 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
93 99
94 [ $compiler == none && $runtime == vm && $arch == mips ] 100 [ $compiler == none && $runtime == vm && $arch == mips ]
95 LibTest/math/log_A01_t01: Fail 101 LibTest/math/log_A01_t01: Fail
96 LibTest/core/double/toInt_A01_t01: Fail 102 LibTest/core/double/toInt_A01_t01: Fail
97 103
98 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ] 104 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ]
99 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this failure 105 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this failure
100 106
101 [ $compiler == none && $checked && ($runtime == vm || $runtime == dartium) ] 107 [ $compiler == none && $checked && ($runtime == vm || $runtime == dartium) ]
108 Language/10_Generics/10_Generics_A05_t02: Fail # Issue 463
109 Language/15_Types/1_Static_Types_A03_t02: Fail # Issue 463
110 Language/15_Types/1_Static_Types_A03_t03: Fail # Issue 463
111 Language/15_Types/1_Static_Types_A03_t04: Fail # Issue 463
102 Language/14_Libraries_and_Scripts/1_Imports_A03_t31: Fail # Issue 14006, discuss ion on-going 112 Language/14_Libraries_and_Scripts/1_Imports_A03_t31: Fail # Issue 14006, discuss ion on-going
103 LibTest/typed_data/Float32x4List/elementAt_A01_t01: Fail # Dart issue 12861 113 LibTest/typed_data/Float32x4List/elementAt_A01_t01: Fail # Dart issue 12861
104 LibTest/typed_data/Float32x4List/fillRange_A01_t01: Fail # Dart issue 12861 114 LibTest/typed_data/Float32x4List/fillRange_A01_t01: Fail # Dart issue 12861
105 LibTest/typed_data/Float32x4List/first_A01_t01: Fail # Dart issue 12861 115 LibTest/typed_data/Float32x4List/first_A01_t01: Fail # Dart issue 12861
106 LibTest/typed_data/Float32x4List/first_A03_t01: Fail # Dart issue 12861 116 LibTest/typed_data/Float32x4List/first_A03_t01: Fail # Dart issue 12861
107 LibTest/typed_data/Float32x4List/firstWhere_A01_t01: Fail # Dart issue 12861 117 LibTest/typed_data/Float32x4List/firstWhere_A01_t01: Fail # Dart issue 12861
108 LibTest/typed_data/Float32x4List/firstWhere_A02_t01: Fail # Dart issue 12861 118 LibTest/typed_data/Float32x4List/firstWhere_A02_t01: Fail # Dart issue 12861
109 LibTest/typed_data/Float32x4List/getRange_A01_t01: Fail # Dart issue 12861 119 LibTest/typed_data/Float32x4List/getRange_A01_t01: Fail # Dart issue 12861
110 LibTest/typed_data/Float32x4List/getRange_A02_t01: Fail # Dart issue 12861 120 LibTest/typed_data/Float32x4List/getRange_A02_t01: Fail # Dart issue 12861
111 LibTest/typed_data/Float32x4List/last_A01_t01: Fail # Dart issue 12861 121 LibTest/typed_data/Float32x4List/last_A01_t01: Fail # Dart issue 12861
112 LibTest/typed_data/Float32x4List/lastWhere_A01_t01: Fail # Dart issue 12861 122 LibTest/typed_data/Float32x4List/lastWhere_A01_t01: Fail # Dart issue 12861
113 LibTest/typed_data/Float32x4List/map_A01_t01: Fail # Dart issue 12861 123 LibTest/typed_data/Float32x4List/map_A01_t01: Fail # Dart issue 12861
114 LibTest/typed_data/Float32x4List/map_A02_t01: Fail # Dart issue 12861 124 LibTest/typed_data/Float32x4List/map_A02_t01: Fail # Dart issue 12861
115 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861 125 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861
116 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1 2861 126 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1 2861
117 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail # Dart issue 12861 127 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail # Dart issue 12861
118 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861 128 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861
119 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 129 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861
120 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 130 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861
121 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 131 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861
122 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 132 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861
123 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 133 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861
124 134
125 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] 135 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ]
126 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 136 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349
127 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 137 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349
128 138
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698