| 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 math/double_pow_test: RuntimeError | 9 math/double_pow_test: RuntimeError |
| 10 math/low_test: RuntimeError | 10 math/low_test: RuntimeError |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 | 29 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 |
| 30 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 | 30 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 |
| 31 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 | 31 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 |
| 32 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 | 32 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 |
| 33 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. | 33 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. |
| 34 mirrors/mixin_test/none: RuntimeError # Issue 12464 | 34 mirrors/mixin_test/none: RuntimeError # Issue 12464 |
| 35 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 | 35 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 |
| 36 mirrors/null_test : RuntimeError # Issue 12129 | 36 mirrors/null_test : RuntimeError # Issue 12129 |
| 37 mirrors/parameter_test/none: RuntimeError # Issue 6490 | 37 mirrors/parameter_test/none: RuntimeError # Issue 6490 |
| 38 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 | 38 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 |
| 39 mirrors/proxy_type_test: RuntimeError # Issue 13842 |
| 39 mirrors/reflected_type_test: RuntimeError # Issue 12607 | 40 mirrors/reflected_type_test: RuntimeError # Issue 12607 |
| 40 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 | 41 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 |
| 41 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 | 42 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 |
| 42 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 | 43 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 |
| 43 mirrors/unnamed_library_test: RuntimeError # Issue 10580 | 44 mirrors/unnamed_library_test: RuntimeError # Issue 10580 |
| 44 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/
/dartbug.com/9002 | 45 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/
/dartbug.com/9002 |
| 45 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola
tes. http://dartbug.com/9012 | 46 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola
tes. http://dartbug.com/9012 |
| 46 async/run_async6_test: RuntimeError # global error handling is not supported. ht
tp://dartbug.com/5958 | 47 async/run_async6_test: RuntimeError # global error handling is not supported. ht
tp://dartbug.com/5958 |
| 47 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 | 48 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 |
| 48 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 | 49 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 mirrors/generics_substitution_test: RuntimeError # Issue 13808 | 214 mirrors/generics_substitution_test: RuntimeError # Issue 13808 |
| 214 mirrors/initializing_formals_test/01: RuntimeError # Issue 11281 | 215 mirrors/initializing_formals_test/01: RuntimeError # Issue 11281 |
| 215 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 | 216 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 |
| 216 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 | 217 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 |
| 217 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 | 218 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 |
| 218 | 219 |
| 219 [ $compiler == none && $runtime == dartium ] | 220 [ $compiler == none && $runtime == dartium ] |
| 220 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. | 221 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. |
| 221 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 222 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 222 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure. | 223 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure. |
| OLD | NEW |