TPEGFX/Notes: Difference between revisions
< TPEGFX
Jump to navigation
Jump to search
m (→Triage) |
m (→Testing) |
||
| Line 4: | Line 4: | ||
** ./mach gtest Layers.* | ** ./mach gtest Layers.* | ||
** GTEST_FILTER='Layers*' MOZ_RUN_GTEST=1 ./mach run --debug //use debugger to debug GTest | ** GTEST_FILTER='Layers*' MOZ_RUN_GTEST=1 ./mach run --debug //use debugger to debug GTest | ||
*[Michael Leu] - My workflow of building environments for reproducing bugs | |||
** https://drive.google.com/file/d/0B29kx4ibiTBgN0JBTVBiVEh0TUU/view | |||
== Misc == | == Misc == | ||
* [ethan] Canvas performance | * [ethan] Canvas performance | ||
Revision as of 06:09, 7 March 2017
Editor
Testing
- [pchang] run GTest subset
- ./mach gtest Layers.*
- GTEST_FILTER='Layers*' MOZ_RUN_GTEST=1 ./mach run --debug //use debugger to debug GTest
- [Michael Leu] - My workflow of building environments for reproducing bugs
Misc
- [ethan] Canvas performance
Triage
- [vliu] Triage flow listed.
- Try to reproduce
- Add keyword 'reproducible' if you can reproduce
- Ask reporter set layers.acceleration.disabled as true to try again(depends)
- Enable/Disalbe ANGLE on windows
- Ask for about:support
- Ask for about:memory if memory related
- ni? people or mgr to help you
- land needed printing message for this bug to observe more information.(this action is providing solution not doing the triage)
- Change priority to P1-3 with reason
- Add gfx-noted if there is nothing you can follow up
- Try to reproduce