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

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

Issue 23346010: Fix for issue 12569 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer? 6 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer?
7 Language/06_Functions/2_Formal_Parameters_A02_t02: fail 7 Language/06_Functions/2_Formal_Parameters_A02_t02: fail
8 8
9 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable 9 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable
10 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail 10 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 # co19 issue #530, garbage 224 # co19 issue #530, garbage
225 Language/12_Expressions/32_Type_Test_A04_t02: fail, OK 225 Language/12_Expressions/32_Type_Test_A04_t02: fail, OK
226 226
227 # co19 issue #531, void f(void f()) {f();} is error. Gilad: The formal parameter conflicts with the name of the function. 227 # co19 issue #531, void f(void f()) {f();} is error. Gilad: The formal parameter conflicts with the name of the function.
228 Language/13_Statements/04_Local_Function_Declaration_A01_t01: fail, OK 228 Language/13_Statements/04_Local_Function_Declaration_A01_t01: fail, OK
229 229
230 # co19 issue #541: tests contain unqualified reference to static members defined in superclass 230 # co19 issue #541: tests contain unqualified reference to static members defined in superclass
231 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07: fail, OK 231 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07: fail, OK
232 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK 232 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK
233 233
234 # co19 issue #543: invocation of a non-function
235 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK
236
234 237
235 # co19-roll r546 (11.08.2013) caused these failures 238 # co19-roll r546 (11.08.2013) caused these failures
236 Language/13_Statements/11_Return_A07_t01: fail # co19-roll r546: Please triage t his failure 239 Language/13_Statements/11_Return_A07_t01: fail # co19-roll r546: Please triage t his failure
237 Language/13_Statements/11_Try_A02_t03: fail # co19-roll r546: Please triage this failure 240 Language/13_Statements/11_Try_A02_t03: fail # co19-roll r546: Please triage this failure
238 Language/13_Statements/11_Try_A03_t03: fail # co19-roll r546: Please triage this failure 241 Language/13_Statements/11_Try_A03_t03: fail # co19-roll r546: Please triage this failure
239 Language/13_Statements/11_Try_A04_t03: fail # co19-roll r546: Please triage this failure 242 Language/13_Statements/11_Try_A04_t03: fail # co19-roll r546: Please triage this failure
240 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # co19-roll r546: Plea se triage this failure 243 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # co19-roll r546: Plea se triage this failure
241 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # co19-roll r546: Plea se triage this failure 244 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # co19-roll r546: Plea se triage this failure
242 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # co19-roll r546: Plea se triage this failure 245 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # co19-roll r546: Plea se triage this failure
243 Language/14_Libraries_and_Scripts/2_Exports_A01_t17: fail # co19-roll r546: Plea se triage this failure 246 Language/14_Libraries_and_Scripts/2_Exports_A01_t17: fail # co19-roll r546: Plea se triage this failure
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail # co19-roll r546: Please triage this failure 353 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail # co19-roll r546: Please triage this failure
351 LibTest/isolate/IsolateStream/contains_A01_t01: fail # co19-roll r546: Please tr iage this failure 354 LibTest/isolate/IsolateStream/contains_A01_t01: fail # co19-roll r546: Please tr iage this failure
352 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr iage this failure 355 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr iage this failure
353 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail # co19-roll r546: Please triage this failure 356 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail # co19-roll r546: Please triage this failure
354 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19-roll r546: Please triage this failure 357 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19-roll r546: Please triage this failure
355 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19-roll r546: Please tria ge this failure 358 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19-roll r546: Please tria ge this failure
356 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19-roll r546: Please tria ge this failure 359 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19-roll r546: Please tria ge this failure
357 LibTest/isolate/SendPort/send_A02_t02: fail # co19-roll r546: Please triage this failure 360 LibTest/isolate/SendPort/send_A02_t02: fail # co19-roll r546: Please triage this failure
358 LibTest/isolate/SendPort/send_A02_t03: fail # co19-roll r546: Please triage this failure 361 LibTest/isolate/SendPort/send_A02_t03: fail # co19-roll r546: Please triage this failure
359 LibTest/isolate/SendPort/send_A02_t04: fail # co19-roll r546: Please triage this failure 362 LibTest/isolate/SendPort/send_A02_t04: fail # co19-roll r546: Please triage this failure
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698