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

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

Issue 10908147: Update status file for dart2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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 | dart/utils/tests/pub/pub.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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 [ $browser ] 223 [ $browser ]
224 224
225 225
226 [ $arch == simarm ] 226 [ $arch == simarm ]
227 *: Skip 227 *: Skip
228 228
229 [ $arch == arm ] 229 [ $arch == arm ]
230 *: Skip 230 *: Skip
231 231
232 [ $compiler == dart2dart ] 232 [ $compiler == dart2dart ]
233 named_constructor_test: Fail, Pass # Broken in minify mode only.
234 assert_with_type_test_or_cast_test: Fail, Pass # Broken in minify mode only.
235 assert_with_type_test_or_cast_test: Fail, Pass # Broken in minify mode only.
236 assertion_test: Fail, Pass # Broken in minify mode only.
237
233 pseudo_kw_illegal_test/02: Fail 238 pseudo_kw_illegal_test/02: Fail
234 assert_lexical_scope_test: Fail 239 assert_lexical_scope_test: Fail
235 bad_constructor_test/04: Fail 240 bad_constructor_test/04: Fail
236 bad_constructor_test/05: Fail 241 bad_constructor_test/05: Fail
237 bad_constructor_test/06: Fail 242 bad_constructor_test/06: Fail
238 interface_negative_test: Fail 243 interface_negative_test: Fail
239 abstract_factory_constructor_test/00: Fail 244 abstract_factory_constructor_test/00: Fail
240 interface_test/00: Fail 245 interface_test/00: Fail
241 argument_definition_test/*: Skip # Not implemented. 246 argument_definition_test/*: Skip # Not implemented.
242 argument_definition2_test: Skip # Not implemented. Fails in minified tests. 247 argument_definition2_test: Skip # Not implemented. Fails in minified tests.
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 disable_privacy_test: Fail, Ok 356 disable_privacy_test: Fail, Ok
352 # This test hard codes name of file being run and precise position. 357 # This test hard codes name of file being run and precise position.
353 generic_test: Fail, Ok 358 generic_test: Fail, Ok
354 # Minified mode failures. 359 # Minified mode failures.
355 # TODO(antonm): proper support in test framework. 360 # TODO(antonm): proper support in test framework.
356 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo"). 361 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
357 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo"). 362 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo").
358 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). 363 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
359 364
360 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 365 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
OLDNEW
« no previous file with comments | « no previous file | dart/utils/tests/pub/pub.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698