Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 |
| 11 async/future_or_bad_type_test/00: RuntimeError # Issue 28011 | |
| 12 async/future_or_bad_type_test/01: RuntimeError # Issue 28011 | |
| 13 async/future_or_bad_type_test/implements: MissingCompileTimeError # Issue 28011 | |
| 14 async/future_or_non_strong_test: RuntimeError # Issue 28011 | |
| 15 async/future_or_strong_test: RuntimeError, OK | |
|
Lasse Reichstein Nielsen
2016/12/12 13:21:55
Should this be skipped if not in strong mode?
| |
| 16 | |
| 11 math/double_pow_test: RuntimeError | 17 math/double_pow_test: RuntimeError |
| 12 math/low_test: RuntimeError | 18 math/low_test: RuntimeError |
| 13 math/random_big_test: RuntimeError # Using bigint seeds for random. | 19 math/random_big_test: RuntimeError # Using bigint seeds for random. |
| 14 | 20 |
| 15 mirrors/abstract_class_test: RuntimeError # Issue 12826 | 21 mirrors/abstract_class_test: RuntimeError # Issue 12826 |
| 16 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 | 22 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 |
| 17 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 | 23 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 |
| 18 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 | 24 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 |
| 19 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 | 25 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 |
| 20 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 | 26 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 258 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors. | 264 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors. |
| 259 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21 | 265 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21 |
| 260 | 266 |
| 261 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 267 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 262 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) | 268 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) |
| 263 | 269 |
| 264 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 270 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| 265 | 271 |
| 266 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are n ot covered by any MirrorsUsed annotation. | 272 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are n ot covered by any MirrorsUsed annotation. |
| 267 | 273 |
| 274 async/future_or_bad_type_test/00: RuntimeError # Issue 28010 | |
| 275 async/future_or_bad_type_test/01: RuntimeError # Issue 28010 | |
| 276 async/future_or_bad_type_test/implements: MissingCompileTimeError # Issue 28010 | |
| 277 async/future_or_non_strong_test: RuntimeError # Issue 28010 | |
| 278 async/future_or_strong_test: RuntimeError, OK | |
| 279 | |
| 268 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 280 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 269 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21 | 281 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21 |
| 270 async/schedule_microtask6_test: Fail # Issue 10910 | 282 async/schedule_microtask6_test: Fail # Issue 10910 |
| 271 async/timer_test: Fail, Pass # Issue 15487 | 283 async/timer_test: Fail, Pass # Issue 15487 |
| 272 async/multiple_timer_test: Fail, Pass # Issue 15487 | 284 async/multiple_timer_test: Fail, Pass # Issue 15487 |
| 273 async/stream_periodic3_test: Fail, Pass # Issue 15487 | 285 async/stream_periodic3_test: Fail, Pass # Issue 15487 |
| 274 async/timer_isActive_test: Fail, Pass # Issue 22352 | 286 async/timer_isActive_test: Fail, Pass # Issue 22352 |
| 275 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles. | 287 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles. |
| 276 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus t timeout and waste bot cycles. | 288 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus t timeout and waste bot cycles. |
| 277 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. | 289 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 290 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24 460 | 302 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24 460 |
| 291 | 303 |
| 292 [ $compiler == dart2js && $runtime == safarimobilesim ] | 304 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 293 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. | 305 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. |
| 294 mirrors/null_test: Fail # Issue 16831 | 306 mirrors/null_test: Fail # Issue 16831 |
| 295 | 307 |
| 296 [ $compiler == dart2js && $runtime == jsshell ] | 308 [ $compiler == dart2js && $runtime == jsshell ] |
| 297 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen t scheduleImmediate. | 309 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen t scheduleImmediate. |
| 298 | 310 |
| 299 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 311 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 312 async/future_or_bad_type_test/00: MissingStaticWarning # Issue 28008 | |
| 313 async/future_or_bad_type_test/implements: MissingCompileTimeError # Issue 28008 | |
| 314 async/future_or_non_strong_test: StaticWarning # Issue 28008 | |
| 315 async/future_or_strong_test: StaticWarning # Issue 28008 | |
| 316 | |
| 300 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue | 317 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue |
| 301 | 318 |
| 302 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>' | 319 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>' |
| 303 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> | 320 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> |
| 304 | 321 |
| 305 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. | 322 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. |
| 306 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. | 323 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. |
| 307 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. | 324 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. |
| 308 mirrors/mirrors_nsm_mismatch_test: StaticWarning, OK # Expect to trigger noSuchM ethod. | 325 mirrors/mirrors_nsm_mismatch_test: StaticWarning, OK # Expect to trigger noSuchM ethod. |
| 309 | 326 |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 407 mirrors/deferred_mirrors_update_test: Crash # Deferred loading | 424 mirrors/deferred_mirrors_update_test: Crash # Deferred loading |
| 408 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading | 425 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading |
| 409 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading | 426 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading |
| 410 mirrors/load_library_test: Crash # Deferred loading | 427 mirrors/load_library_test: Crash # Deferred loading |
| 411 | 428 |
| 412 [ $hot_reload ] | 429 [ $hot_reload ] |
| 413 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 430 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
| 414 mirrors/typedef_reflected_type_test/01: Fail # Type equality - Issue 26869 | 431 mirrors/typedef_reflected_type_test/01: Fail # Type equality - Issue 26869 |
| 415 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869 | 432 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869 |
| 416 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. | 433 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. |
| OLD | NEW |