| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 mirrors/proxy_type_test: RuntimeError # Issue 13842 | 64 mirrors/proxy_type_test: RuntimeError # Issue 13842 |
| 65 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 | 65 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 |
| 66 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 | 66 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 |
| 67 mirrors/reflected_type_test: RuntimeError # Issue 12607 | 67 mirrors/reflected_type_test: RuntimeError # Issue 12607 |
| 68 mirrors/symbol_validation_test: RuntimeError # Issue 13597 | 68 mirrors/symbol_validation_test: RuntimeError # Issue 13597 |
| 69 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 | 69 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 |
| 70 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 | 70 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 |
| 71 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 | 71 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 |
| 72 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 | 72 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 |
| 73 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 | 73 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 |
| 74 mirrors/unnamed_library_test: RuntimeError # Issue 10580 | |
| 75 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 | 74 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 |
| 76 | 75 |
| 77 [ $compiler == dart2js && $unchecked ] | 76 [ $compiler == dart2js && $unchecked ] |
| 78 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087 | 77 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087 |
| 79 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087 | 78 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087 |
| 80 | 79 |
| 81 [ $runtime == safari ] | 80 [ $runtime == safari ] |
| 82 mirrors/return_type_test: Pass, Timeout # Issue 12858 | 81 mirrors/return_type_test: Pass, Timeout # Issue 12858 |
| 83 | 82 |
| 84 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] | 83 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 mirrors/redirecting_factory_test/none: Fail # Issue 14285 | 233 mirrors/redirecting_factory_test/none: Fail # Issue 14285 |
| 235 mirrors/type_variable_owner_test/none: Fail # Issue 14356 | 234 mirrors/type_variable_owner_test/none: Fail # Issue 14356 |
| 236 | 235 |
| 237 [ $compiler == none && $runtime == dartium ] | 236 [ $compiler == none && $runtime == dartium ] |
| 238 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 237 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 239 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 238 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 240 | 239 |
| 241 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] | 240 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] |
| 242 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 241 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| 243 | 242 |
| OLD | NEW |