Marc Laval
c412374854
fix(ivy): DebugNode.query should query nodes in the logical tree ( #29480 )
...
PR Close #29480
2019-03-26 12:48:37 -07:00
Marc Laval
66b72bfa58
fix(ivy): ViewContainerRef.destroy should properly clean the DOM ( #29414 )
...
PR Close #29414
2019-03-22 13:13:12 -07:00
Wassim Chegham
dad5a258b8
style: enforce buildifier lint on CI ( #28186 )
...
PR Close #28186
2019-02-26 16:57:41 -08:00
Wassim Chegham
ce68b4d839
style: enforce buildifier lint on CI ( #28186 )
...
PR Close #28186
2019-02-26 16:57:41 -08:00
Paul Gschwendtner
ee74835619
build: run playground e2e examples with bazel ( #28490 )
...
PR Close #28490
2019-02-04 16:51:11 -05:00
Kara Erickson
dffcb9cda3
ci: onlyInIvy tests should not be triggered for FIND_PASSING_TESTS mode ( #28036 )
...
Previous to this change, there was a lot of noise when
trying to find tests in FIND_PASSING_TESTS mode because
tests marked "onlyInIvy" were also listed as "already
passing". Since these tests are not "fixmes" that need
to be enabled, it is not useful to have them listed.
This commit removes "onlyInIvy" tests from consideration
when running in this manual mode. The tests should still
run on CI by default (since FIND_PASSING_TESTS mode will
be false).
PR Close #28036
2019-01-10 10:55:58 -08:00
Andrew Kushnir
4613864fc8
test(ivy): add i18n integration tests via TestBed ( #27852 )
...
PR Close #27852
2019-01-07 14:47:24 -08:00
Marc Laval
8042140742
test(ivy): enable more @angular/core tests ( #27654 )
...
PR Close #27654
2018-12-17 16:45:53 -08:00
Igor Minar
21f6daf0bb
test: correct bazel visibility for @angular/private/testing ( #27386 )
...
we don't want anyone else to depened on this stuff.
PR Close #27386
2018-12-05 20:55:32 -08:00
Misko Hevery
f52600e261
test(ivy): add ability to find already passing tests ( #27449 )
...
PR Close #27449
2018-12-05 09:34:52 -08:00
Olivier Combe
7f17c70fd0
test(ivy): add bundling test `todo_i18n` ( #27420 )
...
PR Close #27420
2018-12-04 19:59:12 -08:00
Pawel Kozlowski
c96dea27ce
test(ivy): turn ivy test selectors into real functions ( #27372 )
...
Having real functions allows me to bypass individual checks, ex.:
```
export function fixmeIvy(reason: string): boolean {
return true;
}
```
This is useful for situation where I want to see if previously disabled tests
were fixed (ex. some PRs merged). In this case I don't want to run tests that
I know are not passing (obsolete / modified).
PR Close #27372
2018-11-30 13:59:47 -08:00
Igor Minar
ed36c68cdb
test(ivy): add `obsoleteInIvy`, `modifiedInIvy`, and `ivyEnabled` test selectors ( #27302 )
...
See inline docs for description of these functions.
PR Close #27302
2018-11-29 21:32:49 -08:00
Andrew Kushnir
7773d7f552
fix(ivy): add polyfill for goog.getMsg to unblock tests (FW-663) ( #27218 )
...
PR Close #27218
2018-11-28 11:40:56 -08:00
Misko Hevery
7d2a746090
build: remove ivy JIT mode ( #26863 )
...
PR Close #26863
2018-11-02 15:44:05 -07:00
Miško Hevery
c13f46c7c5
fix(ivy): enable packages/core/test/render3 test for AoT ( #26863 )
...
PR Close #26863
2018-11-02 15:44:05 -07:00
Pete Bacon Darwin
24521f549c
docs: convert all `@experimental` tags to `@publicApi` tags ( #26595 )
...
PR Close #26595
2018-10-19 14:35:52 -07:00
Greg Magolan
9605456b66
build: refactor ambient node & jasmine types so they are only included where needed ( #25491 )
...
PR Close #25491
2018-08-16 13:46:43 -07:00
Miško Hevery
6e2a1877ab
refactor(core): remove withBody from public testing API ( #25171 )
...
PR Close #25171
2018-07-31 15:09:32 -07:00