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

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

Issue 27223005: Implement new mixin application syntax (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 | « runtime/vm/parser.cc ('k') | tests/language/language.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
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure 87 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure
88 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple ase triage this failure 88 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple ase triage this failure
89 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure 89 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure
90 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec. 90 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec.
91 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail # VM triage, check spec. 91 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail # VM triage, check spec.
92 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # VM triage, check spec. 92 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # VM triage, check spec.
93 93
94 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail # co19-roll r587: Please triage this failure 94 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail # co19-roll r587: Please triage this failure
95 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail # co19-roll r587: Please triage this failure 95 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail # co19-roll r587: Please triage this failure
96 96
97 Language/09_Mixins/1_Mixin_Application_A01_t01: CompileTimeError # Dart issue 13 907
98
99 [ $compiler == none && $runtime == vm && $checked ] 97 [ $compiler == none && $runtime == vm && $checked ]
100 LibTest/typed_data/Float32x4List/elementAt_A01_t01: Fail # Dart issue 12861 98 LibTest/typed_data/Float32x4List/elementAt_A01_t01: Fail # Dart issue 12861
101 LibTest/typed_data/Float32x4List/fillRange_A01_t01: Fail # Dart issue 12861 99 LibTest/typed_data/Float32x4List/fillRange_A01_t01: Fail # Dart issue 12861
102 LibTest/typed_data/Float32x4List/first_A01_t01: Fail # Dart issue 12861 100 LibTest/typed_data/Float32x4List/first_A01_t01: Fail # Dart issue 12861
103 LibTest/typed_data/Float32x4List/first_A03_t01: Fail # Dart issue 12861 101 LibTest/typed_data/Float32x4List/first_A03_t01: Fail # Dart issue 12861
104 LibTest/typed_data/Float32x4List/firstWhere_A01_t01: Fail # Dart issue 12861 102 LibTest/typed_data/Float32x4List/firstWhere_A01_t01: Fail # Dart issue 12861
105 LibTest/typed_data/Float32x4List/firstWhere_A02_t01: Fail # Dart issue 12861 103 LibTest/typed_data/Float32x4List/firstWhere_A02_t01: Fail # Dart issue 12861
106 LibTest/typed_data/Float32x4List/getRange_A01_t01: Fail # Dart issue 12861 104 LibTest/typed_data/Float32x4List/getRange_A01_t01: Fail # Dart issue 12861
107 LibTest/typed_data/Float32x4List/getRange_A02_t01: Fail # Dart issue 12861 105 LibTest/typed_data/Float32x4List/getRange_A02_t01: Fail # Dart issue 12861
108 LibTest/typed_data/Float32x4List/last_A01_t01: Fail # Dart issue 12861 106 LibTest/typed_data/Float32x4List/last_A01_t01: Fail # Dart issue 12861
(...skipping 22 matching lines...) Expand all
131 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 129 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543
132 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: MissingCompileTimeError # co19-roll r607: Please triage this failure 130 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: MissingCompileTimeError # co19-roll r607: Please triage this failure
133 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: MissingCompileTimeError # co19-roll r607: Please triage this failure 131 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: MissingCompileTimeError # co19-roll r607: Please triage this failure
134 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # co19-roll r6 07: Please triage this failure 132 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # co19-roll r6 07: Please triage this failure
135 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure 133 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure
136 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # co19-roll r607: Please triage this failure 134 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # co19-roll r607: Please triage this failure
137 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # co19-roll r607: Please triage this failure 135 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # co19-roll r607: Please triage this failure
138 136
139 [ $compiler == none && $runtime == vm && $unchecked ] 137 [ $compiler == none && $runtime == vm && $unchecked ]
140 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure 138 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698