ANGLE reports driver version and date even in sanitized RENDERER string
Categories
(Core :: Graphics: CanvasWebGL, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
Details
Attachments
(2 files)
This happened in the newest ANGLE update, and is the exact opposite of what we're trying to do with RENDERER now!
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Comment 3•4 years ago
•
|
||
Backed out for causing gtest failures on Logging.h
- Backout link
- Push with failures
- Failure Log
- Failure log 2
- Failure line: Assertion failure: [GFX1]: Failed to parse ANGLE renderer: ANGLE (Radeon RX Vega Direct3D11 vs_5_0 ps_5_0), at /builds/worker/workspace/obj-build/dist/include/mozilla/gfx/Logging.h:751
- Failure line 2: TEST-UNEXPECTED-FAIL | SanitizeRenderer.TestAngleVega | Expected equality of these values:
Comment 5•4 years ago
|
||
Backed out for causing bustage on SanitizeRenderer.cpp
-
backout: https://hg.mozilla.org/integration/autoland/rev/e9849da87985087ece7a8468f22297824fa5144f
-
failure log: https://treeherder.mozilla.org/logviewer?job_id=360745451&repo=autoland&lineNumber=9003
[task 2021-12-10T03:41:25.367Z] 03:41:25 INFO - In file included from Unified_cpp_dom_canvas0.cpp:128:
[task 2021-12-10T03:41:25.367Z] 03:41:25 ERROR - /builds/worker/checkouts/gecko/dom/canvas/SanitizeRenderer.cpp:135:5: error: non-void lambda does not return a value in all control paths [-Werror,-Wreturn-type]
[task 2021-12-10T03:41:25.367Z] 03:41:25 INFO - });
[task 2021-12-10T03:41:25.367Z] 03:41:25 INFO - ^
[task 2021-12-10T03:41:25.367Z] 03:41:25 INFO - 1 error generated.
[task 2021-12-10T03:41:25.367Z] 03:41:25 ERROR - gmake[4]: *** [/builds/worker/checkouts/gecko/config/rules.mk:662: Unified_cpp_dom_canvas0.o] Error 1
[task 2021-12-10T03:41:25.367Z] 03:41:25 INFO - gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/dom/canvas'
[task 2021-12-10T03:41:25.367Z] 03:41:25 INFO - gmake[4]: *** Waiting for unfinished jobs....
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Comment 8•4 years ago
|
||
Backed out changeset ae702cad9bd4 (Bug 1743734) for causing mochitest failures on test_renderer_strings.html.
Backout link
Push with failures
Failure Log
Assignee | ||
Comment 9•4 years ago
|
||
In particular expectations for (unmasked,masked) renderer on CI, and add
gtests for the renderer strings we know we'll see on CI.
This way we can run ./mach gtest SanitizeRenderer*
locally and be sure
this test won't fall apart on CI's various renderers.
Comment 10•4 years ago
|
||
![]() |
||
Comment 11•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/795007fcea32
https://hg.mozilla.org/mozilla-central/rev/28a6eeb405aa
Assignee | ||
Updated•4 years ago
|
Description
•