gecko-dev/dom/midi
Tom Ritter 2285b8a55f Bug 1425462 Address tests for Time Jittering. r=bkelly
The following tests all hardcoded a special value for Timer Precision Reduction.

browser/components/extensions/test/xpcshell/test_ext_browsingData_cookies_cache.js
browser/components/resistfingerprinting/test/browser/browser_performanceAPI.js
browser/components/resistfingerprinting/test/mochitest/test_animation_api.html
browser/components/resistfingerprinting/test/mochitest/test_reduce_time_precision.html
devtools/client/sourceeditor/test/browser_codemirror.js
dom/animation/test/css-animations/test_animation-currenttime.html
dom/animation/test/mozilla/test_transition_finish_on_compositor.html
dom/media/test/test_video_stats_resistfingerprinting.html
dom/tests/mochitest/ajax/jquery/test_jQuery.html
netwerk/test/unit/test_race_cache_with_network.js

Of these, only test_video_stats_resistfingerprinting.html begins failing when Jitter is enabled.
So disable jitter for that test.

Additionally, dom/midi/tests/test_midi_packet_timing_sorting.html began failing
with Jitter, so we disable it there. (We could easily modify the test so it began
passing, but this would reduce the effectiveness of the test.)

MozReview-Commit-ID: 2kipxV6wYv9

--HG--
extra : rebase_source : f455af2db1bba4e1c3986c413643b549ad29c208
2018-02-15 15:34:05 -06:00
..
tests Bug 1425462 Address tests for Time Jittering. r=bkelly 2018-02-15 15:34:05 -06:00
MIDIAccess.cpp Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIAccess.h Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIAccessManager.cpp Bug 1201590 - WebMIDI device access permissions prompt implementation; r=baku,johannh 2017-11-15 11:13:12 -08:00
MIDIAccessManager.h Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIInput.cpp Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIInput.h Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIInputMap.cpp Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIInputMap.h Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIManagerChild.cpp Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIManagerChild.h Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIManagerParent.cpp Bug 1201590 - WebMIDI Parent/PBackground implementation; r=baku,padenot 2017-11-15 11:19:59 -08:00
MIDIManagerParent.h Bug 1201590 - WebMIDI Parent/PBackground implementation; r=baku,padenot 2017-11-15 11:19:59 -08:00
MIDIMessageEvent.cpp Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIMessageEvent.h Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIMessageQueue.cpp Bug 1201590 - WebMIDI Parent/PBackground implementation; r=baku,padenot 2017-11-15 11:19:59 -08:00
MIDIMessageQueue.h Bug 1201590 - WebMIDI Parent/PBackground implementation; r=baku,padenot 2017-11-15 11:19:59 -08:00
MIDIOutput.cpp Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIOutput.h Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIOutputMap.cpp Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIOutputMap.h Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIPermissionRequest.cpp Bug 1201590 - WebMIDI device access permissions prompt implementation; r=baku,johannh 2017-11-15 11:13:12 -08:00
MIDIPermissionRequest.h Bug 1201590 - WebMIDI device access permissions prompt implementation; r=baku,johannh 2017-11-15 11:13:12 -08:00
MIDIPlatformRunnables.cpp Bug 1201590 - WebMIDI Parent/PBackground implementation; r=baku,padenot 2017-11-15 11:19:59 -08:00
MIDIPlatformRunnables.h Bug 1201590 - WebMIDI Parent/PBackground implementation; r=baku,padenot 2017-11-15 11:19:59 -08:00
MIDIPlatformService.cpp Bug 1201590 - WebMIDI Parent/PBackground implementation; r=baku,padenot 2017-11-15 11:19:59 -08:00
MIDIPlatformService.h Bug 1201590 - WebMIDI Parent/PBackground implementation; r=baku,padenot 2017-11-15 11:19:59 -08:00
MIDIPort.cpp Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIPort.h Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIPortChild.cpp Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIPortChild.h Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
MIDIPortInterface.cpp
MIDIPortInterface.h
MIDIPortParent.cpp Bug 1201590 - WebMIDI Parent/PBackground implementation; r=baku,padenot 2017-11-15 11:19:59 -08:00
MIDIPortParent.h Bug 1201590 - WebMIDI Parent/PBackground implementation; r=baku,padenot 2017-11-15 11:19:59 -08:00
MIDITypes.ipdlh
MIDIUtils.cpp
MIDIUtils.h
PMIDIManager.ipdl
PMIDIPort.ipdl
TestMIDIPlatformService.cpp Bug 1201590 - WebMIDI Parent/PBackground implementation; r=baku,padenot 2017-11-15 11:19:59 -08:00
TestMIDIPlatformService.h Bug 1201590 - WebMIDI Parent/PBackground implementation; r=baku,padenot 2017-11-15 11:19:59 -08:00
moz.build Bug 1201590 - WebMIDI device access permissions prompt implementation; r=baku,johannh 2017-11-15 11:13:12 -08:00