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

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

Issue 10244004: Second try at fixing frog. Tests failed only in checked mode. (Closed) Base URL: http://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
« no previous file with comments | « no previous file | no next file » | 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 [ $compiler == frog && $unchecked ] 175 [ $compiler == frog && $unchecked ]
176 BoolTest: Fail # Issue 2092 176 BoolTest: Fail # Issue 2092
177 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps. 177 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps.
178 Operator4Test: Fail 178 Operator4Test: Fail
179 179
180 [ $compiler == frog ] 180 [ $compiler == frog ]
181 StaticInitializerTypeErrorTest: Fail # Checked mode not implemented. 181 StaticInitializerTypeErrorTest: Fail # Checked mode not implemented.
182 ExceptionTest: Fail # Issue 1785 182 ExceptionTest: Fail # Issue 1785
183 Factory3Test: Fail # Issue 417 183 Factory3Test: Fail # Issue 417
184 Factory2NegativeTest: Fail 184 Factory2NegativeTest: Fail
185 FBoundedQuantificationTest/01: Fail # Issue 439
186 FBoundedQuantificationTest/02: Fail # Issue 439
187 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 185 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
188 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps . 186 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps .
189 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of constructor) as compile-time constant. 187 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of constructor) as compile-time constant.
190 CompileTimeConstantETest: Fail 188 CompileTimeConstantETest: Fail
191 CompileTimeConstantGTest: Fail # compile time constants with super calls to opti onal arguments. 189 CompileTimeConstantGTest: Fail # compile time constants with super calls to opti onal arguments.
192 CompileTimeConstantKTest: Fail # Constant maps are not canonicalized correctly i f the same key appears multiple times. 190 CompileTimeConstantKTest: Fail # Constant maps are not canonicalized correctly i f the same key appears multiple times.
193 CompileTimeConstantLTest: Fail # final instance fields with default values are n ot initialized correctly. 191 CompileTimeConstantLTest: Fail # final instance fields with default values are n ot initialized correctly.
194 CompileTimeConstantOTest: Fail # String constants with string-interpolation. 192 CompileTimeConstantOTest: Fail # String constants with string-interpolation.
195 CompileTimeConstantPTest/01: Fail # Implicit super calls that don't match are no t caught in compile-time constants. 193 CompileTimeConstantPTest/01: Fail # Implicit super calls that don't match are no t caught in compile-time constants.
196 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. 194 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 [ $runtime == safari && ($system == linux || $system == windows) ] 398 [ $runtime == safari && ($system == linux || $system == windows) ]
401 *: Skip 399 *: Skip
402 400
403 [ $compiler == frog && $unchecked ] 401 [ $compiler == frog && $unchecked ]
404 PrivateMemberTest/01: Fail # test seems bad - see issue #353 402 PrivateMemberTest/01: Fail # test seems bad - see issue #353
405 PrivateMemberTest/02: Fail # test seems bad - see issue #353 403 PrivateMemberTest/02: Fail # test seems bad - see issue #353
406 PrivateMemberTest/03: Fail # test seems bad - see issue #353 404 PrivateMemberTest/03: Fail # test seems bad - see issue #353
407 PrivateMemberTest/04: Fail # test seems bad - see issue #353 405 PrivateMemberTest/04: Fail # test seems bad - see issue #353
408 406
409 [ $compiler == frog && $checked ] 407 [ $compiler == frog && $checked ]
408 FBoundedQuantificationTest/01: Fail # Issue 439
409 FBoundedQuantificationTest/02: Fail # Issue 439
410 PrivateMemberTest/none: Fail # test seems bad - see issue #353 410 PrivateMemberTest/none: Fail # test seems bad - see issue #353
411 AssignStaticTypeTest/01: Fail # Unrecognized option: --no-enable-type-checks. 411 AssignStaticTypeTest/01: Fail # Unrecognized option: --no-enable-type-checks.
412 AssignStaticTypeTest/02: Fail # Unrecognized option: --no-enable-type-checks. 412 AssignStaticTypeTest/02: Fail # Unrecognized option: --no-enable-type-checks.
413 AssignStaticTypeTest/03: Fail # Unrecognized option: --no-enable-type-checks. 413 AssignStaticTypeTest/03: Fail # Unrecognized option: --no-enable-type-checks.
414 AssignStaticTypeTest/04: Fail # Unrecognized option: --no-enable-type-checks. 414 AssignStaticTypeTest/04: Fail # Unrecognized option: --no-enable-type-checks.
415 TypeVariableBoundsTest/01: Fail # Issue 2135 415 TypeVariableBoundsTest/01: Fail # Issue 2135
416 TypeVariableBoundsTest/02: Fail # Issue 2135 416 TypeVariableBoundsTest/02: Fail # Issue 2135
417 TypeVariableBoundsTest/05: Fail # Issue 2135 417 TypeVariableBoundsTest/05: Fail # Issue 2135
418 TypeVariableBounds2Test/00: Fail # Issue 2135 418 TypeVariableBounds2Test/00: Fail # Issue 2135
419 TypeVariableBounds2Test/03: Fail # Issue 2135 419 TypeVariableBounds2Test/03: Fail # Issue 2135
(...skipping 24 matching lines...) Expand all
444 444
445 [ $compiler == frog && $runtime == none ] 445 [ $compiler == frog && $runtime == none ]
446 *: Skip 446 *: Skip
447 447
448 [ $arch == simarm ] 448 [ $arch == simarm ]
449 *: Skip 449 *: Skip
450 450
451 [ $arch == arm ] 451 [ $arch == arm ]
452 *: Skip 452 *: Skip
453 453
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698