blob: 6984c322e14aee87dc58a9952d97a342c24ee5a9 [file] [log] [blame]
# Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
[ $compiler == dartanalyzer ]
# not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer?
Language/06_Functions/2_Formal_Parameters_A02_t02: fail
# not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything before =5 it not assignable
Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail
# invalid argument for constant constructor
Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
# TBF: _f is private, so does not collide
Language/07_Classes/1_Instance_Methods_A05_t08: fail
# TBD: should we check that argument for dynamic parameter of constant constructor is not compatible with operation that is performed with it?
Language/12_Expressions/01_Constants_A16_t03: fail
# TBD: should we report _error_ when constant creation uses arguments with types incompatible with parameters?
Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail
Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail
# TBF: infinite look: class A {const A();final m = const A();}
Language/12_Expressions/01_Constants_A17_t03: fail
# analyzer issue https://code.google.com/p/dart/issues/detail?id=11534
Language/15_Types/4_Interface_Types_A11_t01: Skip
Language/15_Types/4_Interface_Types_A11_t02: Skip
# co19 issue #380, Strings class has been removed
LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: fail, OK
LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: fail, OK
# co19 issue #400, collection library reorg
LibTest/core/String/String_class_A01_t01: fail, OK
LibTest/core/String/concat_A01_t01: fail, OK
LibTest/core/String/concat_A02_t01: fail, OK
LibTest/core/String/hashCode_A01_t01: fail, OK
LibTest/core/Set/isSubsetOf_A01_t01: fail, OK
LibTest/core/Set/isSubsetOf_A01_t02: fail, OK
# co19 issue #424, Uninitialized finals are warnings not errors
Language/05_Variables/05_Variables_A07_t05: fail, OK
Language/05_Variables/05_Variables_A07_t06: fail, OK
Language/05_Variables/05_Variables_A07_t07: fail, OK
Language/05_Variables/05_Variables_A07_t08: fail, OK
Language/05_Variables/05_Variables_A08_t01: fail, OK
# co19 issue #425, Only static fields can be declared as 'const'
Language/05_Variables/05_Variables_A12_t01: fail, OK
Language/05_Variables/05_Variables_A12_t06: fail, OK
Language/05_Variables/05_Variables_A13_t01: fail, OK
Language/07_Classes/07_Classes_A02_t11: fail, OK
# co19 issue #429, It is a compile-time error if a formal parameter is declared as a constant variable
Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: fail, OK
# co19 issue #430, return not subtype from factory
Language/07_Classes/6_Constructors/2_Factories_A06_t01: fail, OK
Language/07_Classes/6_Constructors/2_Factories_A06_t02: fail, OK
Language/07_Classes/6_Constructors/2_Factories_A06_t04: fail, OK
# co19 issue #431, it is OK to use 'double' argument for const constructor
Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: fail, OK
# co19 issue #428, number literals with a + prefix
LibTest/core/double/ceil_A01_t05: fail, OK
LibTest/core/double/floor_A01_t05: fail, OK
# co19 issue 459, FallThroughError is no longer const
LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail, OK
# co19 issue #437, annotation should be constant _variable_ or constant constructor invocation
Language/07_Classes/07_Classes_A01_t20: fail, OK
Language/07_Classes/07_Classes_A02_t34: fail, OK
Language/07_Classes/07_Classes_A03_t10: fail, OK
# co19 issue #464, not initialized final instance variable is warning, not error
Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail
# co19 issue #442, undefined name "Expect"
Language/15_Types/4_Interface_Types_A08_t03: fail, OK
# co19 issue #448, Collection was removed
LibTest/collection/Queue/Queue.from_A01_t01: fail, OK
LibTest/collection/Queue/Queue.from_A01_t02: fail, OK
LibTest/core/Set/intersection_A01_t02: fail, OK
# co19 issue 452, more method in Iterable
LibTest/core/Set/Set.from_A01_t02: fail, OK
# co19 issue #455, undeclared identifier is static warning
Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK
Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK
Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK
Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK
# co19 issue #513, rules for finals were loosened, contradiction in spec was fixed
Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: fail, OK
# co19 issue #514, it is still an error to have both a n initializing formal and an initializer in the constructor's initializer list
Language/05_Variables/05_Variables_A05_t03: fail, OK
# co19 issue #515, it is a compile-time error if there is more than one entity with the same name declared in the same scope
Language/07_Classes/3_Setters_A08_t01: fail, OK
Language/07_Classes/3_Setters_A08_t02: fail, OK
Language/07_Classes/3_Setters_A08_t03: fail, OK
Language/07_Classes/3_Setters_A08_t04: fail, OK
# co19 issue #516, it is a compile-time error if a class has both a getter and a method with the same name.
Language/07_Classes/3_Setters_A08_t05: fail, OK
# co19 issue #438, Static variables are initialized lazily, need not be constants
Language/12_Expressions/01_Constants_A16_t01: fail, OK
Language/12_Expressions/01_Constants_A16_t02: fail, OK
# co19 issue #517, +5 is not a valid expression
Language/12_Expressions/01_Constants_A01_t01: fail, OK
Language/12_Expressions/03_Numbers_A01_t01: fail, OK
Language/12_Expressions/03_Numbers_A01_t02: fail, OK
Language/12_Expressions/03_Numbers_A01_t03: fail, OK
Language/12_Expressions/03_Numbers_A01_t04: fail, OK
Language/12_Expressions/03_Numbers_A01_t08: fail, OK
Language/12_Expressions/03_Numbers_A01_t10: fail, OK
Language/13_Statements/02_Expression_Statements_A01_t06: fail, OK
# co19 issue #518, It is a compile-time error if evaluation of a compile-time constant would raise an exception
Language/12_Expressions/01_Constants_A11_t01: fail, OK
Language/12_Expressions/01_Constants_A12_t01: fail, OK
Language/12_Expressions/01_Constants_A13_t06: fail, OK
# co19 issue #519, ++5 is not assignable
Language/12_Expressions/07_Maps_A01_t01: fail, OK
# co19 issue #420, "throw" requires expression, "rethrow" should be used instead
Language/12_Expressions/08_Throw_A05_t01: fail, OK
Language/12_Expressions/08_Throw_A05_t02: fail, OK
Language/12_Expressions/08_Throw_A05_t03: fail, OK
# co19 issue #454 (wrongly closed)
Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK
# co19 issue #521, attempt to create instance of not a class
Language/12_Expressions/12_Instance_Creation/1_New_A02_t01: fail, OK
Language/12_Expressions/12_Instance_Creation/1_New_A02_t02: fail, OK
Language/12_Expressions/12_Instance_Creation/1_New_A02_t03: fail, OK
Language/12_Expressions/12_Instance_Creation/1_New_A02_t05: fail, OK
Language/12_Expressions/12_Instance_Creation/1_New_A02_t07: fail, OK
Language/12_Expressions/12_Instance_Creation/1_New_A06_t03: fail, OK
# co19 issue #523, new malbound type
Language/12_Expressions/12_Instance_Creation/1_New_A05_t01: fail, OK
Language/12_Expressions/12_Instance_Creation/1_New_A05_t02: fail, OK
Language/12_Expressions/12_Instance_Creation/1_New_A05_t03: fail, OK
# co19 issue #524, new abstract class
Language/12_Expressions/12_Instance_Creation/1_New_A06_t01: fail, OK
Language/12_Expressions/12_Instance_Creation/1_New_A06_t02: fail, OK
Language/12_Expressions/12_Instance_Creation/1_New_A06_t12: fail, OK
# co19 issue #526, use undefined constructor
Language/12_Expressions/12_Instance_Creation/1_New_A06_t04: fail, OK
Language/12_Expressions/12_Instance_Creation/1_New_A06_t05: fail, OK
Language/12_Expressions/12_Instance_Creation/1_New_A06_t06: fail, OK
# co19 issue #527, not enough or extra positional parameters; no such named paramater
Language/12_Expressions/12_Instance_Creation/1_New_A06_t07: fail, OK
Language/12_Expressions/12_Instance_Creation/1_New_A06_t08: fail, OK
Language/12_Expressions/12_Instance_Creation/1_New_A06_t09: fail, OK
# co19 issue #528, Const: wrong number of type arguments
Language/12_Expressions/12_Instance_Creation_A01_t02: fail, OK
Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK
Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK
# co19 issue #529, const instance creation with invalid type arguments
Language/12_Expressions/12_Instance_Creation_A01_t08: fail, OK
# co19 issue #388 (wrongly closed), StringBuffer methods changed
Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: fail, OK
Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: fail, OK
# co19 issue #433 (wrongly closed), missing @static-warning annotation
Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail, OK
Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK
# co19 issue #530, garbage
Language/12_Expressions/32_Type_Test_A04_t02: fail, OK
# co19 issue #541: tests contain unqualified reference to static members defined in superclass
Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07: fail, OK
Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK
# co19 issue #543: invocation of a non-function
Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A03_t02: fail, OK
LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue 556
Language/13_Statements/11_Return_A07_t01: fail # co19-roll r546: Please triage this failure
Language/13_Statements/11_Try_A02_t03: fail # co19-roll r546: Please triage this failure
Language/13_Statements/11_Try_A03_t03: fail # co19-roll r546: Please triage this failure
Language/13_Statements/11_Try_A04_t03: fail # co19-roll r546: Please triage this failure
Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # co19-roll r546: Please triage this failure
Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # co19-roll r546: Please triage this failure
Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # co19-roll r546: Please triage this failure
Language/14_Libraries_and_Scripts/2_Exports_A01_t17: fail # co19-roll r546: Please triage this failure
Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail # co19-roll r546: Please triage this failure
Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail # co19-roll r546: Please triage this failure
Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail # co19-roll r546: Please triage this failure
Language/15_Types/6_Type_dynamic_A03_t01: fail # co19-roll r546: Please triage this failure
Language/15_Types/6_Type_dynamic_A04_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: fail # co19-roll r546: Please triage this failure
LibTest/async/EventTransformStream/distinct_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/EventTransformStream/distinct_A01_t02: fail # co19-roll r546: Please triage this failure
LibTest/async/EventTransformStream/drain_A02_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/EventTransformStream/drain_A02_t02: fail # co19-roll r546: Please triage this failure
LibTest/async/EventTransformStream/EventTransformStream_A01_t02: fail # co19-roll r546: Please triage this failure
LibTest/async/EventTransformStream/expand_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/EventTransformStream/first_A02_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/EventTransformStream/handleError_A03_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/EventTransformStream/listen_A03_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/EventTransformStream/listen_A04_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/EventTransformStream/transform_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/EventTransformStream/where_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Future/asStream_A01_t02: pass # co19-roll r546: Please triage this failure
LibTest/async/Future/asStream_A02_t01: pass # co19-roll r546: Please triage this failure
LibTest/async/Future/whenComplete_A03_t01: pass # co19-roll r546: Please triage this failure
LibTest/async/Stream/asBroadcastStream_A01_t02: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/asBroadcastStream_A02_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/contains_A03_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/StreamController/hasListener_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/StreamController/hasListener_A01_t02: fail # co19-roll r546: Please triage this failure
LibTest/async/StreamController/isClosed_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/StreamController/isClosed_A01_t02: fail # co19-roll r546: Please triage this failure
LibTest/async/StreamController/isPaused_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/StreamController/isPaused_A01_t03: fail # co19-roll r546: Please triage this failure
LibTest/async/StreamController/sink_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/StreamController/StreamController.broadcast_A04_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/distinct_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/distinct_A01_t02: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/drain_A02_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/drain_A02_t02: fail # co19-roll r546: Please triage this failure
LibTest/async/StreamEventTransformer/handleData_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/StreamEventTransformer/handleDone_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/StreamEventTransformer/handleError_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/expand_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/handleError_A03_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/isBroadcast_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/isBroadcast_A01_t02: fail # co19-roll r546: Please triage this failure
LibTest/async/StreamIterator/cancel_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/listen_A03_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/listen_A04_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/Stream_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/Stream.fromFuture_A02_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/Stream.fromFuture_A02_t02: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/Stream.fromIterable_A01_t02: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/Stream.periodic_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/transform_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/where_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Timer/cancel_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Timer/Timer.periodic_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Timer/Timer.periodic_A02_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/DateTime/compareTo_A02_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/DateTime/subtract_A02_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/double/truncate_A01_t01: fail # co19-roll r559: Please triage this failure
LibTest/core/double/truncate_A01_t05: fail # co19-roll r559: Please triage this failure
LibTest/core/Duration/operator_div_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/Duration/operator_eq_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/Duration/operator_gt_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/Duration/operator_gte_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/Duration/operator_lt_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/Duration/operator_lte_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/Duration/operator_minus_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/Duration/operator_mult_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/Duration/operator_plus_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/FallThroughError/toString_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/int/ceilToDouble_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/int/floorToDouble_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/int/roundToDouble_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/int/truncateToDouble_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/List/asMap_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/List/every_A03_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/List/forEach_A01_t02: fail # co19-roll r546: Please triage this failure
LibTest/core/List/join_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/List/lastWhere_A03_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/List/List_A01_t03: fail # co19-roll r546: Please triage this failure
LibTest/core/List/List.filled_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/List/List.from_A01_t03: fail # co19-roll r546: Please triage this failure
LibTest/core/List/List.generate_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/List/List.generate_A01_t02: fail # co19-roll r546: Please triage this failure
LibTest/core/List/List.generate_A01_t03: fail # co19-roll r546: Please triage this failure
LibTest/core/List/map_A02_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/List/removeAt_A02_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/List/replaceRange_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/List/replaceRange_A01_t02: fail # co19-roll r546: Please triage this failure
LibTest/core/List/skipWhile_A02_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/List/takeWhile_A02_t01: fail # co19-roll r546: Please triage this failure
LibTest/core/List/toList_A01_t03: fail # co19-roll r546: Please triage this failure
LibTest/core/StringBuffer/writeAll_A03_t01: fail # co19-roll r546: Please triage this failure
LibTest/isolate/isolate_api/streamSpawnFunction_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/isolate/IsolateSink/add_A01_t02: fail # co19-roll r546: Please triage this failure
LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please triage this failure
LibTest/isolate/IsolateSink/operator_equality_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure
LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/isolate/IsolateStream/contains_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please triage this failure
LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail # co19-roll r546: Please triage this failure
LibTest/isolate/SendPort/send_A02_t02: fail # co19-roll r546: Please triage this failure