| 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 prefix client | |
| 6 | |
| 7 [ $component == legium ] | 5 [ $component == legium ] |
| 8 | 6 |
| 9 dom/HTMLElementTest: Fail # named constructors with type arguments are not imple
mented | 7 dom/HTMLElementTest: Fail # named constructors with type arguments are not imple
mented |
| 10 dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails. | 8 dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails. |
| 11 dom/WrapperTest: Fail # Expect.stringEquals(expected: <HTMLCanvasElement>", <nul
l>) fails | 9 dom/WrapperTest: Fail # Expect.stringEquals(expected: <HTMLCanvasElement>", <nul
l>) fails |
| 12 | 10 |
| 13 # Bad generated code due to unnamed closure | 11 # Bad generated code due to unnamed closure |
| 14 dom/TypingTest: Fail # CONSOLE MESSAGE: line 2708: Uncaught SyntaxError: Unexpec
ted token = | 12 dom/TypingTest: Fail # CONSOLE MESSAGE: line 2708: Uncaught SyntaxError: Unexpec
ted token = |
| 15 dom/NativeGCTest: Fail # CONSOLE MESSAGE: line 3010: Uncaught SyntaxError: Unexp
ected token = | 13 dom/NativeGCTest: Fail # CONSOLE MESSAGE: line 3010: Uncaught SyntaxError: Unexp
ected token = |
| 16 dom/EventsTest: Fail # CONSOLE MESSAGE: line 7608: Uncaught TypeError: Cannot re
ad property 'is$ExpectException' of undefined | 14 dom/EventsTest: Fail # CONSOLE MESSAGE: line 7608: Uncaught TypeError: Cannot re
ad property 'is$ExpectException' of undefined |
| (...skipping 10 matching lines...) Expand all Loading... |
| 27 | 25 |
| 28 # Missing JSON support | 26 # Missing JSON support |
| 29 samples/smoketest/dartWebBase_tests: Fail # cannot read dart:json | 27 samples/smoketest/dartWebBase_tests: Fail # cannot read dart:json |
| 30 dom/WindowOpenTest: Fail # cannot read dart:json | 28 dom/WindowOpenTest: Fail # cannot read dart:json |
| 31 dom/IsolatesTest: Fail # cannot read dart:json | 29 dom/IsolatesTest: Fail # cannot read dart:json |
| 32 dom/IsolateLightTest: Fail # cannot read dart:json | 30 dom/IsolateLightTest: Fail # cannot read dart:json |
| 33 json/json_tests: Fail # cannot read dart:json | 31 json/json_tests: Fail # cannot read dart:json |
| 34 | 32 |
| 35 # Missing Isolate support | 33 # Missing Isolate support |
| 36 dom/DOMIsolatesTest: Fail # cannot read dart:isolate | 34 dom/DOMIsolatesTest: Fail # cannot read dart:isolate |
| OLD | NEW |