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

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

Issue 1967583002: Check bounds of type parameters of function type aliases. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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
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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 6
7 WebPlatformTest/html/semantics/forms/the-textarea-element/textarea-type_t01: fai l 7 WebPlatformTest/html/semantics/forms/the-textarea-element/textarea-type_t01: fai l
8 LayoutTests/fast/events/event-creation_t01: Skip # Roll 45 OverflowEvent removed 8 LayoutTests/fast/events/event-creation_t01: Skip # Roll 45 OverflowEvent removed
9 LayoutTests/fast/forms/checkValidity-001_t01: fail 9 LayoutTests/fast/forms/checkValidity-001_t01: fail
10 LayoutTests/fast/xmlhttprequest/xmlhttprequest-get_t01: Skip # Roll 45 clipboard Data changed 10 LayoutTests/fast/xmlhttprequest/xmlhttprequest-get_t01: Skip # Roll 45 clipboard Data changed
(...skipping 13 matching lines...) Expand all
24 # co19 issue #543: invocation of a non-function 24 # co19 issue #543: invocation of a non-function
25 Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_t ype_t02: fail, OK 25 Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_t ype_t02: fail, OK
26 26
27 # co19 issue #564: URI can be any number adjacent string literals 27 # co19 issue #564: URI can be any number adjacent string literals
28 Language/Libraries_and_Scripts/URIs/syntax_t14: fail, OK 28 Language/Libraries_and_Scripts/URIs/syntax_t14: fail, OK
29 Language/Libraries_and_Scripts/URIs/syntax_t15: fail, OK 29 Language/Libraries_and_Scripts/URIs/syntax_t15: fail, OK
30 30
31 # co19 issue #615: Expect import missing 31 # co19 issue #615: Expect import missing
32 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK 32 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK
33 33
34 Language/Generics/syntax_t04: StaticWarning # co19 issue #56
35
34 LibTest/isolate/IsolateStream/any_A01_t01: Fail # co19-roll r706: Please triage this failure. 36 LibTest/isolate/IsolateStream/any_A01_t01: Fail # co19-roll r706: Please triage this failure.
35 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # co19-roll r706: Please triage this failure. 37 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # co19-roll r706: Please triage this failure.
36 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # co19-roll r706: Please tr iage this failure. 38 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # co19-roll r706: Please tr iage this failure.
37 LibTest/isolate/IsolateStream/first_A01_t01: Fail # co19-roll r706: Please triag e this failure. 39 LibTest/isolate/IsolateStream/first_A01_t01: Fail # co19-roll r706: Please triag e this failure.
38 LibTest/isolate/IsolateStream/first_A02_t01: Fail # co19-roll r706: Please triag e this failure. 40 LibTest/isolate/IsolateStream/first_A02_t01: Fail # co19-roll r706: Please triag e this failure.
39 LibTest/isolate/IsolateStream/first_A02_t02: Fail # co19-roll r706: Please triag e this failure. 41 LibTest/isolate/IsolateStream/first_A02_t02: Fail # co19-roll r706: Please triag e this failure.
40 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # co19-roll r706: Please triage this failure. 42 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # co19-roll r706: Please triage this failure.
41 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # co19-roll r706: Please triage this failure. 43 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # co19-roll r706: Please triage this failure.
42 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # co19-roll r706: Please tri age this failure. 44 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # co19-roll r706: Please tri age this failure.
43 LibTest/isolate/IsolateStream/last_A01_t01: Fail # co19-roll r706: Please triage this failure. 45 LibTest/isolate/IsolateStream/last_A01_t01: Fail # co19-roll r706: Please triage this failure.
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 Language/Libraries_and_Scripts/URIs/syntax_t04: CompileTimeError # Please triage this failure. 379 Language/Libraries_and_Scripts/URIs/syntax_t04: CompileTimeError # Please triage this failure.
378 Language/Libraries_and_Scripts/URIs/syntax_t05: CompileTimeError # Please triage this failure. 380 Language/Libraries_and_Scripts/URIs/syntax_t05: CompileTimeError # Please triage this failure.
379 Language/Libraries_and_Scripts/URIs/syntax_t09: CompileTimeError # Please triage this failure. 381 Language/Libraries_and_Scripts/URIs/syntax_t09: CompileTimeError # Please triage this failure.
380 Language/Libraries_and_Scripts/URIs/syntax_t10: CompileTimeError # Please triage this failure. 382 Language/Libraries_and_Scripts/URIs/syntax_t10: CompileTimeError # Please triage this failure.
381 Language/Mixins/Mixin_Application/abstract_t01: StaticWarning # Please triage th is failure. 383 Language/Mixins/Mixin_Application/abstract_t01: StaticWarning # Please triage th is failure.
382 Language/Mixins/Mixin_Application/abstract_t02: StaticWarning # Please triage th is failure. 384 Language/Mixins/Mixin_Application/abstract_t02: StaticWarning # Please triage th is failure.
383 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # Please tr iage this failure. 385 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # Please tr iage this failure.
384 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # Please tr iage this failure. 386 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # Please tr iage this failure.
385 Language/Mixins/Mixin_Application/warning_t01: MissingStaticWarning # Please tri age this failure. 387 Language/Mixins/Mixin_Application/warning_t01: MissingStaticWarning # Please tri age this failure.
386 Language/Mixins/Mixin_Application/warning_t02: MissingStaticWarning # Please tri age this failure. 388 Language/Mixins/Mixin_Application/warning_t02: MissingStaticWarning # Please tri age this failure.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698