| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 *: Skip | 119 *: Skip |
| 120 | 120 |
| 121 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 121 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 122 [ $runtime == opera ] | 122 [ $runtime == opera ] |
| 123 *: Skip | 123 *: Skip |
| 124 | 124 |
| 125 [ $compiler == dart2js && $runtime == drt ] | 125 [ $compiler == dart2js && $runtime == drt ] |
| 126 fileapi_test: Skip # Issue 3022 | 126 fileapi_test: Skip # Issue 3022 |
| 127 # Unknown error - should investigate. | 127 # Unknown error - should investigate. |
| 128 measurement_test: Fail | 128 measurement_test: Fail |
| 129 htmloptionscollection_test: Fail # Issue 3813. |
| 129 | 130 |
| 130 [ $compiler == dart2js && $runtime == none ] | 131 [ $compiler == dart2js && $runtime == none ] |
| 131 *: Fail, Pass # TODO(ahe): Triage these tests. | 132 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 132 | 133 |
| 133 [ $compiler == dart2js ] | 134 [ $compiler == dart2js ] |
| 134 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate | 135 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate |
| 135 svgelement2_test: Fail # Html library relies on mangling. Issue 3039. | 136 svgelement2_test: Fail # Html library relies on mangling. Issue 3039. |
| 136 transferables_test: Skip # until isInstance works in dart2js | 137 transferables_test: Skip # until isInstance works in dart2js |
| 137 | 138 |
| 138 [ $compiler == dart2js && $runtime == d8 ] | 139 [ $compiler == dart2js && $runtime == d8 ] |
| (...skipping 30 matching lines...) Expand all Loading... |
| 169 fileapi_test: Skip # Issue 3022 | 170 fileapi_test: Skip # Issue 3022 |
| 170 | 171 |
| 171 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 172 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 172 css_test: Pass, Fail # Issue #2823 | 173 css_test: Pass, Fail # Issue #2823 |
| 173 fileapi_test: Skip # Issue 3022 | 174 fileapi_test: Skip # Issue 3022 |
| 174 | 175 |
| 175 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 176 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 176 indexeddb_2_test: Fail # Issue 3669. | 177 indexeddb_2_test: Fail # Issue 3669. |
| 177 indexeddb_3_test: Fail # Issue 3670. | 178 indexeddb_3_test: Fail # Issue 3670. |
| 178 window_open_test: Fail # Issue 3671. | 179 window_open_test: Fail # Issue 3671. |
| OLD | NEW |