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

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

Issue 9699033: Introduce FieldParameterElement. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typo. Created 8 years, 9 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 BoolTest: Fail # Issue 2092 232 BoolTest: Fail # Issue 2092
233 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps. 233 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps.
234 234
235 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver] 235 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver]
236 ExceptionTest: Fail # Issue 1785 236 ExceptionTest: Fail # Issue 1785
237 Factory3Test: Fail # Issue 417 237 Factory3Test: Fail # Issue 417
238 Factory2NegativeTest: Fail 238 Factory2NegativeTest: Fail
239 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 239 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
240 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps . 240 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps .
241 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of constructor) as compile-time constant. 241 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of constructor) as compile-time constant.
242 CompileTimeConstantGTest: Fail # compile time constants with super calls to opti onal arguments.
242 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. 243 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
243 DoubleToStringAsExponentialTest: Fail # fails due to -0.0. 244 DoubleToStringAsExponentialTest: Fail # fails due to -0.0.
244 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to 245 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to
245 # be moved to a 246 # be moved to a
246 # [ $component == frog || $component == frogium || $component == webdriver ] 247 # [ $component == frog || $component == frogium || $component == webdriver ]
247 # section. 248 # section.
248 DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in const ant propagation. 249 DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in const ant propagation.
249 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0. 250 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0.
250 ExtendTypeParameterNegativeTest: Skip # Issue 886 251 ExtendTypeParameterNegativeTest: Skip # Issue 886
251 ExtendTypeParameter2NegativeTest: Skip # Issue 886 252 ExtendTypeParameter2NegativeTest: Skip # Issue 886
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 [ $component == frog && $mode == debug ] 480 [ $component == frog && $mode == debug ]
480 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 481 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
481 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 482 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
482 483
483 [ $arch == simarm ] 484 [ $arch == simarm ]
484 *: Skip 485 *: Skip
485 486
486 [ $arch == arm ] 487 [ $arch == arm ]
487 *: Skip 488 *: Skip
488 489
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698