| 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 [ $csp ] | 5 [ $csp ] |
| 6 mirrors/delegate_test: RuntimeError # Issue 13864 | 6 mirrors/delegate_test: RuntimeError # Issue 13864 |
| 7 | 7 |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time
r. http://dartbug.com/9002 | 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time
r. http://dartbug.com/9002 |
| 10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler
in isolates. http://dartbug.com/9012 | 10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler
in isolates. http://dartbug.com/9012 |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 | 67 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 |
| 68 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 | 68 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 |
| 69 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 | 69 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 |
| 70 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 | 70 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 |
| 71 mirrors/unnamed_library_test: RuntimeError # Issue 10580 | 71 mirrors/unnamed_library_test: RuntimeError # Issue 10580 |
| 72 | 72 |
| 73 [ $compiler == dart2js && $unchecked ] | 73 [ $compiler == dart2js && $unchecked ] |
| 74 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087 | 74 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087 |
| 75 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087 | 75 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087 |
| 76 | 76 |
| 77 [ $compiler == dart2js && $checked ] | |
| 78 mirrors/redirection_type_shuffling_test: RuntimeError # Issue 13706 | |
| 79 | |
| 80 [ $runtime == safari ] | 77 [ $runtime == safari ] |
| 81 mirrors/return_type_test: Pass, Timeout # Issue 12858 | 78 mirrors/return_type_test: Pass, Timeout # Issue 12858 |
| 82 | 79 |
| 83 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] | 80 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] |
| 84 math/math_test: RuntimeError | 81 math/math_test: RuntimeError |
| 85 math/math2_test: RuntimeError | 82 math/math2_test: RuntimeError |
| 86 | 83 |
| 87 [ $compiler == dart2js && $jscl ] | 84 [ $compiler == dart2js && $jscl ] |
| 88 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. | 85 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. |
| 89 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. | 86 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 | 222 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| 226 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest | 223 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 227 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 | 224 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 |
| 228 | 225 |
| 229 [ $compiler == none && $runtime == dartium ] | 226 [ $compiler == none && $runtime == dartium ] |
| 230 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 227 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 231 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 228 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 232 | 229 |
| 233 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] | 230 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] |
| 234 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 231 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| OLD | NEW |