Chromium Code Reviews| Index: tests/language_2/language_2_dartdevc.status |
| diff --git a/tests/language_2/language_2_dartdevc.status b/tests/language_2/language_2_dartdevc.status |
| index eb02bec9833f36c293f57fba2e232aa46ac7e22c..79f231ec670b84e77c9d5cd1429fad3d5a0e768f 100644 |
| --- a/tests/language_2/language_2_dartdevc.status |
| +++ b/tests/language_2/language_2_dartdevc.status |
| @@ -113,4 +113,7 @@ canonical_const2_test: RuntimeError # Ints and doubles are unified. |
| canonical_const_test: RuntimeError # Ints and doubles are unified. |
| function_type/function_type50_test: RuntimeError # Issue 29920 |
| function_type/function_type58_test: RuntimeError # Issue 29920 |
| -compile_time_constant10_test/none: RuntimeError |
| +compile_time_constant10_test/none: RuntimeError |
| +compile_time_constant_a_test: RuntimeError # Allows mutating const map. |
|
Bill Hesse
2017/08/17 13:23:25
File an issue and put issue number there.
|
| +compile_time_constant_b_test: RuntimeError # Issue 29920 |
| +compile_time_constant_d_test: RuntimeError # Issue 29920 |