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

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

Issue 22871003: Issue 11892. It is compile-time error when unqualified invocation with unresolved identifier. (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 6
7 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer? 7 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer?
8 Language/06_Functions/2_Formal_Parameters_A02_t02: fail 8 Language/06_Functions/2_Formal_Parameters_A02_t02: fail
9 9
10 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable 10 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 # co19 issue 452, more method in Iterable 398 # co19 issue 452, more method in Iterable
399 LibTest/core/Set/Set.from_A01_t02: fail, OK 399 LibTest/core/Set/Set.from_A01_t02: fail, OK
400 400
401 # co19 issue #453, abstract member in concrete class 401 # co19 issue #453, abstract member in concrete class
402 Language/07_Classes/07_Classes_A07_t10: fail, OK 402 Language/07_Classes/07_Classes_A07_t10: fail, OK
403 403
404 # co19 issue #454, should be static warning 404 # co19 issue #454, should be static warning
405 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: fail, OK 405 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: fail, OK
406 406
407 # co19 issue #455, undeclared identifier is static warning 407 # co19 issue #455, undeclared identifier is static warning
408 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK
409 Language/12_Statements/04_Local_Function_Declaration_A02_t02: fail, OK
410 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK
411 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: fail, OK 408 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: fail, OK
412 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK
413 409
414 # co19 issue #456 410 # co19 issue #456
415 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t04: fail, OK 411 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t04: fail, OK
416 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t05: fail, OK 412 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t05: fail, OK
417 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: fail, OK 413 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: fail, OK
418 414
419 # co19 issue 457, malformed type is static warning 415 # co19 issue 457, malformed type is static warning
420 Language/11_Expressions/31_Type_Test_A05_t01: fail, OK 416 Language/11_Expressions/31_Type_Test_A05_t01: fail, OK
421 Language/11_Expressions/31_Type_Test_A05_t02: fail, OK 417 Language/11_Expressions/31_Type_Test_A05_t02: fail, OK
422 Language/11_Expressions/31_Type_Test_A05_t03: fail, OK 418 Language/11_Expressions/31_Type_Test_A05_t03: fail, OK
(...skipping 25 matching lines...) Expand all
448 Language/13_Libraries_and_Scripts/1_Imports_A03_t49: fail, OK 444 Language/13_Libraries_and_Scripts/1_Imports_A03_t49: fail, OK
449 Language/13_Libraries_and_Scripts/1_Imports_A03_t50: fail, OK 445 Language/13_Libraries_and_Scripts/1_Imports_A03_t50: fail, OK
450 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: fail, OK 446 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: fail, OK
451 Language/13_Libraries_and_Scripts/1_Imports_A03_t65: fail, OK 447 Language/13_Libraries_and_Scripts/1_Imports_A03_t65: fail, OK
452 Language/13_Libraries_and_Scripts/1_Imports_A03_t68: fail, OK 448 Language/13_Libraries_and_Scripts/1_Imports_A03_t68: fail, OK
453 Language/13_Libraries_and_Scripts/1_Imports_A03_t69: fail, OK 449 Language/13_Libraries_and_Scripts/1_Imports_A03_t69: fail, OK
454 Language/13_Libraries_and_Scripts/1_Imports_A03_t70: fail, OK 450 Language/13_Libraries_and_Scripts/1_Imports_A03_t70: fail, OK
455 451
456 # co19 issue 483, instance access to static member 452 # co19 issue 483, instance access to static member
457 Language/11_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: fail , OK 453 Language/11_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: fail , OK
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698