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

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

Issue 10829076: Support imports for dart: libs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Better version 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
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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 hello_dart_test: Fail 237 hello_dart_test: Fail
238 implicit_closure1_test: Fail 238 implicit_closure1_test: Fail
239 implicit_closure_test: Fail, Pass 239 implicit_closure_test: Fail, Pass
240 implicit_scope_test: Fail 240 implicit_scope_test: Fail
241 implicit_this_test/01: Fail 241 implicit_this_test/01: Fail
242 implicit_this_test/02: Fail 242 implicit_this_test/02: Fail
243 implicit_this_test/03: Fail 243 implicit_this_test/03: Fail
244 implicit_this_test/04: Fail 244 implicit_this_test/04: Fail
245 implicit_this_test/none: Fail 245 implicit_this_test/none: Fail
246 implied_interface_test: Fail 246 implied_interface_test: Fail
247 import_core_impl_no_prefix_test: Fail # dart2dart should reemit #import('dart:*' ) imports.
248 incr_op_test: Fail 247 incr_op_test: Fail
249 instanceof2_test: Fail 248 instanceof2_test: Fail
250 instanceof3_test: Fail 249 instanceof3_test: Fail
251 instanceof_test: Fail 250 instanceof_test: Fail
252 interface_factory_constructor_negative_test: Fail 251 interface_factory_constructor_negative_test: Fail
253 interface_factory_multi_test: Fail 252 interface_factory_multi_test: Fail
254 interface_factory_test: Fail 253 interface_factory_test: Fail
255 interface_inherit_field_test: Fail 254 interface_inherit_field_test: Fail
256 interface_static_method_negative_test: Fail 255 interface_static_method_negative_test: Fail
257 interface_test: Fail 256 interface_test: Fail
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 type_variable_scope_test/00: Fail 353 type_variable_scope_test/00: Fail
355 type_variable_scope_test/01: Fail 354 type_variable_scope_test/01: Fail
356 type_variable_scope_test/02: Fail 355 type_variable_scope_test/02: Fail
357 type_variable_scope_test/03: Fail 356 type_variable_scope_test/03: Fail
358 type_variable_scope_test/04: Fail 357 type_variable_scope_test/04: Fail
359 type_variable_scope_test/05: Fail 358 type_variable_scope_test/05: Fail
360 type_vm_test: Fail 359 type_vm_test: Fail
361 unary2_test: Fail 360 unary2_test: Fail
362 unary_test: Fail 361 unary_test: Fail
363 362
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698