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

Side by Side Diff: dart/tests/lib/lib.status

Issue 147923014: Removed status file entries referring to non-existent tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 10 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 | « dart/tests/compiler/dart2js/dart2js.status ('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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ] 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ]
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
7 7
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351
10 10
(...skipping 10 matching lines...) Expand all
21 [ $compiler == dart2js ] 21 [ $compiler == dart2js ]
22 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 22 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
23 23
24 math/double_pow_test: RuntimeError 24 math/double_pow_test: RuntimeError
25 math/low_test: RuntimeError 25 math/low_test: RuntimeError
26 math/random_big_test: RuntimeError # Using bigint seeds for random. 26 math/random_big_test: RuntimeError # Using bigint seeds for random.
27 27
28 mirrors/abstract_class_test: RuntimeError # Issue 12826 28 mirrors/abstract_class_test: RuntimeError # Issue 12826
29 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 29 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025
30 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 30 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
31 mirrors/closures_test/none: RuntimeError # Issue 6490
32 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 31 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
33 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 32 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597
34 mirrors/delegate_call_through_getter_test: RuntimeError # Issue 15138 33 mirrors/delegate_call_through_getter_test: RuntimeError # Issue 15138
35 mirrors/equality_test/02: RuntimeError # Issue 12785 34 mirrors/equality_test/02: RuntimeError # Issue 12785
36 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 35 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
37 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 36 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
38 mirrors/find_in_context_test: Fail # Issue 6490 37 mirrors/find_in_context_test: Fail # Issue 6490
39 mirrors/find_in_context_private_test: Fail # Issue 6490 38 mirrors/find_in_context_private_test: Fail # Issue 6490
40 mirrors/find_in_context_fake_function_test: Fail # Issue 6490 39 mirrors/find_in_context_fake_function_test: Fail # Issue 6490
41 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 40 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 274
276 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>' 275 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>'
277 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2> 276 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2>
278 277
279 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 278 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
280 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 279 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
281 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 280 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
282 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 281 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
283 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 282 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
284 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 283 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
OLDNEW
« no previous file with comments | « dart/tests/compiler/dart2js/dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698