From 479ae51d1fd984070aa4c65ad7c667e12657509e Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Thu, 7 Mar 2019 09:36:19 -0800 Subject: [PATCH] test(ivy): update native table root causes (#29161) PR Close #29161 --- .../angular_material_test_blocklist.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index 0e9ef7b185..a8e9a0f092 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -23,31 +23,31 @@ window.testBlocklist = { }, "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": "Unknown" + "notes": "FW-1141: Direct ContentChildren not found for tags without a " }, "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": "Unknown" + "notes": "FW-1141: Direct ContentChildren not found for tags without a " }, "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": "Unknown" + "notes": "FW-1141: Direct ContentChildren not found for tags without a " }, "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": "Unknown" + "notes": "FW-1141: Direct ContentChildren not found for tags without a " }, "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": "Unknown" + "notes": "FW-1141: Direct ContentChildren not found for tags without a " }, "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": "Unknown" + "notes": "FW-1141: Direct ContentChildren not found for tags without a " }, "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": "Unknown" + "notes": "FW-1141: Direct ContentChildren not found for tags without a " }, "CdkTable with trackBy should change row implicit data even when trackBy finds no changes": { "error": "Error: Expected 'a_1 b_1' to be 'a_2 b_2'.", @@ -287,11 +287,11 @@ window.testBlocklist = { }, "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": "Unknown" + "notes": "FW-1141: Direct ContentChildren not found for tags without a " }, "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": "Unknown" + "notes": "FW-1141: Direct ContentChildren not found for tags without a " }, "MatTable with MatTableDataSource and sort/pagination/filter should be able to filter the table contents": { "error": "TypeError: Cannot read property 'length' of undefined",