| Index: dart/tests/language/language_dart2js.status
|
| diff --git a/dart/tests/language/language_dart2js.status b/dart/tests/language/language_dart2js.status
|
| index a54d75dd6cd3ea95e2e19dbbaba74530f536bbb8..b19de66c232dab1f54b009f0e7878a7a4e067193 100644
|
| --- a/dart/tests/language/language_dart2js.status
|
| +++ b/dart/tests/language/language_dart2js.status
|
| @@ -92,7 +92,7 @@ mixin_mixin5_test: Fail # Issue 12605.
|
| mixin_mixin6_test: Fail # Issue 12605.
|
|
|
| [ $compiler == dart2js ]
|
| -function_type_alias9_test/00: Crash
|
| +function_type_alias9_test/00: Crash # http://dartbug.com/15529
|
| malformed_test/none: RuntimeError # Issue 12695
|
| branch_canonicalization_test: RuntimeError # Issue 638.
|
| identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
|
| @@ -316,4 +316,4 @@ stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
|
| stack_trace_test: Fail, OK # Stack traces not available in IE9.
|
|
|
| [ $compiler == dart2js && $host_checked ]
|
| -const_factory_with_body_test/01: Crash
|
| +const_factory_with_body_test/01: Crash # http://dartbug.com/15529
|
|
|