| Index: tests/compiler/dart2js_extra/dart2js_extra.status
|
| diff --git a/tests/compiler/dart2js_extra/dart2js_extra.status b/tests/compiler/dart2js_extra/dart2js_extra.status
|
| index 2edae808f99db69de3c92383994cd70e810f393f..c5835c6a4e99edb8186d254773d75ca429901c5b 100644
|
| --- a/tests/compiler/dart2js_extra/dart2js_extra.status
|
| +++ b/tests/compiler/dart2js_extra/dart2js_extra.status
|
| @@ -56,6 +56,9 @@ bailout8_test: Fail, OK # Mismatch in thrown exception.
|
| [ $compiler == dart2js && $runtime == d8 && $system == windows ]
|
| deferred/*: Skip # Issue 17458
|
|
|
| +[ $compiler == dart2js && $csp && $runtime == drt]
|
| +assert_with_message_test: RuntimeError # Issue 24397
|
| +
|
| [ $compiler == dart2js && $csp ]
|
| deferred_fail_and_retry_test: SkipByDesign # Uses eval to simulate failed loading.
|
| deferred_fail_and_retry_worker_test: SkipByDesign # Uses eval to simulate failed loading.
|
|
|