| 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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 webgl_1_test: Skip # Issue 1495 | 6 webgl_1_test: Skip # Issue 1495 |
| 7 xmldocument_test: Skip # XML in dart:html is incomplete | 7 xmldocument_test: Skip # XML in dart:html is incomplete |
| 8 xmlelement_test: Skip # XML in dart:html is incomplete | 8 xmlelement_test: Skip # XML in dart:html is incomplete |
| 9 measurement_test: Pass, Fail # Issue 1940 | 9 measurement_test: Pass, Fail # Issue 1940 |
| 10 | 10 |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 | 162 |
| 163 [ $runtime == vm ] | 163 [ $runtime == vm ] |
| 164 *: Skip | 164 *: Skip |
| 165 | 165 |
| 166 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 166 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 167 [ $runtime == opera ] | 167 [ $runtime == opera ] |
| 168 *: Skip | 168 *: Skip |
| 169 | 169 |
| 170 [ $compiler == dart2js && $runtime == drt ] | 170 [ $compiler == dart2js && $runtime == drt ] |
| 171 fileapi_test: Skip # Issue 3022 | 171 fileapi_test: Skip # Issue 3022 |
| 172 indexeddb_3_test: Fail # Issue 4648 - codegen bug. | |
| 173 # Unknown error - should investigate. | 172 # Unknown error - should investigate. |
| 174 measurement_test: Fail | 173 measurement_test: Fail |
| 175 htmloptionscollection_test: Fail # Issue 3813. | 174 htmloptionscollection_test: Fail # Issue 3813. |
| 176 unknownelement_test: Fail # Issue 4189 | 175 unknownelement_test: Fail # Issue 4189 |
| 177 | 176 |
| 178 [ $compiler == dart2js && $runtime == none ] | 177 [ $compiler == dart2js && $runtime == none ] |
| 179 *: Fail, Pass # TODO(ahe): Triage these tests. | 178 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 180 | 179 |
| 181 [ $compiler == dart2js ] | 180 [ $compiler == dart2js ] |
| 182 transferables_test: Skip # until isInstance works in dart2js | 181 transferables_test: Skip # until isInstance works in dart2js |
| (...skipping 27 matching lines...) Expand all Loading... |
| 210 | 209 |
| 211 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 210 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 212 css_test: Pass, Fail # Issue #2823 | 211 css_test: Pass, Fail # Issue #2823 |
| 213 fileapi_test: Skip # Issue 3022 | 212 fileapi_test: Skip # Issue 3022 |
| 214 | 213 |
| 215 [ $compiler == dart2js && $runtime == ff && $system == windows] | 214 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 216 js_interop_2_test: Fail # Issue 4658. | 215 js_interop_2_test: Fail # Issue 4658. |
| 217 | 216 |
| 218 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 217 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 219 indexeddb_2_test: Fail # Issue 3669. | 218 indexeddb_2_test: Fail # Issue 3669. |
| OLD | NEW |