| OLD | NEW |
| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 | 112 |
| 113 # co19 issue #541: tests contain unqualified reference to static members defined
in superclass | 113 # co19 issue #541: tests contain unqualified reference to static members defined
in superclass |
| 114 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07:
fail, OK | 114 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07:
fail, OK |
| 115 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK | 115 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK |
| 116 | 116 |
| 117 # co19 issue #543: invocation of a non-function | 117 # co19 issue #543: invocation of a non-function |
| 118 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t02: fail, OK | 118 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t02: fail, OK |
| 119 | 119 |
| 120 # co19 issue #562: malformed superclass | 120 # co19 issue #562: malformed superclass |
| 121 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail, OK | 121 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail, OK |
| 122 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail, OK | |
| 123 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail, OK | |
| 124 | 122 |
| 125 # co19 issue #563: implicitly named libraries are allowed | 123 # co19 issue #563: implicitly named libraries are allowed |
| 126 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail, OK | 124 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail, OK |
| 127 | 125 |
| 128 # co19 issue #564: URI can be any number adjacent string literals | 126 # co19 issue #564: URI can be any number adjacent string literals |
| 129 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 127 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
| 130 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 128 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
| 131 | 129 |
| 132 # co19 issue #565: not implemented members in non-abstract class | 130 # co19 issue #565: not implemented members in non-abstract class |
| 133 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: fail, OK | 131 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: fail, OK |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 | 237 |
| 240 # co19 issue #586: Undefined name 'message' | 238 # co19 issue #586: Undefined name 'message' |
| 241 LibTest/isolate/IsolateSink/addError_A01_t02: fail, OK | 239 LibTest/isolate/IsolateSink/addError_A01_t02: fail, OK |
| 242 | 240 |
| 243 # co19 issue #587: Missing dart:async import and other mistypes | 241 # co19 issue #587: Missing dart:async import and other mistypes |
| 244 LibTest/isolate/IsolateStream/any_A02_t01: fail, OK | 242 LibTest/isolate/IsolateStream/any_A02_t01: fail, OK |
| 245 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail, OK | 243 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail, OK |
| 246 LibTest/isolate/IsolateStream/contains_A01_t01: fail, OK | 244 LibTest/isolate/IsolateStream/contains_A01_t01: fail, OK |
| 247 LibTest/isolate/IsolateStream/contains_A02_t01: fail, OK | 245 LibTest/isolate/IsolateStream/contains_A02_t01: fail, OK |
| 248 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail, OK | 246 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail, OK |
| OLD | NEW |