Open
Bug 1429939
Opened 7 years ago
Updated 2 years ago
1,700 instances of "Robustness supported, strategy is not LOSE_CONTEXT_ON_RESET!" emitted from gfx/gl/GLContext.cpp during linux64 debug testing
Categories
(Core :: Graphics, defect, P5)
Core
Graphics
Tracking
()
NEW
People
(Reporter: erahm, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [gfx-noted])
> 1681 WARNING: Robustness supported, strategy is not LOSE_CONTEXT_ON_RESET!: file gfx/gl/GLContext.cpp, line 1042
This warning [1] shows up in the following test suites:
> 496 - test-linux64/debug-mochitest-webgl-e10s-1 gl1
> 438 - test-linux64/debug-mochitest-webgl-e10s-3 gl3
> 313 - test-linux64/debug-mochitest-webgl-e10s-2 gl2
> 168 - test-linux64/debug-reftest-stylo-e10s-4 Rs4
> 88 - test-linux64/debug-reftest-e10s-4 R4
> 85 - test-linux64/debug-reftest-no-accel-e10s-4 Ru4
> 24 - test-linux64/debug-mochitest-gpu-e10s gpu
> 8 - test-linux64/debug-mochitest-browser-chrome-e10s-12 bc12
> 6 - test-linux64/debug-mochitest-browser-chrome-e10s-4 bc4
> 6 - test-linux64/debug-crashtest-e10s C
> 4 - test-linux64/debug-mochitest-browser-chrome-e10s-14 bc14
> 4 - test-linux64/debug-web-platform-tests-reftests-e10s-3 Wr3
> 4 - test-linux64/debug-marionette-e10s Mn
> 4 - test-linux64/debug-mochitest-browser-chrome-e10s-1 bc1
> 3 - test-linux64/debug-reftest-e10s-7 R7
> 3 - test-linux64/debug-reftest-e10s-8 R8
> 3 - test-linux64/debug-reftest-e10s-6 R6
> 3 - test-linux64/debug-reftest-e10s-2 R2
> 3 - test-linux64/debug-mochitest-e10s-3 3
> 3 - test-linux64/debug-reftest-e10s-5 R5
> 3 - test-linux64/debug-reftest-e10s-1 R1
> 3 - test-linux64/debug-reftest-e10s-3 R3
> 2 - test-linux64/debug-firefox-ui-functional-local-e10s en-US
> 2 - test-linux64/debug-mochitest-browser-chrome-e10s-2 bc2
> 2 - test-linux64/debug-mochitest-browser-chrome-e10s-9 bc9
> 2 - test-linux64/debug-mochitest-browser-chrome-e10s-8 bc8
> 1 - test-linux64/debug-web-platform-tests-e10s-10 wpt10
It shows up in 899 tests. A few of the most prevalent:
> 65 - [e10s] dom/canvas/test/webgl-mochitest/test_backbuffer_channels.html
> 50 - [e10s] dom/canvas/test/webgl-conf/generated/test_conformance__context__context-creation.html
> 50 - [e10s] dom/canvas/test/webgl-conf/generated/test_conformance__context__context-eviction-with-garbage-collection.html
> 50 - [e10s] dom/canvas/test/webgl-conf/generated/test_conformance__context__context-creation-and-destruction.html
> 40 - [e10s] dom/canvas/test/webgl-mochitest/ensure-exts/test_common.html
> 27 - [e10s] dom/canvas/test/webgl-conf/generated/test_conformance__rendering__multisample-corruption.html
> 25 - [e10s] dom/canvas/test/webgl-conf/generated/test_conformance__context__context-release-upon-reload.html
> 25 - [e10s] dom/canvas/test/webgl-conf/generated/test_conformance__context__context-release-with-workers.html
> 12 - [e10s] dom/canvas/test/webgl-conf/generated/test_conformance__context__premultiplyalpha-test.html
> 8 - [e10s] dom/tests/browser/browser_beforeunload_between_chrome_content.js
[1] https://hg.mozilla.org/mozilla-central/annotate/2cb19d6666db/gfx/gl/GLContext.cpp#l1042
Updated•7 years ago
|
Priority: -- → P5
Whiteboard: [gfx-noted]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•