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

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

Issue 23578028: Fix for issue 13272 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added missed file Created 7 years, 3 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK 83 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK
84 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK 84 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK
85 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK 85 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK
86 86
87 # co19 issue #513, rules for finals were loosened, contradiction in spec was fix ed 87 # co19 issue #513, rules for finals were loosened, contradiction in spec was fix ed
88 Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: fail, OK 88 Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: fail, OK
89 89
90 # co19 issue #515, it is a compile-time error if there is more than one entity w ith the same name declared in the same scope 90 # co19 issue #515, it is a compile-time error if there is more than one entity w ith the same name declared in the same scope
91 Language/07_Classes/3_Setters_A08_t03: fail, OK 91 Language/07_Classes/3_Setters_A08_t03: fail, OK
92 92
93 # co19 issue #593: Conditional expressions are now allowed as constant expressio ns
94 Language/12_Expressions/01_Constants_A15_t16: fail, OK
95
93 # co19 issue #438, Static variables are initialized lazily, need not be constant s 96 # co19 issue #438, Static variables are initialized lazily, need not be constant s
94 Language/12_Expressions/01_Constants_A16_t01: fail, OK 97 Language/12_Expressions/01_Constants_A16_t01: fail, OK
95 Language/12_Expressions/01_Constants_A16_t02: fail, OK 98 Language/12_Expressions/01_Constants_A16_t02: fail, OK
96 99
97 # co19 issue #420, "throw" requires expression, "rethrow" should be used instead 100 # co19 issue #420, "throw" requires expression, "rethrow" should be used instead
98 Language/12_Expressions/08_Throw_A05_t01: fail, OK 101 Language/12_Expressions/08_Throw_A05_t01: fail, OK
99 Language/12_Expressions/08_Throw_A05_t02: fail, OK 102 Language/12_Expressions/08_Throw_A05_t02: fail, OK
100 Language/12_Expressions/08_Throw_A05_t03: fail, OK 103 Language/12_Expressions/08_Throw_A05_t03: fail, OK
101 104
102 # co19 issue #454 (wrongly closed) 105 # co19 issue #454 (wrongly closed)
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 241
239 # co19 issue #586: Undefined name 'message' 242 # co19 issue #586: Undefined name 'message'
240 LibTest/isolate/IsolateSink/addError_A01_t02: fail, OK 243 LibTest/isolate/IsolateSink/addError_A01_t02: fail, OK
241 244
242 # co19 issue #587: Missing dart:async import and other mistypes 245 # co19 issue #587: Missing dart:async import and other mistypes
243 LibTest/isolate/IsolateStream/any_A02_t01: fail, OK 246 LibTest/isolate/IsolateStream/any_A02_t01: fail, OK
244 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail, OK 247 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail, OK
245 LibTest/isolate/IsolateStream/contains_A01_t01: fail, OK 248 LibTest/isolate/IsolateStream/contains_A01_t01: fail, OK
246 LibTest/isolate/IsolateStream/contains_A02_t01: fail, OK 249 LibTest/isolate/IsolateStream/contains_A02_t01: fail, OK
247 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail, OK 250 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail, OK
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/constant/TestAll.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698