Skip to content

undo temp fix for Linux color scheme #347

undo temp fix for Linux color scheme

undo temp fix for Linux color scheme #347

Triggered via push August 19, 2024 15:02
Status Failure
Total duration 1m 15s
Artifacts

mobile_tests.yml

on: push
Matrix: mobile_tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors
mobile_tests (1.19.x): test/canvas.go#L66
cannot use c (variable of type *canvas) as type fyne.Canvas in struct literal:
mobile_tests (1.19.x): test/canvas.go#L67
cannot use c (variable of type *canvas) as type WindowlessCanvas in return statement:
mobile_tests (1.19.x): test/canvas.go#L73
impossible type assertion: NewCanvas().(*canvas)
mobile_tests (1.19.x): test/canvas.go#L76
cannot use c (variable of type *canvas) as type WindowlessCanvas in return statement:
mobile_tests (1.19.x): test/canvas.go#L84
impossible type assertion: NewCanvasWithPainter(painter).(*canvas)
mobile_tests (1.19.x): test/canvas.go#L87
cannot use c (variable of type *canvas) as type WindowlessCanvas in return statement:
mobile_tests (1.19.x): test/canvas.go#L93
cannot use c (variable of type *canvas) as type fyne.Canvas in argument to scale.ToScreenCoordinate:
mobile_tests (1.19.x): test/canvas.go#L100
cannot use c (variable of type *canvas) as type fyne.Canvas in argument to c.painter.Paint:
mobile_tests (1.19.x): test/driver.go#L58
impossible type assertion: c.(*canvas)
mobile_tests (1.19.x): test/driver.go#L78
impossible type assertion: NewCanvas().(*canvas)
mobile_tests (1.21.x): test/canvas.go#L66
cannot use c (variable of type *canvas) as fyne.Canvas value in struct literal: *canvas does not implement fyne.Canvas (missing method SetOnMouseBack)
mobile_tests (1.21.x): test/canvas.go#L67
cannot use c (variable of type *canvas) as WindowlessCanvas value in return statement: *canvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
mobile_tests (1.21.x): test/canvas.go#L73
impossible type assertion: NewCanvas().(*canvas)
mobile_tests (1.21.x): test/canvas.go#L76
cannot use c (variable of type *canvas) as WindowlessCanvas value in return statement: *canvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
mobile_tests (1.21.x): test/canvas.go#L84
impossible type assertion: NewCanvasWithPainter(painter).(*canvas)
mobile_tests (1.21.x): test/canvas.go#L87
cannot use c (variable of type *canvas) as WindowlessCanvas value in return statement: *canvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
mobile_tests (1.21.x): test/canvas.go#L93
cannot use c (variable of type *canvas) as fyne.Canvas value in argument to scale.ToScreenCoordinate: *canvas does not implement fyne.Canvas (missing method SetOnMouseBack)
mobile_tests (1.21.x): test/canvas.go#L100
cannot use c (variable of type *canvas) as fyne.Canvas value in argument to c.painter.Paint: *canvas does not implement fyne.Canvas (missing method SetOnMouseBack)
mobile_tests (1.21.x): test/driver.go#L58
impossible type assertion: c.(*canvas)
mobile_tests (1.21.x): test/driver.go#L78
impossible type assertion: NewCanvas().(*canvas)