angular-cn/packages/compiler-cli/test/compliance
Victor Berchet 795e1e8a38 test(ivy): improve error message for the compiler compliance test (#25291)
before:

```
Expected to find features 'import * as i0 from "@angular/core";
import { Directive, Input } from '@angular/core';

```

after:

```
Failed to find "template" after "...Component_Factory() { return new
MyComponent(); }," in:
'import * as i0 from "@angular/core";
import { Directive, Input } from '@angular/core';```

```

PR Close #25291
2018-08-05 15:31:19 -07:00
..
BUILD.bazel test(ivy): run compiler compliance tests without rebuilding core,common (#25248) 2018-08-03 13:08:51 -07:00
README.md fix(ivy): convert context code into a tree-shakable instruction (#24943) 2018-07-30 15:54:11 -07:00
mock_compile.ts test(ivy): improve error message for the compiler compliance test (#25291) 2018-08-05 15:31:19 -07:00
mock_compiler_spec.ts test(ivy): improve error message for the compiler compliance test (#25291) 2018-08-05 15:31:19 -07:00
r3_compiler_compliance_spec.ts refactor(ivy): make all directives public by default (#25291) 2018-08-05 15:31:19 -07:00
r3_view_compiler_binding_spec.ts test(ivy): run compiler compliance tests without rebuilding core,common (#25248) 2018-08-03 13:08:51 -07:00
r3_view_compiler_di_spec.ts test(ivy): run compiler compliance tests without rebuilding core,common (#25248) 2018-08-03 13:08:51 -07:00
r3_view_compiler_i18n_spec.ts test(ivy): run compiler compliance tests without rebuilding core,common (#25248) 2018-08-03 13:08:51 -07:00
r3_view_compiler_input_outputs_spec.ts test(ivy): run compiler compliance tests without rebuilding core,common (#25248) 2018-08-03 13:08:51 -07:00
r3_view_compiler_listener_spec.ts refactor(ivy): make all directives public by default (#25291) 2018-08-05 15:31:19 -07:00
r3_view_compiler_spec.ts test(ivy): run compiler compliance tests without rebuilding core,common (#25248) 2018-08-03 13:08:51 -07:00
r3_view_compiler_styling_spec.ts refactor(ivy): make all directives public by default (#25291) 2018-08-05 15:31:19 -07:00
r3_view_compiler_template_spec.ts refactor(ivy): make all directives public by default (#25291) 2018-08-05 15:31:19 -07:00

README.md

Tests in this directory should be run with:

bazel test --define=compile=local packages/compiler-cli/test/compliance:compliance