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

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

Issue 9662037: Compile time constants with fields. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. 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
« no previous file with comments | « tests/co19/co19-leg.status ('k') | tests/language/language-leg.status » ('j') | 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) 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 [ ($component == frog || $component == frogsh || $component == frogium || $compo nent == webdriver) && $unchecked ] 225 [ ($component == frog || $component == frogsh || $component == frogium || $compo nent == webdriver) && $unchecked ]
226 BoolTest: Fail # Issue 2092 226 BoolTest: Fail # Issue 2092
227 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps. 227 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps.
228 228
229 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver] 229 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver]
230 ExceptionTest: Fail # Issue 1785 230 ExceptionTest: Fail # Issue 1785
231 Factory3Test: Fail # Issue 417 231 Factory3Test: Fail # Issue 417
232 Factory2NegativeTest: Fail 232 Factory2NegativeTest: Fail
233 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 233 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
234 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps . 234 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps .
235 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of constructor) as compile-time constant.
235 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. 236 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
236 DoubleToStringAsExponentialTest: Fail # fails due to -0.0. 237 DoubleToStringAsExponentialTest: Fail # fails due to -0.0.
237 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to 238 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to
238 # be moved to a 239 # be moved to a
239 # [ $component == frog || $component == frogium || $component == webdriver ] 240 # [ $component == frog || $component == frogium || $component == webdriver ]
240 # section. 241 # section.
241 DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in const ant propagation. 242 DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in const ant propagation.
242 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0. 243 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0.
243 ExtendTypeParameterNegativeTest: Skip # Issue 886 244 ExtendTypeParameterNegativeTest: Skip # Issue 886
244 ExtendTypeParameter2NegativeTest: Skip # Issue 886 245 ExtendTypeParameter2NegativeTest: Skip # Issue 886
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 [ $component == frog && $mode == debug ] 465 [ $component == frog && $mode == debug ]
465 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 466 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
466 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 467 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
467 468
468 [ $arch == simarm ] 469 [ $arch == simarm ]
469 *: Skip 470 *: Skip
470 471
471 [ $arch == arm ] 472 [ $arch == arm ]
472 *: Skip 473 *: Skip
473 474
OLDNEW
« no previous file with comments | « tests/co19/co19-leg.status ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698