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

Unified Diff: dart/tests/language/language_dart2js.status

Issue 10916050: Extend testing of argument definition test expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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
Index: dart/tests/language/language_dart2js.status
diff --git a/dart/tests/language/language_dart2js.status b/dart/tests/language/language_dart2js.status
index 1fb2ab5ba9eda04b376ff469da4f66fc6f818574..90d2ffc2fd3960642d12ef552ab9fecdebd16f28 100644
--- a/dart/tests/language/language_dart2js.status
+++ b/dart/tests/language/language_dart2js.status
@@ -56,7 +56,6 @@ function_type_alias6_test: Crash, Fail
static_initializer_type_error_test: Fail # Checked mode not supported.
# Compilation errors.
-argument_definition_test/*: Skip # Not implemented.
const_var_test: Fail # Map literals take 2 type arguments.
map_literal3_test: Fail # Map literals take 2 type arguments.
ct_const_test: Fail # We don't take the generic type into account yet.
@@ -139,7 +138,7 @@ map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode
named_parameters_type_test: Fail # Expect.equals(expected: <111>, actual: <0>) fails. -- checked mode test.
type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. -- checked mode test.
type_dartc_test: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mode test.
-
+argument_definition_test/none: Fail # Argument definition test always returns true.
class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
external_test/16: Fail, OK # Bad test: assumes eager loading.

Powered by Google App Engine
This is Rietveld 408576698