Chromium Code Reviews| Index: tests/language/language.status |
| diff --git a/tests/language/language.status b/tests/language/language.status |
| index b0049fd8dd4a1dfaceaf6a87c285fd9b6e54da5c..6aba75a091053e3b79d528a1c3070cefcaaa095a 100644 |
| --- a/tests/language/language.status |
| +++ b/tests/language/language.status |
| @@ -70,9 +70,7 @@ lazy_static3_test: Fail # Issue 3558 |
| *dartc_test: Skip |
| *dartc_negative_test: Skip |
| -compile_time_constant10_test: Fail # issue 5214 |
| -compile_time_constant10_test/01: Pass # issue 5214 |
| -compile_time_constant10_test/02: Pass # issue 5214 |
| +compile_time_constant10_test/none: Fail # issue 5214 |
| [ $compiler == none && $mode == debug ] |
| gc_test: Skip # Takes too long. |
| @@ -111,11 +109,6 @@ bad_constructor_test/06: Fail # Constructor name clashes with other member |
| call_constructor_on_unresolvable_class_test/03: Fail, OK # 'library' cannot be used as a prefix because it is a built-in identifier |
| get_set_syntax_test/none: Fail # does not accept getter/setter with no method body |
| application_negative_test: Fail # Runtime only test, rewrite as multitest |
| -argument_definition_test/01: Fail # Issue 5082 |
| -argument_definition_test/02: Fail # Issue 5082 |
| -argument_definition_test/03: Fail # Issue 5082 |
| -argument_definition_test/04: Fail # Issue 5082 |
| -argument_definition_test/05: Fail # Issue 5082 |
|
ngeoffray
2012/09/18 07:14:36
How did you fix those? Was that a bad merge?
Lasse Reichstein Nielsen
2012/09/18 08:22:36
Yes, a bad merge reintroduced them.
Morale: Reload
|
| assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
| assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multitest |
| body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest |
| @@ -160,9 +153,7 @@ class_literal_test/27 : Fail # language change 3368 |
| class_literal_test/28 : Fail # language change 3368 |
| class_literal_test/29 : Fail # language change 3368 |
| closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrite as multitest |
| -compile_time_constant10_test: Fail # issue 5215. |
| -compile_time_constant10_test/01: Pass # issue 5215. |
| -compile_time_constant10_test/02: Pass # issue 5215. |
| +compile_time_constant10_test/none: Fail # issue 5215. |
| constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrite as multitest |
| disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. |
| @@ -387,7 +378,7 @@ get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 |
| get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111 |
| get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111 |
| -compile_time_constant10_test: Fail # Triage this. |
| +compile_time_constant10_test/none: Fail # Triage this. |
| # Only checked mode reports an error on type assignment |
| # problems in compile time constants. |