gecko-dev/devtools/client/animationinspector
Tom Ritter aa82f54ab6 Bug 1435296 Address test failures caused by bumping timer precision to 2 ms r=baku
There are a few different reasons why tests needed updating (not an exhaustive list):

- Tests assume that successive operations take place at different times.
- Tests assume that an operation took a minimum amount of time.
- Tests hardcodes a specific delay.

In most cases we hardcode the preference off. In some cases this is the best approach,
in others, we would like to improve. The bug for tracking those improvements is Bug 1429648

An improvement that is present in some tests is to hardcode a specific precision reduction
that is acceptable based on the confides of the test. (Obviously this needs to be a fix for
the test framework and not a requirement on the feature being tested.)

In a few places, the test itself can be fixed, for example to no longer require the end
time of an operation to be strictly greater than the start time, and allows it to be equal
to it.

MozReview-Commit-ID: J59c7xQtZZJ

--HG--
extra : rebase_source : df8a03e76eaf9cdc9524dbb3eb9035af237e534b
2018-02-12 11:39:41 -06:00
..
components Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
test Bug 1435296 Address test failures caused by bumping timer precision to 2 ms r=baku 2018-02-12 11:39:41 -06:00
animation-controller.js Bug 1434374 - Auto-rewrite Cu.import into ChromeUtils.import or require calls. r=jdescottes 2018-02-07 01:37:36 -08:00
animation-inspector.xhtml Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
animation-panel.js Bug 1382576 - Switch over from the old-event-emitter to event-emitter in the animation inspector; r=jdescottes 2017-09-06 16:51:50 +02:00
graph-helper.js Bug 1426194 - Part 1: Correspond to the keyframes which have same offset. r=pbro 2017-12-22 00:49:10 +09:00
moz.build Bug 1210796 - Part 2: Visualize each properties. r=pbro 2017-04-18 12:15:54 +09:00
utils.js Bug 1382576 - Switch over from the old-event-emitter to event-emitter in the animation inspector; r=jdescottes 2017-09-06 16:51:50 +02:00