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

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

Issue 27731004: - Fix status files for main(args) in Dartium. (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
« no previous file with comments | « no previous file | tests/corelib/corelib.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 == 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 7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392
8 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError # Issue 7052 8 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError # Issue 7052
9 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError # Issue 7052 9 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError # Issue 7052
10 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError # Issue 7052 10 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError # Issue 7052
11 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError # Issue 7052 11 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError # Issue 7052
12 12
13 [ $compiler == none && $runtime == vm ]
14 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802 13 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802
15 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894 14 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894
16 15
17 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8 16 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8
18 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8 17 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8
19 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508 18 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508
20 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508 19 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508
21 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508 20 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508
22 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508 21 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508
23 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508 22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508
24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508 23 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508
25 24
26 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508 25 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508
27 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508 26 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508
28 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 27 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492
29 28
30 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463 29 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463
31 30
32 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537 31 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537
33 32
34
35 [ $compiler == none && $runtime == vm && $checked ]
36 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408
37
38 # Passing for the wrong reasons:
39 LibTest/async/Completer/completeError_A03_t02: Pass # No AsyncError anymore. Iss ue 407 and 463
40 LibTest/async/Completer/complete_A02_t02: Pass # No AsyncError anymore. Issue 40 7 and 463
41 LibTest/async/Future/catchError_A01_t01: Pass # No AsyncError anymore. Issue 407 and 463
42 LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407 and 463
43
44 #end [ $compiler == none && $runtime == vm && $checked ]
45
46 [ $compiler == none && $runtime == vm && $mode == debug ]
47 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
48 LibTest/async/Stream/Stream.periodic_A03_t01: Fail # co19-roll r546: Please tria ge this failure
49 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19-roll r546: Please tr iage this failure
50
51 [ $compiler == none && $runtime == vm && $arch != x64 ]
52 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
53
54 [ $compiler == none && $runtime == vm && $arch == mips ]
55 LibTest/math/log_A01_t01: Fail
56 LibTest/core/double/toInt_A01_t01: Fail
57
58 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ]
59 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this failure
60
61 [ $compiler == none && $runtime == vm ]
62 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539 33 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539
63 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539 34 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539
64 Language/12_Expressions/12_Instance_Creation/1_New_A06_t12: fail # Dart issue 12 549 35 Language/12_Expressions/12_Instance_Creation/1_New_A06_t12: fail # Dart issue 12 549
65 Language/12_Expressions/12_Instance_Creation/1_New_A09_t09: fail # Dart issue 13 72 36 Language/12_Expressions/12_Instance_Creation/1_New_A09_t09: fail # Dart issue 13 72
66 Language/12_Expressions/12_Instance_Creation/2_Const_A10_t01: fail # co19 issue 525 37 Language/12_Expressions/12_Instance_Creation/2_Const_A10_t01: fail # co19 issue 525
67 Language/12_Expressions/30_Identifier_Reference_A08_t02: fail # Dart issue 12593 38 Language/12_Expressions/30_Identifier_Reference_A08_t02: fail # Dart issue 12593
68 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535 39 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535
69 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535 40 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535
70 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675 41 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675
71 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908 42 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908
72 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238 43 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238
73 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916 44 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916
74 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916 45 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916
46 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue
75 Language/14_Libraries_and_Scripts/5_URIs_A01_t04: fail # Issue 12521 47 Language/14_Libraries_and_Scripts/5_URIs_A01_t04: fail # Issue 12521
76 Language/14_Libraries_and_Scripts/5_URIs_A01_t05: fail # Issue 12521 48 Language/14_Libraries_and_Scripts/5_URIs_A01_t05: fail # Issue 12521
77 Language/14_Libraries_and_Scripts/5_URIs_A01_t14: fail # Issue 12521 49 Language/14_Libraries_and_Scripts/5_URIs_A01_t14: fail # Issue 12521
78 Language/14_Libraries_and_Scripts/5_URIs_A01_t15: fail # Issue 12521 50 Language/14_Libraries_and_Scripts/5_URIs_A01_t15: fail # Issue 12521
79 51
80 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514 52 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514
81 53
82 # All isolate are being ignored at the moment as the library will go through som e changes. 54 # All isolate are being ignored at the moment as the library will go through som e changes.
83 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure 55 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure
84 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure 56 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure
85 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure 57 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure
86 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple ase triage this failure 58 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple ase triage this failure
87 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure 59 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure
88 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec. 60 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec.
89 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail # VM triage, check spec. 61 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail # VM triage, check spec.
90 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # VM triage, check spec. 62 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # VM triage, check spec.
91 63
92 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail # co19-roll r587: Please triage this failure 64 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail # co19-roll r587: Please triage this failure
93 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail # co19-roll r587: Please triage this failure 65 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail # co19-roll r587: Please triage this failure
94 66
67 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543
68 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543
69 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543
70 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543
71 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: MissingCompileTimeError # co19-roll r607: Please triage this failure
72 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: MissingCompileTimeError # co19-roll r607: Please triage this failure
73 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # co19-roll r6 07: Please triage this failure
74 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure
75 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # co19-roll r607: Please triage this failure
76 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # co19-roll r607: Please triage this failure
77
78
79 [ $compiler == none && $runtime == vm && $checked ]
80 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408
81
82 # Passing for the wrong reasons:
83 LibTest/async/Completer/completeError_A03_t02: Pass # No AsyncError anymore. Iss ue 407 and 463
84 LibTest/async/Completer/complete_A02_t02: Pass # No AsyncError anymore. Issue 40 7 and 463
85 LibTest/async/Future/catchError_A01_t01: Pass # No AsyncError anymore. Issue 407 and 463
86 LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407 and 463
87
88 #end [ $compiler == none && $runtime == vm && $checked ]
89
90 [ $compiler == none && $runtime == vm && $mode == debug ]
91 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
92 LibTest/async/Stream/Stream.periodic_A03_t01: Fail # co19-roll r546: Please tria ge this failure
93 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19-roll r546: Please tr iage this failure
94
95 [ $compiler == none && $runtime == vm && $arch != x64 ]
96 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
97
98 [ $compiler == none && $runtime == vm && $arch == mips ]
99 LibTest/math/log_A01_t01: Fail
100 LibTest/core/double/toInt_A01_t01: Fail
101
102 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ]
103 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this failure
104
95 [ $compiler == none && $runtime == vm && $checked ] 105 [ $compiler == none && $runtime == vm && $checked ]
96 LibTest/typed_data/Float32x4List/elementAt_A01_t01: Fail # Dart issue 12861 106 LibTest/typed_data/Float32x4List/elementAt_A01_t01: Fail # Dart issue 12861
97 LibTest/typed_data/Float32x4List/fillRange_A01_t01: Fail # Dart issue 12861 107 LibTest/typed_data/Float32x4List/fillRange_A01_t01: Fail # Dart issue 12861
98 LibTest/typed_data/Float32x4List/first_A01_t01: Fail # Dart issue 12861 108 LibTest/typed_data/Float32x4List/first_A01_t01: Fail # Dart issue 12861
99 LibTest/typed_data/Float32x4List/first_A03_t01: Fail # Dart issue 12861 109 LibTest/typed_data/Float32x4List/first_A03_t01: Fail # Dart issue 12861
100 LibTest/typed_data/Float32x4List/firstWhere_A01_t01: Fail # Dart issue 12861 110 LibTest/typed_data/Float32x4List/firstWhere_A01_t01: Fail # Dart issue 12861
101 LibTest/typed_data/Float32x4List/firstWhere_A02_t01: Fail # Dart issue 12861 111 LibTest/typed_data/Float32x4List/firstWhere_A02_t01: Fail # Dart issue 12861
102 LibTest/typed_data/Float32x4List/getRange_A01_t01: Fail # Dart issue 12861 112 LibTest/typed_data/Float32x4List/getRange_A01_t01: Fail # Dart issue 12861
103 LibTest/typed_data/Float32x4List/getRange_A02_t01: Fail # Dart issue 12861 113 LibTest/typed_data/Float32x4List/getRange_A02_t01: Fail # Dart issue 12861
104 LibTest/typed_data/Float32x4List/last_A01_t01: Fail # Dart issue 12861 114 LibTest/typed_data/Float32x4List/last_A01_t01: Fail # Dart issue 12861
105 LibTest/typed_data/Float32x4List/lastWhere_A01_t01: Fail # Dart issue 12861 115 LibTest/typed_data/Float32x4List/lastWhere_A01_t01: Fail # Dart issue 12861
106 LibTest/typed_data/Float32x4List/map_A01_t01: Fail # Dart issue 12861 116 LibTest/typed_data/Float32x4List/map_A01_t01: Fail # Dart issue 12861
107 LibTest/typed_data/Float32x4List/map_A02_t01: Fail # Dart issue 12861 117 LibTest/typed_data/Float32x4List/map_A02_t01: Fail # Dart issue 12861
108 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861 118 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861
109 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1 2861 119 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1 2861
110 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail # Dart issue 12861 120 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail # Dart issue 12861
111 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861 121 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861
112 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 122 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861
113 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 123 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861
114 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 124 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861
115 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 125 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861
116 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 126 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 127 Language/12_Expressions/12_Instance_Creation_A01_t08: CompileTimeError # co19-ro ll r607: Please triage this failure
118 128
119 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] 129 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ]
120 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 130 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 131 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349
122 132
123 [ $compiler == none && $runtime == vm ]
124 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543
125 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543
126 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543
127 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543
128 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: MissingCompileTimeError # co19-roll r607: Please triage this failure
129 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: MissingCompileTimeError # co19-roll r607: Please triage this failure
130 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # co19-roll r6 07: Please triage this failure
131 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure
132 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # co19-roll r607: Please triage this failure
133 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # co19-roll r607: Please triage this failure
134
135 [ $compiler == none && $runtime == vm && $unchecked ] 133 [ $compiler == none && $runtime == vm && $unchecked ]
136 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure 134 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure
OLDNEW
« no previous file with comments | « no previous file | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698