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

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

Issue 417693002: Support optional (non-named) arguments in constructors for reflection. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 6 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 [ $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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670 102 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670
103 mirrors/symbol_validation_test/01: RuntimeError # Issue 13597 103 mirrors/symbol_validation_test/01: RuntimeError # Issue 13597
104 mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164 104 mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164
105 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 105 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
106 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 106 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
107 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 107 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
108 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335 108 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335
109 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 109 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
110 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 110 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671
111 mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519 111 mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519
112 mirrors/list_constructor_test/01: RuntimeError # Issue 13523
113 mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490 112 mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490
114 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 113 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589
115 114
116 [ $runtime == safari || $runtime == safarimobilesim ] 115 [ $runtime == safari || $runtime == safarimobilesim ]
117 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set 116 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set
118 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed Array.set 117 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed Array.set
119 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set 118 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set
120 typed_data/int32x4_test: Fail # Safari has an optimization bug (nightlies are al ready fine). 119 typed_data/int32x4_test: Fail # Safari has an optimization bug (nightlies are al ready fine).
121 mirrors/null_test: Fail # http://dartbug.com/16831 120 mirrors/null_test: Fail # http://dartbug.com/16831
122 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 121 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 convert/utf85_test: Skip # Pass, Slow Issue 12644. 319 convert/utf85_test: Skip # Pass, Slow Issue 12644.
321 320
322 [ $arch == simarm64 ] 321 [ $arch == simarm64 ]
323 convert/utf85_test: Skip # Pass, Slow Issue 20111. 322 convert/utf85_test: Skip # Pass, Slow Issue 20111.
324 323
325 # These tests use "const Symbol('void')". 324 # These tests use "const Symbol('void')".
326 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 325 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
327 mirrors/basic_types_in_dart_core_test: CompileTimeError 326 mirrors/basic_types_in_dart_core_test: CompileTimeError
328 mirrors/function_type_mirror_test: CompileTimeError 327 mirrors/function_type_mirror_test: CompileTimeError
329 mirrors/method_mirror_returntype_test: CompileTimeError 328 mirrors/method_mirror_returntype_test: CompileTimeError
OLDNEW
« no previous file with comments | « sdk/lib/_internal/lib/js_mirrors.dart ('k') | tests/lib/mirrors/new_instance_optional_arguments_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698