Unverified Commit 1bd3058d authored by Oleksandr Karpovich's avatar Oleksandr Karpovich Committed by GitHub

Update skia to m126-d2aaacc35d-4 (#993)

parent d8b1f9e9
......@@ -2,7 +2,7 @@ kotlin.code.style=official
deploy.version=0.0.0
dependencies.skia=m126-d2aaacc35d-1
dependencies.skia=m126-d2aaacc35d-4
# you can override general skia dependencies by passing platform-specific property:
# dependencies.skia.android-arm64
......
......@@ -741,6 +741,8 @@ class SkiaLayerTest {
// SOFTWARE_COMPAT fails because it's just too slow
excludeRenderApis = listOf(GraphicsApi.SOFTWARE_COMPAT)
) {
assumeTrue(hostOs == OS.MacOS) // since the test has 'metal' in its name (it is flaky on Windows)
val renderTimes = mutableListOf<Long>()
val renderer = object: SkikoRenderDelegate {
override fun onRender(canvas: Canvas, width: Int, height: Int, nanoTime: Long) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment