Chromium Code Reviews| Index: dart/tests/language/language_dart2js.status |
| diff --git a/dart/tests/language/language_dart2js.status b/dart/tests/language/language_dart2js.status |
| index 70f90358c554c0c7da07b7473452bfb2c63b67c6..a54d75dd6cd3ea95e2e19dbbaba74530f536bbb8 100644 |
| --- a/dart/tests/language/language_dart2js.status |
| +++ b/dart/tests/language/language_dart2js.status |
| @@ -92,6 +92,7 @@ mixin_mixin5_test: Fail # Issue 12605. |
| mixin_mixin6_test: Fail # Issue 12605. |
| [ $compiler == dart2js ] |
| +function_type_alias9_test/00: Crash |
|
ngeoffray
2013/12/09 09:48:52
Bug number?
ahe
2013/12/09 15:30:06
I don't know how this slipped through. Added a bug
|
| malformed_test/none: RuntimeError # Issue 12695 |
| branch_canonicalization_test: RuntimeError # Issue 638. |
| identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| @@ -313,3 +314,6 @@ stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| [ $runtime == ie9 ] |
| stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| + |
| +[ $compiler == dart2js && $host_checked ] |
| +const_factory_with_body_test/01: Crash |
|
ngeoffray
2013/12/09 09:48:52
Ditto.
ahe
2013/12/09 15:30:06
Done.
|