| 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 [ $strong ] | 5 [ $strong ] |
| 6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. | 6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. |
| 7 | 7 |
| 8 [ ! $checked ] | 8 [ ! $checked ] |
| 9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. | 9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. |
| 10 | 10 |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 async/timer_repeat_test: RuntimeError | 331 async/timer_repeat_test: RuntimeError |
| 332 async/timer_test: RuntimeError | 332 async/timer_test: RuntimeError |
| 333 convert/json_lib_test: RuntimeError | 333 convert/json_lib_test: RuntimeError |
| 334 math/point_test: RuntimeError | 334 math/point_test: RuntimeError |
| 335 math/rectangle_test: RuntimeError | 335 math/rectangle_test: RuntimeError |
| 336 mirrors/library_uri_io_test: RuntimeError | 336 mirrors/library_uri_io_test: RuntimeError |
| 337 mirrors/library_uri_package_test: RuntimeError | 337 mirrors/library_uri_package_test: RuntimeError |
| 338 # fstat bug, MG-479. | 338 # fstat bug, MG-479. |
| 339 mirrors/invocation_fuzz_test: Crash | 339 mirrors/invocation_fuzz_test: Crash |
| 340 | 340 |
| 341 [ $compiler == none && $runtime == drt && $checked ] | |
| 342 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24
460 | |
| 343 | |
| 344 [ $compiler == dart2js && $runtime == safarimobilesim ] | 341 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 345 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. | 342 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. |
| 346 mirrors/null_test: Fail # Issue 16831 | 343 mirrors/null_test: Fail # Issue 16831 |
| 347 | 344 |
| 348 [ $compiler == dart2js && $runtime == jsshell ] | 345 [ $compiler == dart2js && $runtime == jsshell ] |
| 349 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen
t scheduleImmediate. | 346 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen
t scheduleImmediate. |
| 350 | 347 |
| 351 [ $compiler == dart2analyzer ] | 348 [ $compiler == dart2analyzer ] |
| 352 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue | 349 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue |
| 353 | 350 |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 587 [ $compiler == dartk || $compiler == dartkp ] | 584 [ $compiler == dartk || $compiler == dartkp ] |
| 588 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. | 585 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. |
| 589 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. | 586 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. |
| 590 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. | 587 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. |
| 591 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. | 588 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. |
| 592 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. | 589 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. |
| 593 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. | 590 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. |
| 594 | 591 |
| 595 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] | 592 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] |
| 596 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. | 593 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. |
| OLD | NEW |