2019-01-14 20:47:39 -05:00
|
|
|
/**
|
|
|
|
* @license
|
|
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
2019-02-05 13:48:18 -05:00
|
|
|
* Blocklist of unit tests from angular/material2 with ivy that are skipped when running on
|
|
|
|
* angular/angular. As bugs are resolved, items should be removed from this blocklist.
|
2019-01-14 20:47:39 -05:00
|
|
|
*
|
|
|
|
* The `notes` section should be used to keep track of specific issues associated with the failures.
|
|
|
|
*/
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
// tslint:disable
|
|
|
|
|
2019-02-05 13:48:18 -05:00
|
|
|
window.testBlocklist = {
|
2019-02-20 17:45:41 -05:00
|
|
|
"MatSidenav should be fixed position when in fixed mode": {
|
2019-03-19 21:53:22 -04:00
|
|
|
"error": "Error: Expected ng-tns-c380-0 ng-trigger ng-trigger-transform mat-drawer mat-sidenav mat-drawer-over ng-star-inserted to contain 'mat-sidenav-fixed'.",
|
2019-03-04 19:35:42 -05:00
|
|
|
"notes": "FW-1132: Host class bindings don't work if super class has host class bindings"
|
2019-02-20 17:45:41 -05:00
|
|
|
},
|
|
|
|
"MatSidenav should set fixed bottom and top when in fixed mode": {
|
|
|
|
"error": "Error: Expected '' to be '20px'.",
|
2019-03-04 19:35:42 -05:00
|
|
|
"notes": "FW-1132: Host class bindings don't work if super class has host class bindings"
|
2019-01-14 20:47:39 -05:00
|
|
|
}
|
2019-02-07 18:00:22 -05:00
|
|
|
};
|
2019-03-18 13:35:40 -04:00
|
|
|
// clang-format on
|