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

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

Issue 18531006: Update test and status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More updates Created 7 years, 5 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 17 matching lines...) Expand all
28 extends_test: Fail # issue 11023 28 extends_test: Fail # issue 11023
29 mixin_super_constructor_test: Fail 29 mixin_super_constructor_test: Fail
30 mixin_super_constructor2_test: Fail 30 mixin_super_constructor2_test: Fail
31 mixin_super_constructor_default_test: Fail 31 mixin_super_constructor_default_test: Fail
32 mixin_super_constructor_named_test: Fail 32 mixin_super_constructor_named_test: Fail
33 mixin_super_constructor_positionals_test: Fail 33 mixin_super_constructor_positionals_test: Fail
34 mixin_super_constructor_multiple_test: Fail 34 mixin_super_constructor_multiple_test: Fail
35 built_in_identifier_prefix_test: Fail # http://dartbug.com/6970 35 built_in_identifier_prefix_test: Fail # http://dartbug.com/6970
36 library_juxtaposition_test: Fail # Issue 6877 36 library_juxtaposition_test: Fail # Issue 6877
37 pseudo_kw_illegal_test/14: Fail # Issue 356 37 pseudo_kw_illegal_test/14: Fail # Issue 356
38 method_override2_test/00: Fail # Issue 7076. 38 method_override2_test/01: Fail # Issue 7076.
39 method_override2_test/02: Fail # Issue 7076.
40 method_override2_test/03: Fail # Issue 7076.
41 bound_closure_equality_test: Fail # Issue 10849 39 bound_closure_equality_test: Fail # Issue 10849
42 40
43 # These bugs refer currently ongoing language discussions. 41 # These bugs refer currently ongoing language discussions.
44 constructor5_test: Fail # (Discussion ongoing) 42 constructor5_test: Fail # (Discussion ongoing)
45 43
46 constructor_initializer_test: Fail # Side effects in constructor parameters 44 constructor_initializer_test: Fail # Side effects in constructor parameters
47 45
48 constructor6_test: Fail # Issue 6422 46 constructor6_test: Fail # Issue 6422
49 closure_in_initializer_test: Fail # Issue 6422 47 closure_in_initializer_test: Fail # Issue 6422
50 48
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 pseudo_kw_test: Fail 217 pseudo_kw_test: Fail
220 # external keyword is not yet supported by dart2js/dart2dart. 218 # external keyword is not yet supported by dart2js/dart2dart.
221 external_test/*: Skip 219 external_test/*: Skip
222 lazy_static3_test: Fail, OK # Issue 3558 220 lazy_static3_test: Fail, OK # Issue 3558
223 # dart2js frontend doesn't even analyse problematic classes. 221 # dart2js frontend doesn't even analyse problematic classes.
224 duplicate_implements_test/01: Fail 222 duplicate_implements_test/01: Fail
225 duplicate_implements_test/02: Fail 223 duplicate_implements_test/02: Fail
226 duplicate_implements_test/03: Fail 224 duplicate_implements_test/03: Fail
227 duplicate_implements_test/04: Fail 225 duplicate_implements_test/04: Fail
228 interface_factory_constructor_negative_test: Fail 226 interface_factory_constructor_negative_test: Fail
229 method_override2_test/00: Fail 227 method_override2_test/01: Fail
230 method_override2_test/02: Fail
231 method_override2_test/03: Fail
232 method_override4_test: Fail 228 method_override4_test: Fail
233 method_override5_test: Fail 229 method_override5_test: Fail
234 operator1_negative_test: Fail 230 operator1_negative_test: Fail
235 static_final_field_negative_test: Fail 231 static_final_field_negative_test: Fail
236 static_top_level_test/00: Fail 232 static_top_level_test/00: Fail
237 static_top_level_test/01: Fail 233 static_top_level_test/01: Fail
238 static_top_level_test/02: Fail 234 static_top_level_test/02: Fail
239 static_top_level_test/03: Fail 235 static_top_level_test/03: Fail
240 static_top_level_test/04: Fail 236 static_top_level_test/04: Fail
241 static_top_level_test/05: Fail 237 static_top_level_test/05: Fail
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 [ $arch == mips ] 326 [ $arch == mips ]
331 *: Skip 327 *: Skip
332 328
333 329
334 [ $arch == simmips ] 330 [ $arch == simmips ]
335 arithmetic_test: Crash # Too far relative branch. 331 arithmetic_test: Crash # Too far relative branch.
336 large_implicit_getter_test: Crash # Too far relative branch. 332 large_implicit_getter_test: Crash # Too far relative branch.
337 # TODO(zra): Check to see if the ASSERT that fails in debug mode is correct 333 # TODO(zra): Check to see if the ASSERT that fails in debug mode is correct
338 stack_overflow_test: Crash, Pass # Passes in release mode. 334 stack_overflow_test: Crash, Pass # Passes in release mode.
339 stack_overflow_stacktrace_test: Crash, Pass # Passes in release mode. 335 stack_overflow_stacktrace_test: Crash, Pass # Passes in release mode.
OLDNEW
« no previous file with comments | « no previous file | tests/language/language_analyzer.status » ('j') | tests/language/method_override2_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698