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

Side by Side Diff: tests/language/language.status

Issue 8845002: Function type checking: Part Deux (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Nits checked Created 9 years 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
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 BlackListedTest/03: Fail # Bug 5469684 78 BlackListedTest/03: Fail # Bug 5469684
79 BlackListedTest/04: Fail # Bug 5469684 79 BlackListedTest/04: Fail # Bug 5469684
80 BlackListedTest/05: Fail # Bug 5469684 80 BlackListedTest/05: Fail # Bug 5469684
81 BlackListedTest/06: Fail # Bug 5469684 81 BlackListedTest/06: Fail # Bug 5469684
82 BlackListedTest/07: Fail # Bug 5469684 82 BlackListedTest/07: Fail # Bug 5469684
83 BlackListedTest/08: Fail # Bug 5469684 83 BlackListedTest/08: Fail # Bug 5469684
84 BlackListedTest/09: Fail # Bug 5469684 84 BlackListedTest/09: Fail # Bug 5469684
85 BlackListedTest/10: Fail # Bug 5469684 85 BlackListedTest/10: Fail # Bug 5469684
86 BlackListedTest/11: Fail # Bug 5469684 86 BlackListedTest/11: Fail # Bug 5469684
87 BlackListedTest/12: Fail # Bug 5469684 87 BlackListedTest/12: Fail # Bug 5469684
88 BlackListedTest/13: Crash # Bug 5469684 88 BlackListedTest/13: Fail # Bug 5469684
89 BlackListedTest/14: Crash # Bug 5469684 89 BlackListedTest/14: Fail # Bug 5469684
90 CTConstTest: Fail # Bug 4510015. 90 CTConstTest: Fail # Bug 4510015.
91 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 91 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
92 CharEscapeTest: Fail 92 CharEscapeTest: Fail
93 ClassOverrideNegativeTest: Fail # Bug 4205768. 93 ClassOverrideNegativeTest: Fail # Bug 4205768.
94 DefaultFactoryLibraryTest: Fail # Issue 514 94 DefaultFactoryLibraryTest: Fail # Issue 514
95 ConstObjectsAreImmutableTest: Fail # Bug 5202940 95 ConstObjectsAreImmutableTest: Fail # Bug 5202940
96 Constructor2NegativeTest: Fail # Bug 4208594. 96 Constructor2NegativeTest: Fail # Bug 4208594.
97 Constructor2Test: Fail # Issue 255 97 Constructor2Test: Fail # Issue 255
98 Constructor3Test: Fail # Issue 257 98 Constructor3Test: Fail # Issue 257
99 Constructor4Test: Fail # Issue 286 99 Constructor4Test: Fail # Issue 286
100 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e 100 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e
101 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e 101 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e
102 DivByZeroTest: Fail # Bug 5184183 102 DivByZeroTest: Fail # Bug 5184183
103 DynamicTest: Crash # Bug 5527899. 103 DynamicTest: Fail # Bug 5527899.
104 ExampleConstructorTest: Fail # Bug 4205742. 104 ExampleConstructorTest: Fail # Bug 4205742.
105 ExpectTest: Fail # Missing extensions to class Expect. 105 ExpectTest: Fail # Missing extensions to class Expect.
106 FactoryNegativeTest: Fail # Issue 417 106 FactoryNegativeTest: Fail # Issue 417
107 FieldNegativeTest: Fail # Bug 4207626. 107 FieldNegativeTest: Fail # Bug 4207626.
108 FieldOverrideTest/01: Fail # Bug 5215249 108 FieldOverrideTest/01: Fail # Bug 5215249
109 FieldOverrideTest/02: Fail # Bug 5215249 109 FieldOverrideTest/02: Fail # Bug 5215249
110 For2Test: Fail # Bug 4995208. 110 For2Test: Fail # Bug 4995208.
111 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. 111 FunctionTypeAliasNegativeTest: Fail # Bug 5231617.
112 FunctionTypeAliasTest: Crash # Bug 4519208. 112 FunctionTypeAliasTest: Fail # Bug 4519208.
113 GenericParameterizedExtendsTest: Skip # Bug 5392297 113 GenericParameterizedExtendsTest: Skip # Bug 5392297
114 GenericTest: Fail # Bug 5393302 (missing call to super constructor) 114 GenericTest: Fail # Bug 5393302 (missing call to super constructor)
115 GetterClosureExecutionOrderTest: Fail # Bug 5481595 115 GetterClosureExecutionOrderTest: Fail # Bug 5481595
116 ImplicitThisTest/none: Fail # Issue 375 116 ImplicitThisTest/none: Fail # Issue 375
117 IsObjectTest: Skip # Hasn't be tested on DartC yet 117 IsObjectTest: Skip # Hasn't be tested on DartC yet
118 Library4NegativeTest: Fail # Bug 5406175 118 Library4NegativeTest: Fail # Bug 5406175
119 ListLiteral1NegativeTest: Skip # Issue 220 119 ListLiteral1NegativeTest: Skip # Issue 220
120 ListLiteral3Test: Fail # Issue 220 120 ListLiteral3Test: Fail # Issue 220
121 ListLiteral4Test: Fail # Issue 220 121 ListLiteral4Test: Fail # Issue 220
122 ListTest: Fail # Bug 5146975. 122 ListTest: Fail # Bug 5146975.
123 LocalFunction3Test: Fail # Bug 4202974. 123 LocalFunction3Test: Fail # Bug 4202974.
124 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). 124 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing).
125 MapLiteral3Test: Fail # Issue 221 125 MapLiteral3Test: Fail # Issue 221
126 MapLiteral4Test: Fail # Issue 221 126 MapLiteral4Test: Fail # Issue 221
127 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. 127 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974.
128 MethodOverrideTest: Crash # Bug 5516001.
129 NamedParameters2NegativeTest: Fail # Implementation in progress. 128 NamedParameters2NegativeTest: Fail # Implementation in progress.
130 NamedParameters3NegativeTest: Fail # Implementation in progress. 129 NamedParameters3NegativeTest: Fail # Implementation in progress.
131 NamedParameters4NegativeTest: Fail # Implementation in progress. 130 NamedParameters4NegativeTest: Fail # Implementation in progress.
132 NamedParametersNegativeTest: Fail # Implementation in progress. 131 NamedParametersNegativeTest: Fail # Implementation in progress.
133 NamedParametersTypeTest: Fail # Implementation in progress. 132 NamedParametersTypeTest: Fail # Implementation in progress.
134 NoSuchMethodTest: Fail # Bug 4202974. 133 NoSuchMethodTest: Fail # Bug 4202974.
135 NullToStringTest: Fail # Bug 5421978 134 NullToStringTest: Fail # Bug 5421978
136 NumbersTest: Fail # Fails because numbers are mapped to doubles. 135 NumbersTest: Fail # Fails because numbers are mapped to doubles.
137 OverriddenNoSuchMethodTest: Fail # Bug 4202974. 136 OverriddenNoSuchMethodTest: Fail # Bug 4202974.
138 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 137 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 StaticField2RunNegativeTest: Fail 367 StaticField2RunNegativeTest: Fail
369 368
370 [ $arch == x64 ] 369 [ $arch == x64 ]
371 *: Skip 370 *: Skip
372 371
373 [ $arch == simarm ] 372 [ $arch == simarm ]
374 *: Skip 373 *: Skip
375 374
376 [ $arch == arm ] 375 [ $arch == arm ]
377 *: Skip 376 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698