angular-cn/packages/language-service/test
Igor Minar 4237c34c78 test(ivy): mark failing test targets with fixme-ivy-jit and fixme-ivy-local tags (#26471)
We are close enough to blacklist a few test targets, rather than whitelist targets to run...

Because bazel rules can be composed of other rules that don't inherit tags automatically,
I had to explicitly mark all of our ts_library and ng_module targes with "ivy-local" and
"ivy-jit" tags so that we can create a query that excludes all fixme- tagged targets even
if those targets are composed of other targets that don't inherit this tag.

This is the updated overview of ivy related bazel tags:

- ivy-only: target that builds or runs only under ivy
- fixme-ivy-jit: target that doesn't yet build or run under ivy with --compile=jit
- fixme-ivy-local: target that doesn't yet build or run under ivy with --compile=local
- no-ivy-jit: target that is not intended to build or run under ivy with --compile=jit
- no-ivy-local: target that is not intended to build or run under ivy with --compile=local

PR Close #26471
2018-10-23 08:57:42 -07:00
..
BUILD.bazel test(ivy): mark failing test targets with fixme-ivy-jit and fixme-ivy-local tags (#26471) 2018-10-23 08:57:42 -07:00
completions_spec.ts fix(language-service): pass compilerOptions.paths to ReflectorHost (#20222) 2017-11-10 11:51:11 -08:00
definitions_spec.ts
diagnostics_spec.ts test: run unit tests in random order (#19904) 2018-07-06 13:48:02 -07:00
hover_spec.ts fix(language-service): do not crash when hovering over a label definitions (#17974) 2017-07-07 08:46:18 -07:00
html_info_spec.ts
language_service_spec.ts fix(language-service): spell diagnostics correctly (#21812) 2018-01-26 14:49:23 -08:00
reflector_host_spec.ts fix(language-service): ensure correct paths are passed to TypeScript (#21812) 2018-01-26 14:49:23 -08:00
template_references_spec.ts feat: add TypeScript 3 support (#25275) 2018-08-27 21:07:53 -04:00
test_data.ts fix(language-service): infer `any` `ngForOf` of type `any` 2017-06-20 12:04:51 -07:00
test_utils.ts build(bazel): Turning on strictPropertyInitialization for Angular. (#24572) 2018-06-25 07:57:13 -07:00
ts_plugin_spec.ts feat: add TypeScript 3 support (#25275) 2018-08-27 21:07:53 -04:00
typescript_host_spec.ts fix(language-service): Clear caches when program changes (#21337) 2018-01-12 14:43:01 -08:00