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

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

Issue 24745003: Implement invoking methods with optional arguments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 2 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 math/double_pow_test: RuntimeError 6 math/double_pow_test: RuntimeError
7 math/low_test: RuntimeError 7 math/low_test: RuntimeError
8 math/random_test: RuntimeError 8 math/random_test: RuntimeError
9 mirrors/equality_test/02: RuntimeError # Issue 12333 9 mirrors/equality_test/02: RuntimeError # Issue 12333
10 mirrors/fake_function_test: RuntimeError # Issue 11612 10 mirrors/fake_function_test: RuntimeError # Issue 11612
11 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 11 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
12 mirrors/generics_test/01: RuntimeError # Issue 12333 12 mirrors/generics_test/01: RuntimeError # Issue 12333
13 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 13 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
14 mirrors/invoke_test: RuntimeError # Issue 11954 14 mirrors/invoke_test: RuntimeError # Issue 11954
15 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 15 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
16 mirrors/invoke_named_test/none: RuntimeError # Issue 10471, 12863 16 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
17 mirrors/invoke_private_test: CompileTimeError # Issue 12164 17 mirrors/invoke_private_test: CompileTimeError # Issue 12164
18 mirrors/invoke_throws_test: RuntimeError # Issue 11954 18 mirrors/invoke_throws_test: RuntimeError # Issue 11954
19 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 19 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
20 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 20 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
21 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 21 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
22 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 22 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928
23 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 23 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
24 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. 24 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this.
25 mirrors/mixin_test/none: RuntimeError # Issue 12464 25 mirrors/mixin_test/none: RuntimeError # Issue 12464
26 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 26 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 mirrors/generics_test/none: Fail # Issue 13432 173 mirrors/generics_test/none: Fail # Issue 13432
174 174
175 mirrors/parameter_metadata_test: Fail # Issue 13510 175 mirrors/parameter_metadata_test: Fail # Issue 13510
176 mirrors/method_mirror_returntype_test: Fail # Issue 13510 176 mirrors/method_mirror_returntype_test: Fail # Issue 13510
177 mirrors/function_type_mirror_test: Fail # Issue 13510 177 mirrors/function_type_mirror_test: Fail # Issue 13510
178 mirrors/typevariable_mirror_metadata_test: Fail # Issue 13510 178 mirrors/typevariable_mirror_metadata_test: Fail # Issue 13510
179 179
180 [ $arch == x64 && $compiler == none && $runtime == vm ] 180 [ $arch == x64 && $compiler == none && $runtime == vm ]
181 math/double_pow_test: Pass, Fail # Issue 13543 181 math/double_pow_test: Pass, Fail # Issue 13543
182 182
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698