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

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

Issue 9316100: Fix for issue 1307: throw runtime exception instead of reporting a compile time error if a static... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 10 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 | « runtime/vm/resolver.cc ('k') | 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 ConstInit6NegativeTest: Fail # Issue 811 46 ConstInit6NegativeTest: Fail # Issue 811
47 47
48 # Issue 905. 48 # Issue 905.
49 TypeVariableBoundsTest/01: Fail 49 TypeVariableBoundsTest/01: Fail
50 TypeVariableBoundsTest/02: Fail 50 TypeVariableBoundsTest/02: Fail
51 TypeVariableBoundsTest/05: Fail 51 TypeVariableBoundsTest/05: Fail
52 TypeVariableBoundsTest/06: Fail 52 TypeVariableBoundsTest/06: Fail
53 TypeVariableBoundsTest/09: Fail 53 TypeVariableBoundsTest/09: Fail
54 TypeVariableBoundsTest/10: Fail 54 TypeVariableBoundsTest/10: Fail
55 55
56 #Issue 1307.
57 NamedParameters2Test: Fail
58 NamedParameters3Test: Fail
59 NamedParameters4Test: Fail
60
61 # Issue 1350. 56 # Issue 1350.
62 StringEscape1NegativeTest: Fail 57 StringEscape1NegativeTest: Fail
63 StringEscape4NegativeTest: Fail 58 StringEscape4NegativeTest: Fail
64 59
65 SuperFirstConstructorTest: Fail # Issue 1372. 60 SuperFirstConstructorTest: Fail # Issue 1372.
66 61
67 # Issue 1427 62 # Issue 1427
68 CyclicTypeVariableTest: Fail 63 CyclicTypeVariableTest: Fail
69 CyclicTypeVariableTest/01: Fail 64 CyclicTypeVariableTest/01: Fail
70 CyclicTypeVariableTest/02: Fail 65 CyclicTypeVariableTest/02: Fail
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 [ $component == frogium ] 440 [ $component == frogium ]
446 # these tests are inconsistent in frogium and frogsh-node, investigate 441 # these tests are inconsistent in frogium and frogsh-node, investigate
447 StaticField1RunNegativeTest: Pass # but error is not correct 442 StaticField1RunNegativeTest: Pass # but error is not correct
448 StaticField2RunNegativeTest: Pass # but error is not correct 443 StaticField2RunNegativeTest: Pass # but error is not correct
449 444
450 [ $arch == simarm ] 445 [ $arch == simarm ]
451 *: Skip 446 *: Skip
452 447
453 [ $arch == arm ] 448 [ $arch == arm ]
454 *: Skip 449 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/resolver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698