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

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

Issue 10835018: Filter out core and auxilary libs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « lib/compiler/implementation/dart_backend/backend.dart ('k') | 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 implicit_closure1_test: Fail 384 implicit_closure1_test: Fail
385 implicit_closure2_test: Fail 385 implicit_closure2_test: Fail
386 implicit_closure_test: Fail, Pass 386 implicit_closure_test: Fail, Pass
387 implicit_scope_test: Fail 387 implicit_scope_test: Fail
388 implicit_this_test/01: Fail 388 implicit_this_test/01: Fail
389 implicit_this_test/02: Fail 389 implicit_this_test/02: Fail
390 implicit_this_test/03: Fail 390 implicit_this_test/03: Fail
391 implicit_this_test/04: Fail 391 implicit_this_test/04: Fail
392 implicit_this_test/none: Fail 392 implicit_this_test/none: Fail
393 implied_interface_test: Fail 393 implied_interface_test: Fail
394 import_core_impl_no_prefix_test: Fail # dart2dart should reemit #import('dart:*' ) imports.
394 incr_op_test: Fail 395 incr_op_test: Fail
395 index_test: Fail 396 index_test: Fail
396 inline_getter_test: Fail 397 inline_getter_test: Fail
397 instance_compound_assignment_operator_test: Fail 398 instance_compound_assignment_operator_test: Fail
398 instance_field_initializer_test: Fail 399 instance_field_initializer_test: Fail
399 instance_incr_deopt_test: Fail 400 instance_incr_deopt_test: Fail
400 instanceof2_test: Fail 401 instanceof2_test: Fail
401 instanceof3_test: Fail 402 instanceof3_test: Fail
402 instanceof_test: Fail 403 instanceof_test: Fail
403 inst_field_initializer_test: Fail 404 inst_field_initializer_test: Fail
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 type_variable_scope_test/none: Fail 670 type_variable_scope_test/none: Fail
670 type_vm_test: Fail 671 type_vm_test: Fail
671 unary2_test: Fail 672 unary2_test: Fail
672 unary_test: Fail 673 unary_test: Fail
673 unbound_getter_test: Fail 674 unbound_getter_test: Fail
674 unnamed_closure_test: Fail 675 unnamed_closure_test: Fail
675 unqual_name_test: Fail 676 unqual_name_test: Fail
676 var_init_test: Fail 677 var_init_test: Fail
677 void_type_test: Fail 678 void_type_test: Fail
678 while_test: Fail 679 while_test: Fail
OLDNEW
« no previous file with comments | « lib/compiler/implementation/dart_backend/backend.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698