-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/engine
#27144Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionc: disabled testTracks the restoration of a disabled testTracks the restoration of a disabled teste: web_canvaskitCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for WebCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for Webengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specifically
Description
The Linux Web Engine builder is failing on every run in two unit tests: "CkCanvas sample Thai text" and "CkCanvas sample multilingual text"
From
https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20Web%20Engine/5735/overview
https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20Web%20Engine/5733/overview
https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20Web%20Engine/5734/overview
Golden file canvaskit_sample_text_thai.png did not match the image generated by the test.
(13.6528% of pixels were different. Maximum allowed rate is: 0.0000%).
You can view the test report in your browser by opening:
/b/s/w/ir/x/w/recipe_cleanup/builder/src/flutter/lib/web_ui/.dart_tool/test_results/canvaskit_sample_text_thai.report.html
To update the golden file call matchGoldenFile('canvaskit_sample_text_thai.png', write: true).
Golden file: /b/s/w/ir/x/w/recipe_cleanup/builder/src/flutter/lib/web_ui/.dart_tool/test_results/canvaskit_sample_text_thai.expected.png
Actual file: /b/s/w/ir/x/w/recipe_cleanup/builder/src/flutter/lib/web_ui/.dart_tool/test_results/canvaskit_sample_text_thai.actual.png
org-dartlang-sdk:///lib/_internal/js_runtime/lib/js_helper.dart 1111:37 Object.wrapException
org-dartlang-sdk:///lib/_internal/js_runtime/lib/js_helper.dart 1142:25 Object.throwExpression
/home/swarming/.pub-cache/hosted/pub.dartlang.org/test_api-0.4.1/lib/src/expect/expect.dart 137:31 Object.fail
../../../../../web_sdk/web_engine_tester/lib/golden_tester.dart 83:3 <fn>
org-dartlang-sdk:///lib/_internal/js_runtime/lib/async_patch.dart 317:19 _wrapJsFunctionForAsync.closure.$protected
org-dartlang-sdk:///lib/_internal/js_runtime/lib/async_patch.dart 342:23 _wrapJsFunctionForAsync.<fn>
org-dartlang-sdk:///lib/_internal/js_runtime/lib/async_patch.dart 293:19 _awaitOnObject.<fn>
org-dartlang-sdk:///lib/async/zone.dart 1436:39 StaticClosure._rootRunUnary
org-dartlang-sdk:///lib/async/zone.dart 1334:34 _CustomZone.runUnary
org-dartlang-sdk:///lib/async/future_impl.dart 160:18 _FutureListener.handleValue
Golden file canvaskit_sample_text_multilingual.png did not match the image generated by the test.
(3.4905% of pixels were different. Maximum allowed rate is: 0.0000%).
You can view the test report in your browser by opening:
/b/s/w/ir/x/w/recipe_cleanup/builder/src/flutter/lib/web_ui/.dart_tool/test_results/canvaskit_sample_text_multilingual.report.html
To update the golden file call matchGoldenFile('canvaskit_sample_text_multilingual.png', write: true).
Golden file: /b/s/w/ir/x/w/recipe_cleanup/builder/src/flutter/lib/web_ui/.dart_tool/test_results/canvaskit_sample_text_multilingual.expected.png
Actual file: /b/s/w/ir/x/w/recipe_cleanup/builder/src/flutter/lib/web_ui/.dart_tool/test_results/canvaskit_sample_text_multilingual.actual.png
org-dartlang-sdk:///lib/_internal/js_runtime/lib/js_helper.dart 1111:37 Object.wrapException
org-dartlang-sdk:///lib/_internal/js_runtime/lib/js_helper.dart 1142:25 Object.throwExpression
/home/swarming/.pub-cache/hosted/pub.dartlang.org/test_api-0.4.1/lib/src/expect/expect.dart 137:31 Object.fail
../../../../../web_sdk/web_engine_tester/lib/golden_tester.dart 83:3 <fn>
org-dartlang-sdk:///lib/_internal/js_runtime/lib/async_patch.dart 317:19 _wrapJsFunctionForAsync.closure.$protected
org-dartlang-sdk:///lib/_internal/js_runtime/lib/async_patch.dart 342:23 _wrapJsFunctionForAsync.<fn>
org-dartlang-sdk:///lib/_internal/js_runtime/lib/async_patch.dart 293:19 _awaitOnObject.<fn>
org-dartlang-sdk:///lib/async/zone.dart 1436:39 StaticClosure._rootRunUnary
org-dartlang-sdk:///lib/async/zone.dart 1334:34 _CustomZone.runUnary
org-dartlang-sdk:///lib/async/future_impl.dart 160:18 _FutureListener.handleValue
The failures started happening on flutter/engine@1a11c74, which is unrelated.
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionc: disabled testTracks the restoration of a disabled testTracks the restoration of a disabled teste: web_canvaskitCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for WebCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for Webengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specifically