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

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

Issue 9270016: Issue 932. Checks for various named arguments cases. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 Library4NegativeTest: Fail # Bug 5406175 122 Library4NegativeTest: Fail # Bug 5406175
123 ListLiteral1NegativeTest: Skip # Issue 220 123 ListLiteral1NegativeTest: Skip # Issue 220
124 ListLiteral3Test: Fail # Issue 220 124 ListLiteral3Test: Fail # Issue 220
125 ListLiteral4Test: Fail # Issue 220 125 ListLiteral4Test: Fail # Issue 220
126 ListTest: Fail # Bug 5146975. 126 ListTest: Fail # Bug 5146975.
127 LocalFunction3Test: Fail # Bug 4202974. 127 LocalFunction3Test: Fail # Bug 4202974.
128 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). 128 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing).
129 MapLiteral3Test: Fail # Issue 221 129 MapLiteral3Test: Fail # Issue 221
130 MapLiteral4Test: Fail # Issue 221 130 MapLiteral4Test: Fail # Issue 221
131 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. 131 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974.
132 NamedParameters10NegativeTest: Fail # Implementation in progress. 132 #NamedParameters10NegativeTest: Fail # Implementation in progress.
zundel 2012/01/23 16:18:21 go ahead and remove these lines before committing.
scheglov 2012/01/23 19:32:27 Done.
133 NamedParameters2NegativeTest: Fail # Implementation in progress. 133 #NamedParameters2NegativeTest: Fail # Implementation in progress.
134 NamedParameters3NegativeTest: Fail # Implementation in progress. 134 #NamedParameters3NegativeTest: Fail # Implementation in progress.
135 NamedParameters4NegativeTest: Fail # Implementation in progress. 135 #NamedParameters4NegativeTest: Fail # Implementation in progress.
136 NamedParametersNegativeTest: Fail # Implementation in progress. 136 #NamedParametersNegativeTest: Fail # Implementation in progress.
137 NamedParametersTypeTest: Fail # Implementation in progress. 137 NamedParametersTypeTest: Fail # Implementation in progress.
138 NoSuchMethodTest: Fail # Bug 4202974. 138 NoSuchMethodTest: Fail # Bug 4202974.
139 NullToStringTest: Fail # Bug 5421978 139 NullToStringTest: Fail # Bug 5421978
140 NumbersTest: Fail # Fails because numbers are mapped to doubles. 140 NumbersTest: Fail # Fails because numbers are mapped to doubles.
141 OverriddenNoSuchMethodTest: Fail # Bug 4202974. 141 OverriddenNoSuchMethodTest: Fail # Bug 4202974.
142 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 142 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249
143 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 143 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249
144 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 144 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249
145 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 145 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249
146 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 146 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 # these tests are inconsistent in frogium and frogsh-node, investigate 374 # these tests are inconsistent in frogium and frogsh-node, investigate
375 StaticField1RunNegativeTest: Pass # but error is not correct 375 StaticField1RunNegativeTest: Pass # but error is not correct
376 StaticField2RunNegativeTest: Pass # but error is not correct 376 StaticField2RunNegativeTest: Pass # but error is not correct
377 377
378 378
379 [ $arch == simarm ] 379 [ $arch == simarm ]
380 *: Skip 380 *: Skip
381 381
382 [ $arch == arm ] 382 [ $arch == arm ]
383 *: Skip 383 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698