test(ivy): update root causes for @angular/core TestBed failures (#27650)
PR Close #27650
This commit is contained in:
parent
0397e08153
commit
10c7b89f14
@ -1472,8 +1472,10 @@ const TEST_COMPILER_PROVIDERS: Provider[] = [
|
||||
expect(log).toEqual(['inner-start', 'main-tpl', 'outer-tpl']);
|
||||
});
|
||||
|
||||
fixmeIvy('unknown').it(
|
||||
'should dirty check projected views if the declaration place is dirty checked', () => {
|
||||
fixmeIvy(
|
||||
'FW-842: View engine dirty-checks projected views when the declaration place is checked')
|
||||
.it('should dirty check projected views if the declaration place is dirty checked',
|
||||
() => {
|
||||
ctx.detectChanges(false);
|
||||
log = [];
|
||||
innerComp.cdRef.detach();
|
||||
|
@ -371,8 +371,8 @@ describe('projection', () => {
|
||||
});
|
||||
|
||||
if (getDOM().supportsNativeShadowDOM()) {
|
||||
fixmeIvy('unknown').it(
|
||||
'should support native content projection and isolate styles per component', () => {
|
||||
fixmeIvy('FW-841: Content projection with ShadovDom v0 doesn\'t work')
|
||||
.it('should support native content projection and isolate styles per component', () => {
|
||||
TestBed.configureTestingModule({declarations: [SimpleNative1, SimpleNative2]});
|
||||
TestBed.overrideComponent(MainComp, {
|
||||
set: {
|
||||
|
@ -428,7 +428,8 @@ function declareTestsUsingBootstrap() {
|
||||
if (getDOM().supportsDOMEvents()) {
|
||||
// This test needs a real DOM....
|
||||
|
||||
fixmeIvy('unknown').it('should keep change detecting if there was an error', (done) => {
|
||||
fixmeIvy('FW-840: Exceptions thrown in event handlers are not reported to ErrorHandler')
|
||||
.it('should keep change detecting if there was an error', (done) => {
|
||||
@Component({
|
||||
selector: COMP_SELECTOR,
|
||||
template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user