| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 27746)
|
| +++ tests/language/language.status (working copy)
|
| @@ -13,6 +13,7 @@
|
| switch_int_double_test/01: Fail # Issue 7307
|
| switch_int_double_test/02: Fail # Issue 7307
|
| throwing_lazy_variable_test: Fail # Issue 5802
|
| +div_with_power_of_two2_test: Crash # Issue 13498
|
|
|
| # These bugs refer currently ongoing language discussions.
|
| constructor_initializer_test/none: Fail # Issue 12633
|
| @@ -67,4 +68,4 @@
|
| field_type_check_test/none: Pass, Fail # Issue 13266
|
|
|
| [ $compiler == dart2js && $runtime == ie9 ]
|
| -lazy_static3_test: Fail # Issue 13469
|
| +lazy_static3_test: Fail # Issue 13469
|
|
|