| Index: pkg/dev_compiler/test/codegen_test.dart
|
| diff --git a/pkg/dev_compiler/test/codegen_test.dart b/pkg/dev_compiler/test/codegen_test.dart
|
| index 2e1d7be68c3e038aad03b022ff9087e64e0c6de7..def1fd606b8b1b0eeb0ff7588a739ed01296af6a 100644
|
| --- a/pkg/dev_compiler/test/codegen_test.dart
|
| +++ b/pkg/dev_compiler/test/codegen_test.dart
|
| @@ -398,6 +398,7 @@ final _crashingTests = new Set<String>.from([
|
| // TODO(vsm): Fix these - they import files from a different directory
|
| // - this triggers an invalid library root build error.
|
| 'lib/html/custom/attribute_changed_callback_test',
|
| + 'lib/html/custom/constructor_calls_created_synchronously_test',
|
| 'lib/html/custom/entered_left_view_test',
|
| 'lib/html/custom/js_custom_test',
|
| 'lib/html/custom/mirrors_test',
|
|
|