| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 async/run_zoned8_test: Fail # Timer interface not supported: dartbug.com/7728. | 109 async/run_zoned8_test: Fail # Timer interface not supported: dartbug.com/7728. |
| 110 | 110 |
| 111 | 111 |
| 112 [ $compiler == dart2js && $browser ] | 112 [ $compiler == dart2js && $browser ] |
| 113 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 113 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 114 # implement timer (currently only in d8
) | 114 # implement timer (currently only in d8
) |
| 115 | 115 |
| 116 [ $compiler == dart2dart ] | 116 [ $compiler == dart2dart ] |
| 117 mirrors/*: Skip # http://dartbug.com/11511 | 117 mirrors/*: Skip # http://dartbug.com/11511 |
| 118 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 | 118 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 |
| 119 async/run_async3_test: RuntimeError # Issue 13719: Please triage this failure. |
| 119 | 120 |
| 120 [ $compiler == dart2dart && $minified ] | 121 [ $compiler == dart2dart && $minified ] |
| 121 json/json_test: Fail # Issue 10961 | 122 json/json_test: Fail # Issue 10961 |
| 122 | 123 |
| 123 [ $compiler == dart2js && $minified ] | 124 [ $compiler == dart2js && $minified ] |
| 124 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 | 125 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 |
| 125 | 126 |
| 126 [ $runtime == ff ] | 127 [ $runtime == ff ] |
| 127 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 128 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 128 async/multiple_timer_test: Pass, Fail | 129 async/multiple_timer_test: Pass, Fail |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 [ $compiler == dart2analyzer ] | 213 [ $compiler == dart2analyzer ] |
| 213 mirrors/typedef_test/none: Fail # Issue 13093 | 214 mirrors/typedef_test/none: Fail # Issue 13093 |
| 214 mirrors/generics_test/none: Fail # Issue 13432 | 215 mirrors/generics_test/none: Fail # Issue 13432 |
| 215 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 216 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 216 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 217 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 217 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 218 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 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. |
| OLD | NEW |