Joey Perrott
d1ea1f4c7f
build: update license headers to reference Google LLC ( #37205 )
...
Update the license headers throughout the repository to reference Google LLC
rather than Google Inc, for the required license headers.
PR Close #37205
2020-05-26 14:26:58 -04:00
Joey Perrott
698b0288be
build: reformat repo to new clang@1.4.0 ( #36613 )
...
PR Close #36613
2020-04-14 12:08:36 -07:00
JiaLiPassion
17b862cf82
feat: add an tickOptions parameter with property processNewMacroTasksSynchronously. ( #33838 )
...
This option will control whether to invoke the new macro tasks when ticking.
Close #33799
PR Close #33838
2020-02-20 15:14:59 -08:00
JiaLiPassion
44623a1161
feat: add a flag in bootstrap to enable coalesce event change detection to improve performance ( #30533 )
...
PR Close #30533
2019-11-05 18:58:25 +00:00
Matias Niemelä
082aed6e46
revert: feat: add a flag in bootstrap to enable coalesce event change detection to improve performance ( #30533 ) ( #33230 )
...
This reverts commit 21c1e14385
.
PR Close #33230
2019-10-17 12:50:04 -04:00
JiaLiPassion
21c1e14385
feat: add a flag in bootstrap to enable coalesce event change detection to improve performance ( #30533 )
...
PR Close #30533
2019-10-16 14:38:36 -04:00
Andrew Kushnir
495a9dd445
fix(ivy): update token used for fakeAsync test ( #28383 )
...
This commit updates the token used in fakeAsync test to the one available in both VE and R3 TestBeds. The goal of the test is to verify that fakeAsync works with inject function, so the actual token that is used for a test is irrelevant in that case. The logic to retrieve tokens from compiler injector (that the comment in "fixmeIvy" refers to) was implemented in PR #28196 .
PR Close #28383
2019-01-29 16:39:14 -08:00
Pawel Kozlowski
913563a41d
test(ivy): finish root cause analysis for @angular/core TestBed failing tests ( #27510 )
...
PR Close #27510
2018-12-06 13:41:02 -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
Pawel Kozlowski
1fa5478fef
test(ivy): update root causes for @angular/core TestBed failures ( #27370 )
...
PR Close #27370
2018-11-30 13:41:21 -08:00
Kristiyan Kostadinov
23bc8edf24
test: move remaining fixmeIvy to test level ( #27354 )
...
Moves all of the remaning `describe`-level fixme instances to the `it` level.
PR Close #27354
2018-11-29 21:28:01 -08:00
Miško Hevery
53e4e0c1a3
fix(ivy): Enable AoT tests to run on CI; disable failing tests ( #26975 )
...
PR Close #26975
2018-11-07 10:35:20 -08:00
Miško Hevery
f3fc74ab67
build(core): remove `main()` from specs ( #21053 )
...
`main()` function used to be needed to support dart, since dart
Does not allow top level statements. Since we no longer use dart
The need for `main()` has been removed.
In preparation for `Basel` and standardized way of running tests
we are removing `main()`
PR Close #21053
2017-12-22 13:10:51 -08:00
Julie Ralph
85d4c4b82e
feat(core): update zone.js to 0.8.10 and expose the flush method ( #16860 )
...
`flush()` can now be used from within fakeAsync tests to simulate moving
time forward until all macrotask events have been cleared from the
event queue.
2017-05-22 12:19:21 -06:00
Jason Aden
8573e36574
build: fix file paths after moving modules/@angular/* to packages/*
2017-03-08 16:29:28 -08:00
Jason Aden
3e51a19983
refactor: move angular source to /packages rather than modules/@angular
2017-03-08 16:29:27 -08:00