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

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

Issue 9728006: Some compile time constants were not properly reporting static type warnings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 [ $component == vm && $mode == release ] 106 [ $component == vm && $mode == release ]
107 107
108 [ $component == dartc || $component == chromium ] 108 [ $component == dartc || $component == chromium ]
109 AbstractSyntaxTest/01: Fail 109 AbstractSyntaxTest/01: Fail
110 ApplicationNegativeTest: Fail 110 ApplicationNegativeTest: Fail
111 AssertKeywordNegativeTest: Fail 111 AssertKeywordNegativeTest: Fail
112 AssertTest: Fail # Uses AssertError class. Bug 4385894. 112 AssertTest: Fail # Uses AssertError class. Bug 4385894.
113 AssignInstanceMethodNegativeTest: Fail 113 AssignInstanceMethodNegativeTest: Fail
114 BadNamedParametersTest: Fail # Issue 1941 114 BadNamedParametersTest: Fail # Issue 1941
115 BadNamedParameters2Test: Fail # Issue 1941 115 BadNamedParameters2Test: Fail # Issue 1941
116 AssignStaticTypeTest/01: Fail # Issue 1957
117 AssignStaticTypeTest/02: Fail # Issue 1957
118 AssignStaticTypeTest/03: Fail # Issue 1957
119 AssignStaticTypeTest/04: Fail # Issue 1957
120 BodyLessConstructorWrongArgNegativeTest: Fail 116 BodyLessConstructorWrongArgNegativeTest: Fail
121 CallOperatorTest: Pass # Issue 1355 117 CallOperatorTest: Pass # Issue 1355
122 CharEscapeTest: Pass # Issue 1654 118 CharEscapeTest: Pass # Issue 1654
123 ClosureCallWrongArgumentCountNegativeTest: Fail 119 ClosureCallWrongArgumentCountNegativeTest: Fail
124 CompileTimeConstant3Test: Fail # Issue 1780 120 CompileTimeConstant3Test: Fail # Issue 1780
125 ConstConstructorSyntaxTest/05: Fail 121 ConstConstructorSyntaxTest/05: Fail
126 ConstCounterNegativeTest: Fail # issue 1655 122 ConstCounterNegativeTest: Fail # issue 1655
127 Constructor3NegativeTest: Fail 123 Constructor3NegativeTest: Fail
128 ConstructorCallWrongArgumentCountNegativeTest: Fail 124 ConstructorCallWrongArgumentCountNegativeTest: Fail
129 DefaultFactoryLibraryTest: Fail # Issue 514 125 DefaultFactoryLibraryTest: Fail # Issue 514
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 [ $component == frog && $mode == debug ] 475 [ $component == frog && $mode == debug ]
480 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 476 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
481 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 477 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
482 478
483 [ $arch == simarm ] 479 [ $arch == simarm ]
484 *: Skip 480 *: Skip
485 481
486 [ $arch == arm ] 482 [ $arch == arm ]
487 *: Skip 483 *: Skip
488 484
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698