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

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

Issue 2284743003: more status updates: many tests that import mirrors also "pass" because they expect compile-time fa… (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/standalone/standalone.status » ('j') | 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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 99 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
100 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335 100 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335
101 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 101 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
102 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 102 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671
103 mirrors/raw_type_test/01: RuntimeError # Issue 6490 103 mirrors/raw_type_test/01: RuntimeError # Issue 6490
104 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 104 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589
105 mirrors/regress_26187_test: RuntimeError # Issue 6490 105 mirrors/regress_26187_test: RuntimeError # Issue 6490
106 106
107 [ $compiler == dart2js && $fast_startup ] 107 [ $compiler == dart2js && $fast_startup ]
108 mirrors/*: Fail # mirrors not supported 108 mirrors/*: Fail # mirrors not supported
109 mirrors/circular_factory_redirection_test/0*: Pass # expects failure, but it fai ls for the wrong reason
110 mirrors/library_imports_bad_metadata_test/01: Pass # expects failure, but it fai ls for the wrong reason
111 mirrors/library_metadata2_test/01: Pass # expects failure, but it fails for the wrong reason
112 mirrors/metadata_allowed_values_test/0*: Pass # expects failure, but it fails fo r the wrong reason
113 mirrors/metadata_allowed_values_test/1*: Pass # expects failure, but it fails fo r the wrong reason
114 mirrors/metadata_allowed_values_test/2*: Pass # expects failure, but it fails fo r the wrong reason
115 mirrors/metadata_allowed_values_test/3*: Pass # expects failure, but it fails fo r the wrong reason
116 mirrors/metadata_constructor_arguments_test/0*: Pass # expects failure, but it f ails for the wrong reason
117 mirrors/metadata_nested_constructor_call_test/0*: Pass # expects failure, but it fails for the wrong reason
118 mirrors/metadata_scope_test/01: Pass # expects failure, but it fails for the wro ng reason
119 mirrors/mirror_in_static_init_test/01: Pass # expects failure, but it fails for the wrong reason
120 mirrors/parameter_is_const_test/01: Pass # expects failure, but it fails for the wrong reason
121 mirrors/syntax_error_test/01: Pass # expects failure, but it fails for the wrong reason
122 mirrors/variable_is_const_test/01: Pass # expects failure, but it fails for the wrong reason
123 mirrors/model_test: Pass # this is ok
124
125
109 126
110 [ $runtime == safari || $runtime == safarimobilesim ] 127 [ $runtime == safari || $runtime == safarimobilesim ]
111 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies are already fine). 128 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies are already fine).
112 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie s are already fine). 129 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie s are already fine).
113 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 130 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920
114 131
115 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim ] 132 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim ]
116 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set 133 typed_data/setRange_2_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 134 typed_data/setRange_3_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 135 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 mirrors/deferred_mirrors_update_test: Crash # Deferred loading 407 mirrors/deferred_mirrors_update_test: Crash # Deferred loading
391 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading 408 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading
392 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading 409 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading
393 mirrors/load_library_test: Crash # Deferred loading 410 mirrors/load_library_test: Crash # Deferred loading
394 411
395 [ $hot_reload ] 412 [ $hot_reload ]
396 mirrors/metadata_scope_test/none: Fail # Constant equality - Issue 26868 413 mirrors/metadata_scope_test/none: Fail # Constant equality - Issue 26868
397 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 414 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
398 mirrors/typedef_reflected_type_test/01: Fail # Type equality - Issue 26869 415 mirrors/typedef_reflected_type_test/01: Fail # Type equality - Issue 26869
399 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869 416 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698