| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index a5cb1a7ffcbcc0984578d399c26b8b18fbc96a85..16c425cfa2126abb0d1bcb5c03f1dacfd8fd0123 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -316,6 +316,9 @@ optimization_test: Fail, OK # Expects negative results of bit-operations.
|
| expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string.
|
| reg_exp3_test: Fail, OK # Expects exception from const constructor.
|
|
|
| +# Partially implemented redirecting constructors makes this throw instead
|
| +# of failing.
|
| +const_factory_negative_test: Crash, Fail
|
|
|
| [ $compiler == dart2js && $mode == release ]
|
| assign_top_method_negative_test: Crash
|
|
|