| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 | 124 |
| 125 | 125 |
| 126 [ $compiler == dart2js && $browser ] | 126 [ $compiler == dart2js && $browser ] |
| 127 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 127 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 128 # implement timer (currently only in d8
) | 128 # implement timer (currently only in d8
) |
| 129 | 129 |
| 130 [ $compiler == dart2dart ] | 130 [ $compiler == dart2dart ] |
| 131 mirrors/*: Skip # http://dartbug.com/11511 | 131 mirrors/*: Skip # http://dartbug.com/11511 |
| 132 async/schedule_microtask6_test: Fail # Issue 10957 - may be related
to issue 10910 | 132 async/schedule_microtask6_test: Fail # Issue 10957 - may be related
to issue 10910 |
| 133 async/schedule_microtask3_test: RuntimeError # Issue 13719: Please triage this f
ailure. | 133 async/schedule_microtask3_test: RuntimeError # Issue 13719: Please triage this f
ailure. |
| 134 platform/package_root_test: Fail # Issue 14451 |
| 135 platform/script_test: Fail # Issue 14451 |
| 136 platform/isolate_test: Fail # Issue 14451 |
| 137 |
| 134 | 138 |
| 135 [ $compiler == dart2dart && $minified ] | 139 [ $compiler == dart2dart && $minified ] |
| 136 json/json_test: Fail # Issue 10961 | 140 json/json_test: Fail # Issue 10961 |
| 137 | 141 |
| 138 [ $compiler == dart2js && $minified ] | 142 [ $compiler == dart2js && $minified ] |
| 139 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 | 143 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 |
| 140 | 144 |
| 141 [ $runtime == ff ] | 145 [ $runtime == ff ] |
| 142 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 146 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 143 async/multiple_timer_test: Pass, Fail | 147 async/multiple_timer_test: Pass, Fail |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 mirrors/redirecting_factory_test/none: Fail # Issue 14285 | 238 mirrors/redirecting_factory_test/none: Fail # Issue 14285 |
| 235 mirrors/type_variable_owner_test/none: Fail # Issue 14356 | 239 mirrors/type_variable_owner_test/none: Fail # Issue 14356 |
| 236 | 240 |
| 237 [ $compiler == none && $runtime == dartium ] | 241 [ $compiler == none && $runtime == dartium ] |
| 238 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 242 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. | 243 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 240 | 244 |
| 241 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] | 245 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] |
| 242 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 246 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| 243 | 247 |
| OLD | NEW |