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

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

Issue 11829020: Report errors on repeated interfaces. (Closed) Base URL: https://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
OLDNEW
1
ahe 2013/01/09 13:15:31 Remove extra line.
Johnni Winther 2013/01/10 06:55:13 Done.
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2 # 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 3 # 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. 4 # BSD-style license that can be found in the LICENSE file.
4 5
5 # This directory contains tests that are intended to show the 6 # This directory contains tests that are intended to show the
6 # current state of the language. 7 # current state of the language.
7 8
8 # In order to maintain maximum test coverage for all builds, 9 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 10 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 11 # failed on architectures other than the one you are working on.
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 [ $browser ] 314 [ $browser ]
314 315
315 316
316 [ $arch == simarm ] 317 [ $arch == simarm ]
317 *: Skip 318 *: Skip
318 319
319 [ $arch == arm ] 320 [ $arch == arm ]
320 *: Skip 321 *: Skip
321 322
322 [ $compiler == dart2dart ] 323 [ $compiler == dart2dart ]
323 class_cycle_test/02: Fail # Issue 7468 inherited from dart2js.
324 class_cycle_test/03: Fail # Issue 7468 inherited from dart2js.
325 built_in_identifier_prefix_test: Fail # Inherited from dart2js. 324 built_in_identifier_prefix_test: Fail # Inherited from dart2js.
326 const_factory_redirection_test: Fail # http://dartbug.com/6894 325 const_factory_redirection_test: Fail # http://dartbug.com/6894
327 compile_time_constant_h_test: Fail 326 compile_time_constant_h_test: Fail
328 constructor_redirect2_test/03: Fail 327 constructor_redirect2_test/03: Fail
329 factory_implementation_test/none: Fail 328 factory_implementation_test/none: Fail
330 factory_implementation_test/00:Fail 329 factory_implementation_test/00:Fail
331 factory2_test: Fail 330 factory2_test: Fail
332 factory3_test: Fail 331 factory3_test: Fail
333 factory5_test/none: Fail 332 factory5_test/none: Fail
334 factory5_test/00: Fail 333 factory5_test/00: Fail
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 529
531 [ $compiler == dart2dart && $minified ] 530 [ $compiler == dart2dart && $minified ]
532 # TODO(tball): Assign proper bug numbers. 531 # TODO(tball): Assign proper bug numbers.
533 class_literal_test/none: Fail 532 class_literal_test/none: Fail
534 533
535 import_core_prefix_test: Pass 534 import_core_prefix_test: Pass
536 prefix22_test: Pass 535 prefix22_test: Pass
537 invocation_mirror_test: Fail, OK # hardcoded names. 536 invocation_mirror_test: Fail, OK # hardcoded names.
538 invocation_mirror2_test: Fail, OK # hardcoded names. 537 invocation_mirror2_test: Fail, OK # hardcoded names.
539 super_call4_test: Fail, OK # hardcoded names. 538 super_call4_test: Fail, OK # hardcoded names.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698