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

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

Issue 12042065: - Make sure we can "run" all tests using simarm/simmips. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 319
320 [ $runtime == ie9 && ($system == linux || $system == macos) ] 320 [ $runtime == ie9 && ($system == linux || $system == macos) ]
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 [ $arch == simarm ]
330 *: Skip
331
332 [ $arch == arm ]
333 *: Skip
334
335 [ $compiler == dart2dart ] 329 [ $compiler == dart2dart ]
336 built_in_identifier_prefix_test: Fail # Inherited from dart2js. 330 built_in_identifier_prefix_test: Fail # Inherited from dart2js.
337 const_factory_redirection_test: Fail # http://dartbug.com/6894 331 const_factory_redirection_test: Fail # http://dartbug.com/6894
338 compile_time_constant_h_test: Fail 332 compile_time_constant_h_test: Fail
339 constructor_redirect2_test/03: Fail 333 constructor_redirect2_test/03: Fail
340 factory_implementation_test/none: Fail 334 factory_implementation_test/none: Fail
341 factory_implementation_test/00:Fail 335 factory_implementation_test/00:Fail
342 factory2_test: Fail 336 factory2_test: Fail
343 factory3_test: Fail 337 factory3_test: Fail
344 factory5_test/none: Fail 338 factory5_test/none: Fail
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 548
555 [ $compiler == dart2dart && $minified ] 549 [ $compiler == dart2dart && $minified ]
556 # TODO(tball): Assign proper bug numbers. 550 # TODO(tball): Assign proper bug numbers.
557 class_literal_test/none: Fail 551 class_literal_test/none: Fail
558 552
559 import_core_prefix_test: Pass 553 import_core_prefix_test: Pass
560 prefix22_test: Pass 554 prefix22_test: Pass
561 invocation_mirror_test: Fail, OK # hardcoded names. 555 invocation_mirror_test: Fail, OK # hardcoded names.
562 invocation_mirror2_test: Fail, OK # hardcoded names. 556 invocation_mirror2_test: Fail, OK # hardcoded names.
563 super_call4_test: Fail, OK # hardcoded names. 557 super_call4_test: Fail, OK # hardcoded names.
558
559 [ $arch == arm ]
560 *: Skip
561
562 [ $arch == simarm ]
563 *: Skip
564
565 [ $arch == mips ]
566 *: Skip
567
568 [ $arch == simmips ]
569 *: Skip
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698