| 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 [ $component == leg ] | 5 [ $component == leg ] |
| 6 *: Fail, OK # Needs to run inside browser, compiled to detect crashes. | 6 *: Fail, OK # Needs to run inside browser, compiled to detect crashes. |
| 7 | 7 |
| 8 | 8 |
| 9 [ $component == legium ] | 9 [ $component == legium ] |
| 10 | 10 |
| 11 # DOM can return null or undefined. | |
| 12 dom/SVG3Test: Fail # TypeError: Cannot read property 'is$CSSValue' of null | |
| 13 dom/StorageTest: Fail # TypeError: Cannot read property 'constructor' of null | |
| 14 dom/InnerFrameTest: Fail # TypeError: Cannot read property 'constructor' of null | |
| 15 | |
| 16 # Unknown error - should investigate. | 11 # Unknown error - should investigate. |
| 17 html/html_tests: Fail | 12 html/html_tests: Fail |
| 18 | 13 |
| 19 # DOM errors. | 14 # DOM errors. |
| 20 dom/WindowOpenTest: Fail # TypeError: Object [object Window] has no method 'clos
e$0' | 15 dom/WindowOpenTest: Fail # TypeError: Object [object Window] has no method 'clos
e$0' |
| 21 dom/HTMLElementTest: Fail # TypeError: Object #<HTMLDivElement> has no method 'g
et$dataset' | 16 dom/HTMLElementTest: Fail # TypeError: Object #<HTMLDivElement> has no method 'g
et$dataset' |
| 22 | 17 |
| 23 | 18 |
| 24 # We don't support is checks with generic types. | 19 # We don't support is checks with generic types. |
| 25 dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails. | 20 dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails. |
| 26 | 21 |
| 27 # TODO(ngeoffray): Investigate | 22 # TODO(ngeoffray): Investigate |
| 28 dom/IsolatesTest: Skip # Timeout | 23 dom/IsolatesTest: Skip # Timeout |
| 29 dom/IsolateLightTest: Skip # Timeout | 24 dom/IsolateLightTest: Skip # Timeout |
| 30 dom/DOMIsolatesTest: Fail # cannot read dart:isolate | 25 dom/DOMIsolatesTest: Fail # cannot read dart:isolate |
| OLD | NEW |