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

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

Issue 16105006: CL https://codereview.chromium.org/16001006/ also fixed dart2dart for redirecting factories. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 *: Skip 321 *: Skip
322 322
323 [ $runtime == safari && ($system == linux || $system == windows) ] 323 [ $runtime == safari && ($system == linux || $system == windows) ]
324 *: Skip 324 *: Skip
325 325
326 [ $browser ] 326 [ $browser ]
327 327
328 328
329 [ $compiler == dart2dart ] 329 [ $compiler == dart2dart ]
330 built_in_identifier_prefix_test: Fail # Inherited from dart2js. 330 built_in_identifier_prefix_test: Fail # Inherited from dart2js.
331 const_factory_redirection_test: Fail # http://dartbug.com/6894
332 compile_time_constant_h_test: Fail 331 compile_time_constant_h_test: Fail
333 constructor_redirect2_test/03: Fail 332 constructor_redirect2_test/03: Fail
334 constructor_initializer_test: Fail # VM issue 333 constructor_initializer_test: Fail # VM issue
335 factory_implementation_test/none: Fail 334 factory_implementation_test/none: Fail
336 factory_implementation_test/00:Fail 335 factory_implementation_test/00:Fail
337 factory2_test: Fail 336 factory2_test: Fail
338 factory3_test: Fail 337 factory3_test: Fail
339 factory5_test/none: Fail 338 factory5_test/none: Fail
340 factory5_test/00: Fail 339 factory5_test/00: Fail
341 factory_implementation_test/00: Fail 340 factory_implementation_test/00: Fail
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 822
824 823
825 [ $arch == simarm ] 824 [ $arch == simarm ]
826 *: Skip 825 *: Skip
827 826
828 [ $arch == mips ] 827 [ $arch == mips ]
829 *: Skip 828 *: Skip
830 829
831 [ $arch == simmips ] 830 [ $arch == simmips ]
832 *: Skip 831 *: Skip
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