| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 | 167 |
| 168 [ $runtime == vm ] | 168 [ $runtime == vm ] |
| 169 *: Skip | 169 *: Skip |
| 170 | 170 |
| 171 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 171 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 172 [ $runtime == opera ] | 172 [ $runtime == opera ] |
| 173 *: Skip | 173 *: Skip |
| 174 | 174 |
| 175 [ $compiler == dart2js && $runtime == drt ] | 175 [ $compiler == dart2js && $runtime == drt ] |
| 176 fileapi_test: Skip # Issue 3022 | 176 fileapi_test: Skip # Issue 3022 |
| 177 indexeddb_3_test: Fail # Issue 4648 - codegen bug. |
| 177 # Unknown error - should investigate. | 178 # Unknown error - should investigate. |
| 178 measurement_test: Fail | 179 measurement_test: Fail |
| 179 htmloptionscollection_test: Fail # Issue 3813. | 180 htmloptionscollection_test: Fail # Issue 3813. |
| 180 unknownelement_test: Fail # Issue 4189 | 181 unknownelement_test: Fail # Issue 4189 |
| 181 | 182 |
| 182 [ $compiler == dart2js && $runtime == none ] | 183 [ $compiler == dart2js && $runtime == none ] |
| 183 *: Fail, Pass # TODO(ahe): Triage these tests. | 184 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 184 | 185 |
| 185 [ $compiler == dart2js ] | 186 [ $compiler == dart2js ] |
| 186 transferables_test: Skip # until isInstance works in dart2js | 187 transferables_test: Skip # until isInstance works in dart2js |
| (...skipping 27 matching lines...) Expand all Loading... |
| 214 | 215 |
| 215 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 216 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 216 css_test: Pass, Fail # Issue #2823 | 217 css_test: Pass, Fail # Issue #2823 |
| 217 fileapi_test: Skip # Issue 3022 | 218 fileapi_test: Skip # Issue 3022 |
| 218 | 219 |
| 219 [ $compiler == dart2js && $runtime == ff && $system == windows] | 220 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 220 js_interop_2_test: Fail # Issue 4658. | 221 js_interop_2_test: Fail # Issue 4658. |
| 221 | 222 |
| 222 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 223 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 223 indexeddb_2_test: Fail # Issue 3669. | 224 indexeddb_2_test: Fail # Issue 3669. |
| OLD | NEW |