Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: client/tests/client/client-leg.status

Issue 9620001: Triage client failures on legium, and add the client tests to our presubmit script. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/tests/client/test_config.dart » ('j') | frog/presubmit.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/client-leg.status
===================================================================
--- client/tests/client/client-leg.status (revision 0)
+++ client/tests/client/client-leg.status (revision 0)
@@ -0,0 +1,36 @@
+# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+# for details. All rights reserved. Use of this source code is governed by a
+# BSD-style license that can be found in the LICENSE file.
+
+prefix client
+
+[ $component == legium ]
+
+dom/HTMLElementTest: Fail # named constructors with type arguments are not implemented
+dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails.
+dom/WrapperTest: Fail # Expect.stringEquals(expected: <HTMLCanvasElement>", <null>) fails
+
+# Bad generated code due to unnamed closure
+dom/TypingTest: Fail # CONSOLE MESSAGE: line 2708: Uncaught SyntaxError: Unexpected token =
+dom/NativeGCTest: Fail # CONSOLE MESSAGE: line 3010: Uncaught SyntaxError: Unexpected token =
+dom/EventsTest: Fail # CONSOLE MESSAGE: line 7608: Uncaught TypeError: Cannot read property 'is$ExpectException' of undefined
+
+# DOM can return null or undefined
+dom/SVG3Test: Fail # TypeError: Cannot read property 'is$CSSValue' of null
+dom/StorageTest: Fail # TypeError: Cannot read property 'constructor' of null
+dom/InnerFrameTest: Fail # TypeError: Cannot read property 'constructor' of null
+
+# Missing constant map support
+dom/HiddenDom1Test: Fail # CompileTimeConstantEvaluator map not implemented
+dom/HiddenDom2Test: Fail # CompileTimeConstantEvaluator map not implemented
+html/html_tests: Fail # CompileTimeConstantEvaluator map not implemented
+
+# Missing JSON support
+samples/smoketest/dartWebBase_tests: Fail # cannot read dart:json
+dom/WindowOpenTest: Fail # cannot read dart:json
+dom/IsolatesTest: Fail # cannot read dart:json
+dom/IsolateLightTest: Fail # cannot read dart:json
+json/json_tests: Fail # cannot read dart:json
+
+# Missing Isolate support
+dom/DOMIsolatesTest: Fail # cannot read dart:isolate
« no previous file with comments | « no previous file | client/tests/client/test_config.dart » ('j') | frog/presubmit.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698