1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355 |
+ cd gio
+ go test -v ./...
go: downloading golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3
go: downloading golang.org/x/image v0.0.0-20200618115811-c13761719519
go: downloading golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
go: downloading golang.org/x/text v0.3.0
? gioui.org/app [no test files]
=== RUN TestFramebufferClear
TestFramebufferClear: backend_test.go:167: no context available: eglInitialize failed: 0x3001
--- SKIP: TestFramebufferClear (0.00s)
=== RUN TestSimpleShader
TestSimpleShader: backend_test.go:167: no context available: eglInitialize failed: 0x3001
--- SKIP: TestSimpleShader (0.00s)
=== RUN TestInputShader
TestInputShader: backend_test.go:167: no context available: eglInitialize failed: 0x3001
--- SKIP: TestInputShader (0.00s)
=== RUN TestFramebuffers
TestFramebuffers: backend_test.go:167: no context available: eglInitialize failed: 0x3001
--- SKIP: TestFramebuffers (0.00s)
=== RUN TestHeadless
TestHeadless: headless_test.go:18: headless windows not supported: eglInitialize failed: 0x3001
--- SKIP: TestHeadless (0.00s)
=== RUN TestClipping
TestClipping: headless_test.go:44: headless windows not supported: eglInitialize failed: 0x3001
--- SKIP: TestClipping (0.00s)
=== RUN TestDepth
TestDepth: headless_test.go:99: headless windows not supported: eglInitialize failed: 0x3001
--- SKIP: TestDepth (0.00s)
PASS
ok gioui.org/app/headless 0.027s
? gioui.org/app/internal/egl [no test files]
? gioui.org/app/internal/log [no test files]
? gioui.org/app/internal/srgb [no test files]
? gioui.org/app/internal/window [no test files]
? gioui.org/app/internal/xkb [no test files]
? gioui.org/app/permission [no test files]
? gioui.org/app/permission/bluetooth [no test files]
? gioui.org/app/permission/camera [no test files]
? gioui.org/app/permission/storage [no test files]
=== RUN TestTransformOffset
--- PASS: TestTransformOffset (0.00s)
=== RUN TestTransformScale
--- PASS: TestTransformScale (0.00s)
=== RUN TestTransformRotate
--- PASS: TestTransformRotate (0.00s)
=== RUN TestTransformShear
--- PASS: TestTransformShear (0.00s)
=== RUN TestTransformMultiply
--- PASS: TestTransformMultiply (0.00s)
=== RUN TestPrimes
--- PASS: TestPrimes (0.00s)
=== RUN TestTransformScaleAround
--- PASS: TestTransformScaleAround (0.00s)
=== RUN TestTransformRotateAround
--- PASS: TestTransformRotateAround (0.00s)
=== RUN TestMulOrder
--- PASS: TestMulOrder (0.00s)
PASS
ok gioui.org/f32 0.010s
? gioui.org/font/gofont [no test files]
=== RUN TestCollectionAsFace
--- PASS: TestCollectionAsFace (0.00s)
=== RUN TestEmptyString
--- PASS: TestEmptyString (0.00s)
PASS
ok gioui.org/font/opentype 0.010s
=== RUN TestMouseClicks
=== RUN TestMouseClicks/single_click
=== RUN TestMouseClicks/double_click
=== RUN TestMouseClicks/two_single_clicks
--- PASS: TestMouseClicks (0.00s)
--- PASS: TestMouseClicks/single_click (0.00s)
--- PASS: TestMouseClicks/double_click (0.00s)
--- PASS: TestMouseClicks/two_single_clicks (0.00s)
PASS
ok gioui.org/gesture 0.011s
? gioui.org/gpu [no test files]
? gioui.org/gpu/backend [no test files]
? gioui.org/gpu/gl [no test files]
? gioui.org/internal/cmd/convertshaders [no test files]
=== RUN TestNRGBAToRGBA_PostAlpha_Boundary
--- PASS: TestNRGBAToRGBA_PostAlpha_Boundary (0.00s)
=== RUN TestNRGBAToLinearRGBA_Boundary
--- PASS: TestNRGBAToLinearRGBA_Boundary (0.01s)
=== RUN TestLinearToRGBARoundtrip
--- PASS: TestLinearToRGBARoundtrip (0.02s)
PASS
ok gioui.org/internal/f32color 0.044s
=== RUN TestDecomposeQR
--- PASS: TestDecomposeQR (0.00s)
=== RUN TestFit
--- PASS: TestFit (0.00s)
PASS
ok gioui.org/internal/fling 0.019s
? gioui.org/internal/glimpl [no test files]
? gioui.org/internal/opconst [no test files]
? gioui.org/internal/ops [no test files]
=== RUN TestPaintRect
TestPaintRect: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestPaintRect (0.00s)
=== RUN TestPaintClippedRect
TestPaintClippedRect: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestPaintClippedRect (0.00s)
=== RUN TestPaintClippedBorder
TestPaintClippedBorder: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestPaintClippedBorder (0.00s)
=== RUN TestPaintClippedCircle
TestPaintClippedCircle: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestPaintClippedCircle (0.00s)
=== RUN TestPaintArc
TestPaintArc: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestPaintArc (0.00s)
=== RUN TestPaintAbsolute
TestPaintAbsolute: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestPaintAbsolute (0.00s)
=== RUN TestPaintTexture
TestPaintTexture: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestPaintTexture (0.00s)
=== RUN TestPaintClippedTexture
TestPaintClippedTexture: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestPaintClippedTexture (0.00s)
=== RUN TestStrokedPathBevelFlat
TestStrokedPathBevelFlat: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestStrokedPathBevelFlat (0.00s)
=== RUN TestStrokedPathBevelRound
TestStrokedPathBevelRound: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestStrokedPathBevelRound (0.00s)
=== RUN TestStrokedPathBevelSquare
TestStrokedPathBevelSquare: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestStrokedPathBevelSquare (0.00s)
=== RUN TestStrokedPathRoundRound
TestStrokedPathRoundRound: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestStrokedPathRoundRound (0.00s)
=== RUN TestStrokedPathFlatMiter
TestStrokedPathFlatMiter: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestStrokedPathFlatMiter (0.00s)
=== RUN TestStrokedPathFlatMiterInf
TestStrokedPathFlatMiterInf: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestStrokedPathFlatMiterInf (0.00s)
=== RUN TestStrokedPathZeroWidth
TestStrokedPathZeroWidth: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestStrokedPathZeroWidth (0.00s)
=== RUN TestDashedPathFlatCapEllipse
TestDashedPathFlatCapEllipse: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestDashedPathFlatCapEllipse (0.00s)
=== RUN TestDashedPathFlatCapZ
TestDashedPathFlatCapZ: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestDashedPathFlatCapZ (0.00s)
=== RUN TestDashedPathFlatCapZNoDash
TestDashedPathFlatCapZNoDash: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestDashedPathFlatCapZNoDash (0.00s)
=== RUN TestDashedPathFlatCapZNoPath
TestDashedPathFlatCapZNoPath: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestDashedPathFlatCapZNoPath (0.00s)
=== RUN TestTransformMacro
TestTransformMacro: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestTransformMacro (0.00s)
=== RUN TestRepeatedPaintsZ
TestRepeatedPaintsZ: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestRepeatedPaintsZ (0.00s)
=== RUN TestNoClipFromPaint
TestNoClipFromPaint: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestNoClipFromPaint (0.00s)
=== RUN TestDeferredPaint
TestDeferredPaint: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestDeferredPaint (0.00s)
=== RUN TestReuseStencil
TestReuseStencil: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestReuseStencil (0.00s)
=== RUN TestBuildOffscreen
TestBuildOffscreen: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestBuildOffscreen (0.00s)
=== RUN TestNegativeOverlaps
TestNegativeOverlaps: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestNegativeOverlaps (0.00s)
=== RUN TestLinearGradient
TestLinearGradient: render_test.go:240: linear gradients don't support transformations
--- SKIP: TestLinearGradient (0.00s)
=== RUN TestLinearGradientAngled
TestLinearGradientAngled: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestLinearGradientAngled (0.00s)
=== RUN TestPaintOffset
TestPaintOffset: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestPaintOffset (0.00s)
=== RUN TestPaintRotate
TestPaintRotate: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestPaintRotate (0.00s)
=== RUN TestPaintShear
TestPaintShear: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestPaintShear (0.00s)
=== RUN TestClipPaintOffset
TestClipPaintOffset: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestClipPaintOffset (0.00s)
=== RUN TestClipOffset
TestClipOffset: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestClipOffset (0.00s)
=== RUN TestClipScale
TestClipScale: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestClipScale (0.00s)
=== RUN TestClipRotate
TestClipRotate: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestClipRotate (0.00s)
=== RUN TestOffsetTexture
TestOffsetTexture: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestOffsetTexture (0.00s)
=== RUN TestOffsetScaleTexture
TestOffsetScaleTexture: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestOffsetScaleTexture (0.00s)
=== RUN TestRotateTexture
TestRotateTexture: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestRotateTexture (0.00s)
=== RUN TestRotateClipTexture
TestRotateClipTexture: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestRotateClipTexture (0.00s)
=== RUN TestComplicatedTransform
TestComplicatedTransform: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestComplicatedTransform (0.00s)
=== RUN TestTransformOrder
TestTransformOrder: util_test.go:254: failed to create headless window, skipping: eglInitialize failed: 0x3001
--- SKIP: TestTransformOrder (0.00s)
PASS
ok gioui.org/internal/rendertest 0.126s
=== RUN TestGoString
--- PASS: TestGoString (0.00s)
PASS
ok gioui.org/internal/unsafe 0.010s
? gioui.org/io/clipboard [no test files]
? gioui.org/io/event [no test files]
? gioui.org/io/key [no test files]
? gioui.org/io/pointer [no test files]
? gioui.org/io/profile [no test files]
=== RUN TestClipboardDuplicateEvent
--- PASS: TestClipboardDuplicateEvent (0.00s)
=== RUN TestQueueProcessReadClipboard
--- PASS: TestQueueProcessReadClipboard (0.00s)
=== RUN TestQueueProcessWriteClipboard
--- PASS: TestQueueProcessWriteClipboard (0.00s)
=== RUN TestKeyWakeup
--- PASS: TestKeyWakeup (0.00s)
=== RUN TestKeyMultiples
--- PASS: TestKeyMultiples (0.00s)
=== RUN TestKeyStacked
--- PASS: TestKeyStacked (0.00s)
=== RUN TestKeySoftKeyboardNoFocus
--- PASS: TestKeySoftKeyboardNoFocus (0.00s)
=== RUN TestKeyRemoveFocus
--- PASS: TestKeyRemoveFocus (0.00s)
=== RUN TestKeyFocusedInvisible
--- PASS: TestKeyFocusedInvisible (0.00s)
=== RUN TestPointerWakeup
--- PASS: TestPointerWakeup (0.00s)
=== RUN TestPointerDrag
--- PASS: TestPointerDrag (0.00s)
=== RUN TestPointerMove
--- PASS: TestPointerMove (0.00s)
=== RUN TestPointerTypes
--- PASS: TestPointerTypes (0.00s)
=== RUN TestPointerPriority
--- PASS: TestPointerPriority (0.00s)
=== RUN TestPointerEnterLeave
--- PASS: TestPointerEnterLeave (0.00s)
=== RUN TestMultipleAreas
--- PASS: TestMultipleAreas (0.00s)
=== RUN TestPointerEnterLeaveNested
--- PASS: TestPointerEnterLeaveNested (0.00s)
=== RUN TestPointerActiveInputDisappears
--- PASS: TestPointerActiveInputDisappears (0.00s)
=== RUN TestMultitouch
--- PASS: TestMultitouch (0.00s)
=== RUN TestCursorNameOp
=== RUN TestCursorNameOp/move_inside
=== RUN TestCursorNameOp/move_outside
=== RUN TestCursorNameOp/move_back_inside
=== RUN TestCursorNameOp/send_key_events_while_inside
=== RUN TestCursorNameOp/send_key_events_while_outside
=== RUN TestCursorNameOp/add_new_input_on_top_while_inside
=== RUN TestCursorNameOp/remove_input_on_top_while_inside
--- PASS: TestCursorNameOp (0.00s)
--- PASS: TestCursorNameOp/move_inside (0.00s)
--- PASS: TestCursorNameOp/move_outside (0.00s)
--- PASS: TestCursorNameOp/move_back_inside (0.00s)
--- PASS: TestCursorNameOp/send_key_events_while_inside (0.00s)
--- PASS: TestCursorNameOp/send_key_events_while_outside (0.00s)
--- PASS: TestCursorNameOp/add_new_input_on_top_while_inside (0.00s)
--- PASS: TestCursorNameOp/remove_input_on_top_while_inside (0.00s)
PASS
ok gioui.org/io/router 0.034s
? gioui.org/io/system [no test files]
=== RUN TestStackAllocs
--- PASS: TestStackAllocs (0.02s)
=== RUN TestFlexAllocs
--- PASS: TestFlexAllocs (0.03s)
=== RUN TestStack
--- PASS: TestStack (0.00s)
=== RUN TestListPosition
=== RUN TestListPosition/no_item
=== RUN TestListPosition/1_visible_0_hidden
=== RUN TestListPosition/2_visible_0_hidden
=== RUN TestListPosition/2_visible_1_hidden
=== RUN TestListPosition/3_visible_0_hidden_small_scroll
=== RUN TestListPosition/3_visible_0_hidden_small_scroll_2
=== RUN TestListPosition/2_visible_1_hidden_large_scroll
--- PASS: TestListPosition (0.00s)
--- PASS: TestListPosition/no_item (0.00s)
--- PASS: TestListPosition/1_visible_0_hidden (0.00s)
--- PASS: TestListPosition/2_visible_0_hidden (0.00s)
--- PASS: TestListPosition/2_visible_1_hidden (0.00s)
--- PASS: TestListPosition/3_visible_0_hidden_small_scroll (0.00s)
--- PASS: TestListPosition/3_visible_0_hidden_small_scroll_2 (0.00s)
--- PASS: TestListPosition/2_visible_1_hidden_large_scroll (0.00s)
=== RUN ExampleInset
--- PASS: ExampleInset (0.00s)
=== RUN ExampleDirection
--- PASS: ExampleDirection (0.00s)
=== RUN ExampleFlex
--- PASS: ExampleFlex (0.00s)
=== RUN ExampleStack
--- PASS: ExampleStack (0.00s)
=== RUN ExampleList
--- PASS: ExampleList (0.00s)
PASS
ok gioui.org/layout 0.070s
? gioui.org/op [no test files]
? gioui.org/op/clip [no test files]
? gioui.org/op/paint [no test files]
=== RUN TestLayoutLRU
--- PASS: TestLayoutLRU (0.00s)
=== RUN TestPathLRU
--- PASS: TestPathLRU (0.00s)
PASS
ok gioui.org/text 0.012s
? gioui.org/unit [no test files]
=== RUN TestEditor
--- PASS: TestEditor (0.00s)
=== RUN TestEditorDimensions
--- PASS: TestEditorDimensions (0.00s)
=== RUN TestEditorCaretConsistency
--- PASS: TestEditorCaretConsistency (0.01s)
=== RUN TestEditorMoveWord
--- PASS: TestEditorMoveWord (0.00s)
=== RUN TestEditorDeleteWord
--- PASS: TestEditorDeleteWord (0.00s)
=== RUN TestEditorNoLayout
--- PASS: TestEditorNoLayout (0.00s)
=== RUN TestSelect
--- PASS: TestSelect (0.02s)
=== RUN TestSelectMove
--- PASS: TestSelectMove (0.00s)
=== RUN TestIcon_Alpha
--- PASS: TestIcon_Alpha (0.00s)
=== RUN ExampleClickable_passthrough
--- PASS: ExampleClickable_passthrough (0.00s)
PASS
ok gioui.org/widget 0.045s
? gioui.org/widget/material [no test files]
|