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

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

Issue 706793002: Remove/skip invalid mirror tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 [ $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 [ $csp ] 8 [ $csp ]
9 # Deferred loading does not work from an isolate in CSP-mode 9 # Deferred loading does not work from an isolate in CSP-mode
10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 66 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548
67 mirrors/metadata_scope_test/none: CompileTimeError # Issue 10905 67 mirrors/metadata_scope_test/none: CompileTimeError # Issue 10905
68 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 68 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
69 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 69 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
70 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 70 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
71 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490 71 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490
72 mirrors/method_mirror_location_test: RuntimeError # Issue 6490 72 mirrors/method_mirror_location_test: RuntimeError # Issue 6490
73 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When removing this line please change the "endsWith" to "/mirrors_test.dart". 73 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When removing this line please change the "endsWith" to "/mirrors_test.dart".
74 mirrors/mirrors_nsm_test/dart2js: RuntimeError # Issue 19353 74 mirrors/mirrors_nsm_test/dart2js: RuntimeError # Issue 19353
75 mirrors/mixin_test: RuntimeError # Issue 12464 75 mirrors/mixin_test: RuntimeError # Issue 12464
76 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 76 mirrors/mixin_application_test: RuntimeError # Issue 12464
77 mirrors/parameter_test/none: RuntimeError # Issue 6490 77 mirrors/parameter_test/none: RuntimeError # Issue 6490
78 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490 78 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490
79 mirrors/private_symbol_test: CompileTimeError # Issue 13597 79 mirrors/private_symbol_test: CompileTimeError # Issue 13597
80 mirrors/private_types_test: RuntimeError # Issue 6490 80 mirrors/private_types_test: RuntimeError # Issue 6490
81 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 81 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
82 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 82 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
83 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607 83 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607
84 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607 84 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607
85 mirrors/reflected_type_typedefs_test: RuntimeError # Issue 12607 85 mirrors/reflected_type_typedefs_test: RuntimeError # Issue 12607
86 mirrors/reflected_type_typevars_test: RuntimeError # Issue 12607 86 mirrors/reflected_type_typevars_test: RuntimeError # Issue 12607
87 mirrors/relation_assignable_test: RuntimeError # Issue 6490 87 mirrors/relation_assignable_test: RuntimeError # Issue 6490
88 mirrors/relation_subtype_test: RuntimeError # Issue 6490 88 mirrors/relation_subtype_test: RuntimeError # Issue 6490
89 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670 89 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670
90 mirrors/symbol_validation_test/01: RuntimeError # Issue 13597 90 mirrors/symbol_validation_test/01: RuntimeError # Issue 13597
91 mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164 91 mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164
92 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 92 mirrors/typedef_test: RuntimeError # http://dartbug.com/6490
93 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 93 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
94 mirrors/typedef_reflected_type_test/01: RuntimeError # Issue 12607 94 mirrors/typedef_reflected_type_test/01: RuntimeError # Issue 12607
95 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 95 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
96 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335 96 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335
97 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 97 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
98 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 98 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671
99 mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490 99 mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490
100 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 100 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589
101 101
102 [ $runtime == safari || $runtime == safarimobilesim ] 102 [ $runtime == safari || $runtime == safarimobilesim ]
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 async/multiple_timer_test: Pass, Fail # Probably issue 14734 218 async/multiple_timer_test: Pass, Fail # Probably issue 14734
219 219
220 [ $runtime == opera && $system == windows] 220 [ $runtime == opera && $system == windows]
221 # TODO(efortuna): Investigate. 221 # TODO(efortuna): Investigate.
222 async/timer_test: Fail, Pass 222 async/timer_test: Fail, Pass
223 223
224 [ $runtime == vm ] 224 [ $runtime == vm ]
225 async/timer_not_available_test: Fail, OK 225 async/timer_not_available_test: Fail, OK
226 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 226 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
227 227
228 [ $compiler == none ] 228 [ $compiler == none ]
229 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 229 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
230 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
231 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
232 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
233 230
234 mirrors/generic_local_function_test: RuntimeError # Issue 14913 231 mirrors/generic_local_function_test: RuntimeError # Issue 14913
235 mirrors/symbol_validation_test: RuntimeError # Issue 13596 232 mirrors/symbol_validation_test: RuntimeError # Issue 13596
236 mirrors/mirrors_used_inheritance_test: RuntimeError # Issue 16048
237 233
238 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 234 mirrors/mirrors_used*: Skip # Invalid tests.
239
240 mirrors/typedef_declaration_test/01: Fail # dartbug.com/16048. Remove multitest marker when it passes.
241 235
242 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ] 236 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ]
243 async/schedule_microtask6_test: Fail # Issue 10910 237 async/schedule_microtask6_test: Fail # Issue 10910
244 async/timer_test: Fail, Pass # Issue 15487 238 async/timer_test: Fail, Pass # Issue 15487
245 async/multiple_timer_test: Fail, Pass # Issue 15487 239 async/multiple_timer_test: Fail, Pass # Issue 15487
246 async/stream_periodic3_test: Fail, Pass # Issue 15487 240 async/stream_periodic3_test: Fail, Pass # Issue 15487
247 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i s not allowed on Dartium's DOM thread. 241 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i s not allowed on Dartium's DOM thread.
248 mirrors/immutable_collections_test: Skip # Dartium debug uses -O0, so this will just timeout and waste bot cycles. 242 mirrors/immutable_collections_test: Skip # Dartium debug uses -O0, so this will just timeout and waste bot cycles.
249 mirrors/mirrors_reader_test: Skip # Dartium debug uses -O0, so this will just ti meout and waste bot cycles. 243 mirrors/mirrors_reader_test: Skip # Dartium debug uses -O0, so this will just ti meout and waste bot cycles.
250 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 244 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 308
315 [ $arch == simarm ] 309 [ $arch == simarm ]
316 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 310 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
317 convert/utf85_test: Skip # Pass, Slow Issue 12644. 311 convert/utf85_test: Skip # Pass, Slow Issue 12644.
318 312
319 [ $compiler == dart2js ] 313 [ $compiler == dart2js ]
320 profiler/metrics_num_test: Skip # Because of a int / double type test. 314 profiler/metrics_num_test: Skip # Because of a int / double type test.
321 315
322 [ $arch == simarm64 ] 316 [ $arch == simarm64 ]
323 convert/utf85_test: Skip # Pass, Slow Issue 20111. 317 convert/utf85_test: Skip # Pass, Slow Issue 20111.
OLDNEW
« no previous file with comments | « no previous file | tests/lib/mirrors/hierarchy_test.dart » ('j') | tests/lib/mirrors/intercepted_object_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698