| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 | 63 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 |
| 64 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 | 64 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 |
| 65 mirrors/reflected_type_test: RuntimeError # Issue 12607 | 65 mirrors/reflected_type_test: RuntimeError # Issue 12607 |
| 66 mirrors/symbol_validation_test: RuntimeError # Issue 13597 | 66 mirrors/symbol_validation_test: RuntimeError # Issue 13597 |
| 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/type_variable_owner_test/01: RuntimeError # Issue 12785 | 71 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 |
| 72 mirrors/unnamed_library_test: RuntimeError # Issue 10580 | 72 mirrors/unnamed_library_test: RuntimeError # Issue 10580 |
| 73 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 |
| 73 | 74 |
| 74 [ $compiler == dart2js && $unchecked ] | 75 [ $compiler == dart2js && $unchecked ] |
| 75 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087 | 76 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087 |
| 76 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087 | 77 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087 |
| 77 | 78 |
| 78 [ $runtime == safari ] | 79 [ $runtime == safari ] |
| 79 mirrors/return_type_test: Pass, Timeout # Issue 12858 | 80 mirrors/return_type_test: Pass, Timeout # Issue 12858 |
| 80 | 81 |
| 81 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] | 82 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] |
| 82 math/math_test: RuntimeError | 83 math/math_test: RuntimeError |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest | 225 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 225 mirrors/type_variable_owner_test/none: Fail # Issue 14356 | 226 mirrors/type_variable_owner_test/none: Fail # Issue 14356 |
| 226 | 227 |
| 227 [ $compiler == none && $runtime == dartium ] | 228 [ $compiler == none && $runtime == dartium ] |
| 228 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 229 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 229 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 230 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 230 | 231 |
| 231 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] | 232 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] |
| 232 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 233 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| 233 | 234 |
| OLD | NEW |