Chromium Code Reviews| Index: tests/language/language_dart2js.status |
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status |
| index aa530e16614b6a670a42432e864b5eb9613ffe27..8f0b814a66b7b0426319213e4864827fe964ba00 100644 |
| --- a/tests/language/language_dart2js.status |
| +++ b/tests/language/language_dart2js.status |
| @@ -3,6 +3,8 @@ |
| # BSD-style license that can be found in the LICENSE file. |
| [ $compiler == dart2js || $compiler == dart2dart ] |
| +compile_time_constant_c_test: Fail # Issue |
|
Paul Berry
2014/09/18 20:39:25
Need an issue number
Brian Wilkerson
2014/09/18 20:48:44
Done.
|
| +compile_time_constant12_test: Fail # Issue |
| constructor_duplicate_final_test/01: Fail # Issue 13363 |
| constructor_duplicate_final_test/02: Fail # Issue 13363 |
| override_inheritance_mixed_test/08: Fail # Issue 18124 |