test(ivy): update root causes for animation tests (#28091)

PR Close #28091
This commit is contained in:
Matias Niemelä 2019-01-11 14:25:22 -08:00 committed by Andrew Kushnir
parent 2afbcafab7
commit 133fe5e561

View File

@ -3375,8 +3375,8 @@ const DEFAULT_COMPONENT_ID = '1';
expect(getLog().length).toEqual(1); expect(getLog().length).toEqual(1);
}); });
fixmeIvy('unknown').it( fixmeIvy('FW-951 - Attribute-only synthetic properties are treated differently in Ivy')
'should treat the property as true when the expression is missing', () => { .it('should treat the property as true when the expression is missing', () => {
@Component({ @Component({
selector: 'parent-cmp', selector: 'parent-cmp',
animations: [ animations: [
@ -3674,8 +3674,8 @@ const DEFAULT_COMPONENT_ID = '1';
expect(() => { TestBed.createComponent(Cmp); }).not.toThrowError(); expect(() => { TestBed.createComponent(Cmp); }).not.toThrowError();
}); });
fixmeIvy('unknown').it( fixmeIvy('FW-952 - Error recovery is handled differently in Ivy than VE')
'should continue to clean up DOM-related animation artificats even if a compiler-level error is thrown midway', .it('should continue to clean up DOM-related animation artificats even if a compiler-level error is thrown midway',
() => { () => {
@Component({ @Component({
selector: 'if-cmp', selector: 'if-cmp',