Closed Bug 698856 Opened 14 years ago Closed 14 years ago

Upgrade WebGL conformance test suite to r15981

Categories

(Core :: Graphics: CanvasWebGL, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla10

People

(Reporter: bjacob, Assigned: bjacob)

References

Details

http://hg.mozilla.org/integration/mozilla-inbound/rev/be8056caccb4 The only nontrivial change is that the garbageCollect call is now done on all platforms, instead of only linux. Clear from the purples on https://tbpl.mozilla.org/?tree=Try&rev=d46689b01860 . Added this comment: // Calling garbageCollect before each test page fixes intermittent failures with // out-of-memory errors, often failing to create a WebGL context. // The explanation is that the JS engine keeps unreferenced WebGL contexts around // for too long before GCing (bug 617453), so that during this mochitest dozens of unreferenced // WebGL contexts can accumulate at a given time. SpecialPowers.DOMWindowUtils.garbageCollect();
M1 orange on this push: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=be8056caccb4 Presume it just needs the test annotation changing to reflect the test is now passing.
indeed, that test had to be removed from failing_tests_*.txt. http://hg.mozilla.org/integration/mozilla-inbound/rev/866c4e972918
Followup removing one test from the windows failures list: http://hg.mozilla.org/integration/mozilla-inbound/rev/cedae68ef0e2
Assignee: nobody → bjacob
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
You need to log in before you can comment on or make changes to this bug.