test(ivy): enable passing Material tests (#29219)

PR Close #29219
This commit is contained in:
Pawel Kozlowski 2019-03-11 17:00:39 +01:00 committed by Matias Niemelä
parent f2dc32e5c7
commit 1f0eadfab6
1 changed files with 1 additions and 61 deletions

View File

@ -17,38 +17,6 @@
// tslint:disable
window.testBlocklist = {
"CdkTable should be able to render multiple header and footer rows": {
"error": "Error: Missing definitions for header, footer, and row; cannot determine which columns should be rendered.",
"notes": "FW-1141: Direct ContentChildren not found for <tr> tags without a <tbody>"
},
"CdkTable should render correctly when using native HTML tags": {
"error": "Error: Missing definitions for header, footer, and row; cannot determine which columns should be rendered.",
"notes": "FW-1141: Direct ContentChildren not found for <tr> tags without a <tbody>"
},
"CdkTable with sticky positioning on native table layout should stick and unstick headers": {
"error": "Error: Missing definitions for header, footer, and row; cannot determine which columns should be rendered.",
"notes": "FW-1141: Direct ContentChildren not found for <tr> tags without a <tbody>"
},
"CdkTable with sticky positioning on native table layout should stick and unstick footers": {
"error": "Error: Missing definitions for header, footer, and row; cannot determine which columns should be rendered.",
"notes": "FW-1141: Direct ContentChildren not found for <tr> tags without a <tbody>"
},
"CdkTable with sticky positioning on native table layout should stick tfoot when all rows are stuck": {
"error": "Error: Missing definitions for header, footer, and row; cannot determine which columns should be rendered.",
"notes": "FW-1141: Direct ContentChildren not found for <tr> tags without a <tbody>"
},
"CdkTable with sticky positioning on native table layout should stick and unstick left columns": {
"error": "Error: Missing definitions for header, footer, and row; cannot determine which columns should be rendered.",
"notes": "FW-1141: Direct ContentChildren not found for <tr> tags without a <tbody>"
},
"CdkTable with sticky positioning on native table layout should stick and unstick right columns": {
"error": "Error: Missing definitions for header, footer, and row; cannot determine which columns should be rendered.",
"notes": "FW-1141: Direct ContentChildren not found for <tr> tags without a <tbody>"
},
"CdkTable with sticky positioning on native table layout should stick and unstick combination of sticky header, footer, and columns": {
"error": "Error: Missing definitions for header, footer, and row; cannot determine which columns should be rendered.",
"notes": "FW-1141: Direct ContentChildren not found for <tr> tags without a <tbody>"
},
"CdkTree flat tree should initialize should be able to use units different from px for the indentation": {
"error": "Error: Failed: Expected node level to be 15rem but was 28px",
"notes": "Breaking change: Change detection follows insertion tree only, not declaration tree (CdkTree is OnPush)"
@ -93,30 +61,10 @@ window.testBlocklist = {
"error": "TypeError: Cannot read property 'nativeElement' of undefined",
"notes": "Unknown"
},
"MatStepper basic stepper should not do anything when pressing the ENTER key with a modifier": {
"error": "Error: Expected 0 to be 1, 'Expected index of focused step to increase by 1 after pressing the next key.'.",
"notes": "FW-1146: Components should be able to inherit view queries from directives"
},
"MatStepper basic stepper should not do anything when pressing the SPACE key with a modifier": {
"error": "Error: Expected 0 to be 1, 'Expected index of focused step to increase by 1 after pressing the next key.'.",
"notes": "FW-1146: Components should be able to inherit view queries from directives"
},
"MatStepper linear stepper should not move to next step if current step is pending": {
"error": "TypeError: Cannot read property 'nativeElement' of undefined",
"notes": "Unknown"
},
"MatStepper vertical stepper should support using the left/right arrows to move focus": {
"error": "Error: Expected 0 to be 1, 'Expected index of focused step to increase by 1 after pressing the next key.'.",
"notes": "FW-1146: Components should be able to inherit view queries from directives"
},
"MatStepper vertical stepper should support using the up/down arrows to move focus": {
"error": "Error: Expected 0 to be 1, 'Expected index of focused step to increase by 1 after pressing the next key.'.",
"notes": "FW-1146: Components should be able to inherit view queries from directives"
},
"MatStepper vertical stepper should reverse arrow key focus in RTL mode": {
"error": "Error: Expected 0 to be 1.",
"notes": "FW-1146: Components should be able to inherit view queries from directives"
},
"MatStepper stepper with error state should show error state": {
"error": "TypeError: Cannot read property 'nativeElement' of undefined",
"notes": "Unknown"
@ -130,7 +78,7 @@ window.testBlocklist = {
"notes": "Unknown"
},
"MatSidenav should be fixed position when in fixed mode": {
"error": "Error: Expected ng-tns-c23383-0 ng-trigger ng-trigger-transform mat-drawer mat-sidenav mat-drawer-over ng-star-inserted to contain 'mat-sidenav-fixed'.",
"error": "Error: Expected ng-tns-c22979-0 ng-trigger ng-trigger-transform mat-drawer mat-sidenav mat-drawer-over ng-star-inserted to contain 'mat-sidenav-fixed'.",
"notes": "FW-1132: Host class bindings don't work if super class has host class bindings"
},
"MatSidenav should set fixed bottom and top when in fixed mode": {
@ -208,14 +156,6 @@ window.testBlocklist = {
"MatTooltip special cases should clear the `-webkit-user-drag` on draggable elements": {
"error": "Error: Expected 'none' to be falsy.",
"notes": "FW-1133: Inline styles are not applied before constructor is run"
},
"MatTable should be able to render a table correctly with native elements": {
"error": "Error: Missing definitions for header, footer, and row; cannot determine which columns should be rendered.",
"notes": "FW-1141: Direct ContentChildren not found for <tr> tags without a <tbody>"
},
"MatTable should apply custom sticky CSS class to sticky cells": {
"error": "Error: Missing definitions for header, footer, and row; cannot determine which columns should be rendered.",
"notes": "FW-1141: Direct ContentChildren not found for <tr> tags without a <tbody>"
}
};
// clang-format on