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

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

Issue 8479049: Allow for instance checking of methods and function aliases. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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) 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 Switch7NegativeTest: Fail # Bug 4208467. 104 Switch7NegativeTest: Fail # Bug 4208467.
105 StackOverflowTest: Fail # Bug 4591172. 105 StackOverflowTest: Fail # Bug 4591172.
106 ScopeNegativeTest: Fail # Bug 4207538. 106 ScopeNegativeTest: Fail # Bug 4207538.
107 PseudoKWNegativeTest: Fail # Bug 4979760. 107 PseudoKWNegativeTest: Fail # Bug 4979760.
108 OverriddenNoSuchMethodTest: Fail # Bug 4202974. 108 OverriddenNoSuchMethodTest: Fail # Bug 4202974.
109 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. 109 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974.
110 NoSuchMethodTest: Fail # Bug 4202974. 110 NoSuchMethodTest: Fail # Bug 4202974.
111 NumbersTest: Fail # Fails because numbers are mapped to doubles. 111 NumbersTest: Fail # Fails because numbers are mapped to doubles.
112 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). 112 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing).
113 LocalFunction3Test: Fail # Bug 4202974. 113 LocalFunction3Test: Fail # Bug 4202974.
114 MethodOverrideTest: Crash # Bug 5516001. 114 DynamicTest: Fail # Bug 5527899.
115 DynamicTest: Crash # Bug 5527899.
116 115
117 FieldNegativeTest: Fail # Bug 4207626. 116 FieldNegativeTest: Fail # Bug 4207626.
118 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. 117 FunctionTypeAliasNegativeTest: Fail # Bug 5231617.
119 ExampleConstructorTest: Fail # Bug 4205742. 118 ExampleConstructorTest: Fail # Bug 4205742.
120 CTConstTest: Fail # Bug 4510015. 119 CTConstTest: Fail # Bug 4510015.
121 Constructor2NegativeTest: Fail # Bug 4208594. 120 Constructor2NegativeTest: Fail # Bug 4208594.
122 Constructor2Test: Fail # Issue 255 121 Constructor2Test: Fail # Issue 255
123 Constructor3Test: Fail # Issue 257 122 Constructor3Test: Fail # Issue 257
124 Constructor4Test: Fail # Issue 286 123 Constructor4Test: Fail # Issue 286
125 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e 124 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e
(...skipping 28 matching lines...) Expand all
154 BlackListedTest/03: Fail # Bug 5469684 153 BlackListedTest/03: Fail # Bug 5469684
155 BlackListedTest/04: Fail # Bug 5469684 154 BlackListedTest/04: Fail # Bug 5469684
156 BlackListedTest/05: Fail # Bug 5469684 155 BlackListedTest/05: Fail # Bug 5469684
157 BlackListedTest/06: Fail # Bug 5469684 156 BlackListedTest/06: Fail # Bug 5469684
158 BlackListedTest/07: Fail # Bug 5469684 157 BlackListedTest/07: Fail # Bug 5469684
159 BlackListedTest/08: Fail # Bug 5469684 158 BlackListedTest/08: Fail # Bug 5469684
160 BlackListedTest/09: Fail # Bug 5469684 159 BlackListedTest/09: Fail # Bug 5469684
161 BlackListedTest/10: Fail # Bug 5469684 160 BlackListedTest/10: Fail # Bug 5469684
162 BlackListedTest/11: Fail # Bug 5469684 161 BlackListedTest/11: Fail # Bug 5469684
163 BlackListedTest/12: Fail # Bug 5469684 162 BlackListedTest/12: Fail # Bug 5469684
164 BlackListedTest/13: Crash # Bug 5469684 163 BlackListedTest/13: Fail # Bug 5469684
165 BlackListedTest/14: Crash # Bug 5469684 164 BlackListedTest/14: Fail # Bug 5469684
166 165
167 # VM or Frog specific tests that should not be run by DartC. 166 # VM or Frog specific tests that should not be run by DartC.
168 *VMTest: Skip 167 *VMTest: Skip
169 *VMNegativeTest: Skip 168 *VMNegativeTest: Skip
170 *FrogTest: Skip 169 *FrogTest: Skip
171 *FrogNegativeTest: Skip 170 *FrogNegativeTest: Skip
172 171
173 172
174 [ $component == dartium ] 173 [ $component == dartium ]
175 # TODO: These need to be retriaged. 174 # TODO: These need to be retriaged.
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 DoubleComparisonTest: Fail 322 DoubleComparisonTest: Fail
324 323
325 [ $arch == x64 ] 324 [ $arch == x64 ]
326 *: Skip 325 *: Skip
327 326
328 [ $arch == simarm ] 327 [ $arch == simarm ]
329 *: Skip 328 *: Skip
330 329
331 [ $arch == arm ] 330 [ $arch == arm ]
332 *: Skip 331 *: Skip
OLDNEW
« compiler/lib/implementation/rtt.js ('K') | « compiler/lib/implementation/rtt.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698