| 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 c694332a70e3952d09ca48c40a787f5fef7b1108..d0cf571d656497cc2a2d058a32037ab98f5fa238 100644
|
| --- a/tests/compiler/dart2js_extra/dart2js_extra.status
|
| +++ b/tests/compiler/dart2js_extra/dart2js_extra.status
|
| @@ -14,6 +14,10 @@ constant_javascript_semantics4_test: Fail, OK
|
| variable_type_test/03: Fail, OK
|
| variable_type_test/01: Fail, OK
|
|
|
| +[ $compiler == dart2js && $host_checked ]
|
| +# Test that @IrRepresentation yields compile-time errors in host-checked mode.
|
| +ir_representation_test: CompileTimeError, OK
|
| +
|
| [ $compiler == dart2js && $mode == debug ]
|
| operator_test: Skip
|
| string_interpolation_test: Skip
|
|
|