TPEGFX/Notes: Difference between revisions
< TPEGFX
Jump to navigation
Jump to search
Vincent Liu (talk | contribs) (→Triage) |
m (→Triage) |
||
| Line 9: | Line 9: | ||
== Triage == | == Triage == | ||
*[vliu] Triage flow listed. | *[vliu] Triage flow listed. | ||
** Try to | ** Try to reproduce | ||
** Try to reproduce it on try server if the intermittent bug. | *** Add keyword 'reproducible' if you can reproduce | ||
*** Ask reporter set layers.acceleration.disabled as true to try again(depends) | |||
** looked into the log message and figure out the problem to cause. Comment it. | ** Ask for about:support | ||
** ni? | *** Ask for about:memory if memory related | ||
** land needed printing message for this bug to observe more information. | ** Try to reproduce it on try server if the intermittent bug.(?) | ||
** looked into the log message and figure out the problem to cause. Comment it.(?) | |||
** 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 | |||
Revision as of 02:20, 19 January 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
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)
- Ask for about:support
- Ask for about:memory if memory related
- Try to reproduce it on try server if the intermittent bug.(?)
- looked into the log message and figure out the problem to cause. Comment it.(?)
- 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