Chromium Code Reviews| Index: tests/language/language.status |
| diff --git a/tests/language/language.status b/tests/language/language.status |
| index 3fadd70dafe4a0844fdb51e26492cd3a36f4e305..720490886de6a79ae662f36a834a37314f12ece5 100644 |
| --- a/tests/language/language.status |
| +++ b/tests/language/language.status |
| @@ -43,6 +43,14 @@ compile_time_constant_checked3_test/04: Fail, OK |
| compile_time_constant_checked3_test/05: Fail, OK |
| compile_time_constant_checked3_test/06: Fail, OK |
| malformed2_test/01: Fail, OK |
| +const_constructor2_test/13: Fail, OK |
|
karlklose
2014/01/29 10:44:23
Add a comment why this is allowed to fail.
Johnni Winther
2014/01/30 08:25:23
There is a comment above compile_time_constant_che
|
| +const_constructor2_test/14: Fail, OK |
| +const_constructor2_test/15: Fail, OK |
| +const_constructor2_test/16: Fail, OK |
| +const_constructor2_test/17: Fail, OK |
| +const_constructor2_test/20: Fail, OK |
| +const_constructor2_test/22: Fail, OK |
| +const_constructor2_test/24: Fail, OK |
| [ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == none) ] |
| call_test: Fail # Issue 12602 |