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

Unified Diff: tests/language/language.status

Issue 10828286: Do not force checked mode on VM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
« no previous file with comments | « no previous file | tools/testing/dart/test_suite.dart » ('j') | tools/testing/dart/test_suite.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index bc0e8fdade4d0fc362137379c85a6fbbf3c92717..54ffe9dd855f954dcbb713926c536557d227ac99 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -163,15 +163,6 @@ field1_negative_test: Fail, OK # Bad test: assumes eager loading.
field6_negative_test: Fail, OK # Bad test: assumes eager loading.
field7_negative_test: Fail, OK # Bad test: assumes eager loading.
interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
-# Tests that crash after reverting resolution of type variables in default clause.
-# https://chromiumcodereview.appspot.com/10824062/
-default_factory2_test/01: Fail
-type_variable_scope_test/00: Fail
-type_variable_scope_test/01: Fail
-type_variable_scope_test/02: Fail
-type_variable_scope_test/03: Fail
-type_variable_scope_test/04: Fail
-type_variable_scope_test/05: Fail
# Common problems with dart2js. In illegal family, invalid
# declarations are simply not parsed. In pseudo kw dart2js
# chokes on things like typedef(x) => "typedef $x" and alike.
@@ -191,16 +182,10 @@ pseudo_kw_illegal_test/14: Fail
pseudo_kw_illegal_test/15: Fail
pseudo_kw_illegal_test/16: Fail
pseudo_kw_test: Fail
-type_variable_bounds_test/01: Fail
Roman 2012/08/14 08:45:31 I don't understand why this test fails in checked
Anton Muhin 2012/08/14 11:47:04 Neither do I, but dart2dart support in test framew
# external keyword is not yet supported by dart2js/dart2dart.
external_test/*: Skip
# Test annotations are not processed correctly by dart2dart test
# framework: necessary errors are thrown, but treated incorrectly.
-assign_static_type_test/01: Fail
-assign_static_type_test/02: Fail
-assign_static_type_test/03: Fail
-assign_static_type_test/04: Fail
-assign_static_type_test/05: Fail
final_syntax_test/03: Fail
final_syntax_test/04: Fail
# Call operator is not supported by dart2js frontend.
@@ -245,9 +230,6 @@ method_override2_test/00: Fail # Must provide compiler errors, not currently sup
method_override2_test/02: Fail # Must provide compiler errors, not currently supported by framework.
method_override2_test/03: Fail # Must provide compiler errors, not currently supported by framework.
syntax_test/47: Fail # We should get compile-time error on const constructor having body. But we don't emit default constructors with empty body.
-type_variable_bounds2_test/00: Fail # See above
-type_variable_bounds2_test/03: Fail # See above
-type_variable_bounds2_test/05: Fail # See above
try_catch_test: Fail # New catch syntax is not supported by dart2js yet.
# Should be triaged.
bad_override_test/01: Fail
@@ -273,7 +255,6 @@ field_override_test/02: Fail
field_override_test/none: Fail
function_field_test: Fail
generic_test: Fail
-getters_setters2_test/03: Fail
implicit_closure_test: Fail, Pass
interface_factory_constructor_negative_test: Fail
interface_static_method_negative_test: Fail
@@ -284,7 +265,6 @@ number_identifier_negative_test: Fail
operator1_negative_test: Fail
override_field_test/01: Fail
override_field_method3_negative_test: Fail
-prefix15_test: Fail
prefix18_negative_test: Fail
prefix20_negative_test: Fail
static_final_field_negative_test: Fail
@@ -296,8 +276,3 @@ static_top_level_test/03: Fail
static_top_level_test/04: Fail
static_top_level_test/05: Fail
switch_label_test: Fail
-type_variable_bounds2_test/02: Fail
-type_variable_bounds2_test/06: Fail
-type_variable_bounds_test/02: Fail
-type_variable_bounds_test/04: Fail
-type_variable_bounds_test/05: Fail
« no previous file with comments | « no previous file | tools/testing/dart/test_suite.dart » ('j') | tools/testing/dart/test_suite.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698