1
1
/**
2
2
* @license
3
- * Copyright Google Inc. All Rights Reserved.
3
+ * Copyright Google LLC All Rights Reserved.
4
4
*
5
5
* Use of this source code is governed by an MIT-style license that can be
6
6
* found in the LICENSE file at https://angular.io/license
@@ -34,11 +34,11 @@ var CIconfiguration = {
34
34
'Android10' : { unitTest : { target : 'SL' , required : true } , e2e : { target : null , required : true } } ,
35
35
// Disable all Safari and iOS tests because of incorrect results
36
36
// ex:
37
- // Mobile Safari 13.0.0 (iOS 13.0.0) styling static template only should capture static values in TStylingKey FAILED
38
- // Expected $.content = 'dynamic' to equal '"dynamic"'.
39
- // Mobile Safari 12.0.0 (iOS 12.0.0) styling should handle values wrapped into SafeValue FAILED
40
- // Expected 'url("http://angular-ci.local:9876/1.png")' to contain 'url("/1.png")'.s
41
- // Tracking in: https://github.com/angular/angular/issues/36975
37
+ // Mobile Safari 13.0.0 (iOS 13.0.0) styling static template only should capture static values in
38
+ // TStylingKey FAILED Expected $.content = 'dynamic' to equal '"dynamic"'. Mobile Safari 12.0.0
39
+ // (iOS 12.0.0) styling should handle values wrapped into SafeValue FAILED Expected
40
+ // 'url("http://angular-ci.local:9876/1.png")' to contain 'url("/1.png")'.s Tracking in:
41
+ // https://github.com/angular/angular/issues/36975
42
42
'Safari12' : { unitTest : { target : 'SL' , required : false } , e2e : { target : null , required : true } } ,
43
43
'Safari13' : { unitTest : { target : 'SL' , required : false } , e2e : { target : null , required : true } } ,
44
44
'iOS12' : { unitTest : { target : 'SL' , required : false } , e2e : { target : null , required : true } } ,
@@ -152,17 +152,12 @@ var sauceAliases = {
152
152
return customLaunchers [ item ] . base == 'SauceLabs' ;
153
153
} ) ,
154
154
'DESKTOP' : [
155
- 'SL_CHROME' , 'SL_FIREFOX' , 'SL_IE9' , 'SL_IE10' , 'SL_IE11' , 'SL_EDGE' , 'SL_SAFARI12' , 'SL_SAFARI13' , 'SL_FIREFOXESR'
156
- ] ,
157
- 'MOBILE' : [
158
- 'SL_ANDROID7' , 'SL_ANDROID8' , 'SL_ANDROID9' , 'SL_ANDROID10' , 'SL_IOS12' , 'SL_IOS13'
159
- ] ,
160
- 'ANDROID' : [
161
- 'SL_ANDROID7' , 'SL_ANDROID8' , 'SL_ANDROID9' , 'SL_ANDROID10'
162
- ] ,
163
- 'FIREFOX' : [
164
- 'SL_FIREFOXESR'
155
+ 'SL_CHROME' , 'SL_FIREFOX' , 'SL_IE9' , 'SL_IE10' , 'SL_IE11' , 'SL_EDGE' , 'SL_SAFARI12' ,
156
+ 'SL_SAFARI13' , 'SL_FIREFOXESR'
165
157
] ,
158
+ 'MOBILE' : [ 'SL_ANDROID7' , 'SL_ANDROID8' , 'SL_ANDROID9' , 'SL_ANDROID10' , 'SL_IOS12' , 'SL_IOS13' ] ,
159
+ 'ANDROID' : [ 'SL_ANDROID7' , 'SL_ANDROID8' , 'SL_ANDROID9' , 'SL_ANDROID10' ] ,
160
+ 'FIREFOX' : [ 'SL_FIREFOXESR' ] ,
166
161
'IE' : [ 'SL_IE9' , 'SL_IE10' , 'SL_IE11' ] ,
167
162
'IOS' : [ 'SL_IOS12' , 'SL_IOS13' ] ,
168
163
'SAFARI' : [ 'SL_SAFARI12' , 'SL_SAFARI13' ] ,
@@ -177,11 +172,14 @@ var browserstackAliases = {
177
172
return customLaunchers [ item ] . base == 'BrowserStack' ;
178
173
} ) ,
179
174
'DESKTOP' : [
180
- 'BS_CHROME' , 'BS_FIREFOX' , 'BS_IE9' , 'BS_IE10' , 'BS_IE11' , 'BS_EDGE' ,
181
- ] ,
182
- 'MOBILE' : [
183
- 'BS_ANDROID7' , 'BS_WINDOWSPHONE'
175
+ 'BS_CHROME' ,
176
+ 'BS_FIREFOX' ,
177
+ 'BS_IE9' ,
178
+ 'BS_IE10' ,
179
+ 'BS_IE11' ,
180
+ 'BS_EDGE' ,
184
181
] ,
182
+ 'MOBILE' : [ 'BS_ANDROID7' , 'BS_WINDOWSPHONE' ] ,
185
183
'ANDROID' : [ 'BS_ANDROID7' ] ,
186
184
'IE' : [ 'BS_IE9' , 'BS_IE10' , 'BS_IE11' ] ,
187
185
'IOS' : [ ] ,
0 commit comments