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

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

Issue 8632020: Make method overrides with differing parameters a compile-time error (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Report on function name, not entire function! 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
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 BlackListedTest/08: Fail # Bug 5469684 85 BlackListedTest/08: Fail # Bug 5469684
86 BlackListedTest/09: Fail # Bug 5469684 86 BlackListedTest/09: Fail # Bug 5469684
87 BlackListedTest/10: Fail # Bug 5469684 87 BlackListedTest/10: Fail # Bug 5469684
88 BlackListedTest/11: Fail # Bug 5469684 88 BlackListedTest/11: Fail # Bug 5469684
89 BlackListedTest/12: Fail # Bug 5469684 89 BlackListedTest/12: Fail # Bug 5469684
90 BlackListedTest/13: Fail # Bug 5469684 90 BlackListedTest/13: Fail # Bug 5469684
91 BlackListedTest/14: Fail # Bug 5469684 91 BlackListedTest/14: Fail # Bug 5469684
92 CTConstTest: Fail # Bug 4510015. 92 CTConstTest: Fail # Bug 4510015.
93 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 93 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
94 CharEscapeTest: Fail 94 CharEscapeTest: Fail
95 ClassOverrideNegativeTest: Fail # Bug 4205768.
96 DefaultFactoryLibraryTest: Fail # Issue 514 95 DefaultFactoryLibraryTest: Fail # Issue 514
97 ConstObjectsAreImmutableTest: Fail # Bug 5202940 96 ConstObjectsAreImmutableTest: Fail # Bug 5202940
98 Constructor2NegativeTest: Fail # Bug 4208594. 97 Constructor2NegativeTest: Fail # Bug 4208594.
99 Constructor2Test: Fail # Issue 255 98 Constructor2Test: Fail # Issue 255
100 Constructor3Test: Fail # Issue 257 99 Constructor3Test: Fail # Issue 257
101 Constructor4Test: Fail # Issue 286 100 Constructor4Test: Fail # Issue 286
102 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e 101 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e
103 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e 102 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e
104 DivByZeroTest: Fail # Bug 5184183 103 DivByZeroTest: Fail # Bug 5184183
105 DynamicTest: Fail # Bug 5527899. 104 DynamicTest: Fail # Bug 5527899.
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 StaticField2RunNegativeTest: Fail 355 StaticField2RunNegativeTest: Fail
357 356
358 [ $arch == x64 ] 357 [ $arch == x64 ]
359 *: Skip 358 *: Skip
360 359
361 [ $arch == simarm ] 360 [ $arch == simarm ]
362 *: Skip 361 *: Skip
363 362
364 [ $arch == arm ] 363 [ $arch == arm ]
365 *: Skip 364 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698