Skip to content

Commit 2b222f2

Browse files
TypeScript Botweswigham
authored andcommitted
Update user baselines (#18)
1 parent 659e687 commit 2b222f2

File tree

3 files changed

+0
-84
lines changed

3 files changed

+0
-84
lines changed

tests/baselines/reference/docker/azure-sdk.log

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
Exit Code: 1
22
Standard output:
33

4-
54
Rush Multi-Project Build Tool 5.7.3 - https://rushjs.io
6-
7-
85
Starting "rush rebuild"
9-
106
Executing a maximum of 1 simultaneous processes...
11-
127
[@azure/cosmos] started
138
XX of XX: [@azure/cosmos] completed successfully in ? seconds
149
[@azure/service-bus] started
@@ -44,7 +39,6 @@ XX of XX: [@azure/keyvault-keys] completed successfully in ? seconds
4439
[@azure/keyvault-secrets] started
4540
XX of XX: [@azure/keyvault-secrets] completed successfully in ? seconds
4641
[@azure/core-amqp] started
47-
4842
SUCCESS (16)
4943
================================
5044
@azure/abort-controller (? seconds)
@@ -64,18 +58,15 @@ SUCCESS (16)
6458
@azure/template (? seconds)
6559
testhub (? seconds)
6660
================================
67-
6861
SUCCESS WITH WARNINGS (1)
6962
================================
7063
@azure/service-bus (? seconds)
7164
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
7265
================================
73-
7466
BLOCKED (1)
7567
================================
7668
@azure/event-hubs
7769
================================
78-
7970
FAILURE (1)
8071
================================
8172
@azure/core-amqp (? seconds)
@@ -85,8 +76,6 @@ src/errors.ts(586,20): error TS7053: Element implicitly has an 'any' type becaus
8576
src/errors.ts(607,34): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof SystemErrorConditionMapper'.
8677
src/errors.ts(608,20): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof ConditionErrorNameMapper'.
8778
================================
88-
89-
9079
Error: Project(s) failed to build
9180
rush rebuild - Errors! ( ? seconds)
9281

@@ -95,7 +84,6 @@ rush rebuild - Errors! ( ? seconds)
9584
Standard error:
9685
Your version of Node.js (12.4.0) has not been tested with this release of Rush. The Rush team will not accept issue reports for it. Please consider upgrading Rush or downgrading Node.js.
9786
XX of XX: [@azure/service-bus] completed with warnings in ? seconds
98-
9987
XX of XX: [@azure/core-amqp] failed to build!
10088
XX of XX: [@azure/event-hubs] blocked by [@azure/core-amqp]!
10189
[@azure/core-amqp] Returned error code: 2

tests/baselines/reference/docker/office-ui-fabric.log

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
Exit Code: 1
22
Standard output:
33

4-
54
Rush Multi-Project Build Tool 5.6.0 - https://rushjs.io
6-
7-
85
Starting "rush rebuild"
9-
106
Executing a maximum of 1 simultaneous processes...
11-
127
[@uifabric/prettier-rules] started
138
XX of XX: [@uifabric/prettier-rules] completed successfully in ? seconds
149
[@uifabric/tslint-rules] started
@@ -36,228 +31,176 @@ XX of XX: [@uifabric/file-type-icons] completed successfully in ? seconds
3631
[@uifabric/foundation] started
3732
ts-jest[versions] (WARN) Version X.X.X-insiders.xxxxxxxx of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=2.7.0 <4.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
3833
● createFactory › passes componentProps without userProps
39-
4034
RangeError: Invalid array length
41-
4235
189 | for (const props of allProps) {
4336
190 | classNames.push(props && props.className);
4437
> 191 | assign(finalProps, ...(props as any));
4538
| ^
4639
192 | }
4740
193 |
4841
194 | finalProps.className = mergeStyles(defaultStyles, classNames);
49-
5042
at Object.__spreadArrays (../../common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.js:182:22)
5143
at _constructFinalProps (src/slots.tsx:191:11)
5244
at result (src/slots.tsx:88:24)
5345
at Object.<anonymous> (src/slots.test.tsx:205:73)
54-
5546
● createFactory › passes userProp string as child
56-
5747
RangeError: Invalid array length
58-
5948
189 | for (const props of allProps) {
6049
190 | classNames.push(props && props.className);
6150
> 191 | assign(finalProps, ...(props as any));
6251
| ^
6352
192 | }
6453
193 |
6554
194 | finalProps.className = mergeStyles(defaultStyles, classNames);
66-
6755
at Object.__spreadArrays (../../common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.js:182:22)
6856
at _constructFinalProps (src/slots.tsx:191:11)
6957
at result (src/slots.tsx:88:24)
7058
at Object.<anonymous> (src/slots.test.tsx:210:76)
71-
7259
● createFactory › passes userProp integer as child
73-
7460
RangeError: Invalid array length
75-
7661
189 | for (const props of allProps) {
7762
190 | classNames.push(props && props.className);
7863
> 191 | assign(finalProps, ...(props as any));
7964
| ^
8065
192 | }
8166
193 |
8267
194 | finalProps.className = mergeStyles(defaultStyles, classNames);
83-
8468
at Object.__spreadArrays (../../common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.js:182:22)
8569
at _constructFinalProps (src/slots.tsx:191:11)
8670
at result (src/slots.tsx:88:24)
8771
at Object.<anonymous> (src/slots.test.tsx:220:76)
88-
8972
● createFactory › passes userProp string as defaultProp
90-
9173
RangeError: Invalid array length
92-
9374
189 | for (const props of allProps) {
9475
190 | classNames.push(props && props.className);
9576
> 191 | assign(finalProps, ...(props as any));
9677
| ^
9778
192 | }
9879
193 |
9980
194 | finalProps.className = mergeStyles(defaultStyles, classNames);
100-
10181
at Object.__spreadArrays (../../common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.js:182:22)
10282
at _constructFinalProps (src/slots.tsx:191:11)
10383
at result (src/slots.tsx:88:24)
10484
at Object.<anonymous> (src/slots.test.tsx:225:92)
105-
10685
● createFactory › passes userProp integer as defaultProp
107-
10886
RangeError: Invalid array length
109-
11087
189 | for (const props of allProps) {
11188
190 | classNames.push(props && props.className);
11289
> 191 | assign(finalProps, ...(props as any));
11390
| ^
11491
192 | }
11592
193 |
11693
194 | finalProps.className = mergeStyles(defaultStyles, classNames);
117-
11894
at Object.__spreadArrays (../../common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.js:182:22)
11995
at _constructFinalProps (src/slots.tsx:191:11)
12096
at result (src/slots.tsx:88:24)
12197
at Object.<anonymous> (src/slots.test.tsx:235:92)
122-
12398
● createFactory › merges userProps over componentProps
124-
12599
RangeError: Invalid array length
126-
127100
189 | for (const props of allProps) {
128101
190 | classNames.push(props && props.className);
129102
> 191 | assign(finalProps, ...(props as any));
130103
| ^
131104
192 | }
132105
193 |
133106
194 | finalProps.className = mergeStyles(defaultStyles, classNames);
134-
135107
at Object.__spreadArrays (../../common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.js:182:22)
136108
at _constructFinalProps (src/slots.tsx:191:11)
137109
at result (src/slots.tsx:88:24)
138110
at Object.<anonymous> (src/slots.test.tsx:245:84)
139-
140111
● createFactory › renders div and userProp integer as children
141-
142112
RangeError: Invalid array length
143-
144113
189 | for (const props of allProps) {
145114
190 | classNames.push(props && props.className);
146115
> 191 | assign(finalProps, ...(props as any));
147116
| ^
148117
192 | }
149118
193 |
150119
194 | finalProps.className = mergeStyles(defaultStyles, classNames);
151-
152120
at Object.__spreadArrays (../../common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.js:182:22)
153121
at _constructFinalProps (src/slots.tsx:191:11)
154122
at result (src/slots.tsx:88:24)
155123
at Object.<anonymous> (src/slots.test.tsx:255:86)
156-
157124
● createFactory › renders div and userProp string as children
158-
159125
RangeError: Invalid array length
160-
161126
189 | for (const props of allProps) {
162127
190 | classNames.push(props && props.className);
163128
> 191 | assign(finalProps, ...(props as any));
164129
| ^
165130
192 | }
166131
193 |
167132
194 | finalProps.className = mergeStyles(defaultStyles, classNames);
168-
169133
at Object.__spreadArrays (../../common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.js:182:22)
170134
at _constructFinalProps (src/slots.tsx:191:11)
171135
at result (src/slots.tsx:88:24)
172136
at Object.<anonymous> (src/slots.test.tsx:266:86)
173-
174137
● createFactory › renders userProp span function without component props
175-
176138
RangeError: Invalid array length
177-
178139
189 | for (const props of allProps) {
179140
190 | classNames.push(props && props.className);
180141
> 191 | assign(finalProps, ...(props as any));
181142
| ^
182143
192 | }
183144
193 |
184145
194 | finalProps.className = mergeStyles(defaultStyles, classNames);
185-
186146
at Object.__spreadArrays (../../common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.js:182:22)
187147
at _constructFinalProps (src/slots.tsx:191:11)
188148
at result (src/slots.tsx:88:24)
189149
at Object.<anonymous> (src/slots.test.tsx:288:61)
190-
191150
● createFactory › renders userProp span function with component props
192-
193151
RangeError: Invalid array length
194-
195152
189 | for (const props of allProps) {
196153
190 | classNames.push(props && props.className);
197154
> 191 | assign(finalProps, ...(props as any));
198155
| ^
199156
192 | }
200157
193 |
201158
194 | finalProps.className = mergeStyles(defaultStyles, classNames);
202-
203159
at Object.__spreadArrays (../../common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.js:182:22)
204160
at _constructFinalProps (src/slots.tsx:191:11)
205161
at result (src/slots.tsx:88:24)
206162
at Object.<anonymous> (src/slots.test.tsx:301:61)
207-
208163
● createFactory › renders userProp span component with component props
209-
210164
RangeError: Invalid array length
211-
212165
189 | for (const props of allProps) {
213166
190 | classNames.push(props && props.className);
214167
> 191 | assign(finalProps, ...(props as any));
215168
| ^
216169
192 | }
217170
193 |
218171
194 | finalProps.className = mergeStyles(defaultStyles, classNames);
219-
220172
at Object.__spreadArrays (../../common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.js:182:22)
221173
at _constructFinalProps (src/slots.tsx:191:11)
222174
at result (src/slots.tsx:88:24)
223175
at Object.<anonymous> (src/slots.test.tsx:314:61)
224-
225176
● createFactory › passes props and type arguments to userProp function
226-
227177
RangeError: Invalid array length
228-
229178
189 | for (const props of allProps) {
230179
190 | classNames.push(props && props.className);
231180
> 191 | assign(finalProps, ...(props as any));
232181
| ^
233182
192 | }
234183
193 |
235184
194 | finalProps.className = mergeStyles(defaultStyles, classNames);
236-
237185
at Object.__spreadArrays (../../common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.js:182:22)
238186
at _constructFinalProps (src/slots.tsx:191:11)
239187
at result (src/slots.tsx:88:24)
240188
at Object.<anonymous> (src/slots.test.tsx:334:43)
241-
242189
● getSlots › creates slots and passes merged props to them
243-
244190
RangeError: Invalid array length
245-
246191
189 | for (const props of allProps) {
247192
190 | classNames.push(props && props.className);
248193
> 191 | assign(finalProps, ...(props as any));
249194
| ^
250195
192 | }
251196
193 |
252197
194 | finalProps.className = mergeStyles(defaultStyles, classNames);
253-
254198
at Object.__spreadArrays (../../common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.js:182:22)
255199
at _constructFinalProps (src/slots.tsx:191:11)
256200
at result (src/slots.tsx:88:24)
257201
at _renderSlot (src/slots.tsx:221:100)
258202
at Object.slot [as testSlot1] (src/slots.tsx:142:16)
259203
at Object.<anonymous> (src/slots.test.tsx:399:24)
260-
261204
[XX:XX:XX XM] x Error detected while running 'jest'
262205
[XX:XX:XX XM] x ------------------------------------
263206
[XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node /office-ui-fabric-react/common/temp/node_modules/jest/bin/jest.js --config /office-ui-fabric-react/packages/foundation/jest.config.js --passWithNoTests --colors
@@ -273,7 +216,6 @@ ts-jest[versions] (WARN) Version X.X.X-insiders.xxxxxxxx of typescript installed
273216
XX of XX: [@uifabric/icons] completed successfully in ? seconds
274217
[@uifabric/webpack-utils] started
275218
XX of XX: [@uifabric/webpack-utils] completed successfully in ? seconds
276-
277219
SUCCESS (8)
278220
================================
279221
@uifabric/build (? seconds)
@@ -285,28 +227,21 @@ SUCCESS (8)
285227
@uifabric/tslint-rules (? seconds)
286228
@uifabric/webpack-utils (? seconds)
287229
================================
288-
289230
SUCCESS WITH WARNINGS (6)
290231
================================
291232
@uifabric/codepen-loader (? seconds)
292233
ts-jest[versions] (WARN) Version X.X.X-insiders.xxxxxxxx of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=2.7.0 <4.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
293-
294234
@uifabric/jest-serializer-merge-styles (? seconds)
295235
ts-jest[versions] (WARN) Version X.X.X-insiders.xxxxxxxx of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=2.7.0 <4.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
296-
297236
@uifabric/merge-styles (? seconds)
298237
ts-jest[versions] (WARN) Version X.X.X-insiders.xxxxxxxx of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=2.7.0 <4.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
299-
300238
@uifabric/set-version (? seconds)
301239
ts-jest[versions] (WARN) Version X.X.X-insiders.xxxxxxxx of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=2.7.0 <4.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
302-
303240
@uifabric/styling (? seconds)
304241
ts-jest[versions] (WARN) Version X.X.X-insiders.xxxxxxxx of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=2.7.0 <4.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
305-
306242
@uifabric/utilities (? seconds)
307243
ts-jest[versions] (WARN) Version X.X.X-insiders.xxxxxxxx of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=2.7.0 <4.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
308244
================================
309-
310245
BLOCKED (27)
311246
================================
312247
@uifabric/api-docs
@@ -337,14 +272,12 @@ theming-designer
337272
todo-app
338273
vr-tests
339274
================================
340-
341275
FAILURE (1)
342276
================================
343277
@uifabric/foundation (? seconds)
344278
ts-jest[versions] (WARN) Version X.X.X-insiders.xxxxxxxx of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=2.7.0 <4.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
345279
● createFactory › passes componentProps without userProps
346280
RangeError: Invalid array length
347-
348281
189 | for (const props of allProps) {
349282
190 | classNames.push(props && props.className);
350283
> 191 | assign(finalProps, ...(props as any));
@@ -354,7 +287,6 @@ ts-jest[versions] (WARN) Version X.X.X-insiders.xxxxxxxx of typescript installed
354287
[...179 lines omitted...]
355288
193 |
356289
194 | finalProps.className = mergeStyles(defaultStyles, classNames);
357-
358290
at Object.__spreadArrays (../../common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.js:182:22)
359291
at _constructFinalProps (src/slots.tsx:191:11)
360292
at result (src/slots.tsx:88:24)
@@ -373,8 +305,6 @@ ts-jest[versions] (WARN) Version X.X.X-insiders.xxxxxxxx of typescript installed
373305
[XX:XX:XX XM] x finished 'build' in ?s with errors
374306
[XX:XX:XX XM] x Error previously detected. See above for error messages.
375307
================================
376-
377-
378308
Error: Project(s) failed to build
379309
rush rebuild - Errors! ( ? seconds)
380310

@@ -388,7 +318,6 @@ XX of XX: [@uifabric/merge-styles] completed with warnings in ? seconds
388318
XX of XX: [@uifabric/jest-serializer-merge-styles] completed with warnings in ? seconds
389319
XX of XX: [@uifabric/utilities] completed with warnings in ? seconds
390320
XX of XX: [@uifabric/styling] completed with warnings in ? seconds
391-
392321
XX of XX: [@uifabric/foundation] failed to build!
393322
XX of XX: [@uifabric/experiments] blocked by [@uifabric/foundation]!
394323
XX of XX: [@uifabric/fabric-website] blocked by [@uifabric/foundation]!

tests/baselines/reference/docker/xterm.js.log

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ Standard output:
66

77

88

9-
109
Standard error:

0 commit comments

Comments
 (0)