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

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

Issue 9930005: Use default values of named arguments when invoking the default super constructor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 [ $compiler == frog || $compiler == frogsh ] 217 [ $compiler == frog || $compiler == frogsh ]
218 ExceptionTest: Fail # Issue 1785 218 ExceptionTest: Fail # Issue 1785
219 Factory3Test: Fail # Issue 417 219 Factory3Test: Fail # Issue 417
220 Factory2NegativeTest: Fail 220 Factory2NegativeTest: Fail
221 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 221 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
222 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps . 222 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps .
223 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of constructor) as compile-time constant. 223 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of constructor) as compile-time constant.
224 CompileTimeConstantETest: Fail 224 CompileTimeConstantETest: Fail
225 CompileTimeConstantGTest: Fail # compile time constants with super calls to opti onal arguments. 225 CompileTimeConstantGTest: Fail # compile time constants with super calls to opti onal arguments.
226 CompileTimeConstantKTest: Fail # Constant maps are not canonicalized correctly i f the same key appears multiple times. 226 CompileTimeConstantKTest: Fail # Constant maps are not canonicalized correctly i f the same key appears multiple times.
227 CompileTimeConstantLTest: Fail # final instance fields with default values are n ot initialized correctly.
227 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. 228 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
228 DoubleToStringAsExponentialTest: Fail # fails due to -0.0. 229 DoubleToStringAsExponentialTest: Fail # fails due to -0.0.
229 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to 230 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to
230 # be moved to a 231 # be moved to a
231 # [ $compiler == frog ] 232 # [ $compiler == frog ]
232 # section. 233 # section.
233 DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in const ant propagation. 234 DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in const ant propagation.
234 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0. 235 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0.
235 ExtendTypeParameterNegativeTest: Skip # Issue 886 236 ExtendTypeParameterNegativeTest: Skip # Issue 886
236 ExtendTypeParameter2NegativeTest: Skip # Issue 886 237 ExtendTypeParameter2NegativeTest: Skip # Issue 886
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 [ $compiler == frog && $mode == debug ] 469 [ $compiler == frog && $mode == debug ]
469 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 470 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
470 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 471 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
471 472
472 [ $arch == simarm ] 473 [ $arch == simarm ]
473 *: Skip 474 *: Skip
474 475
475 [ $arch == arm ] 476 [ $arch == arm ]
476 *: Skip 477 *: Skip
477 478
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698