blob: 0cf20647afeefa8c58bed7b2b47e6fc51d39904e (
plain)
1
2
3
4
5
6
7
8
|
[RTCPeerConnection-GC.https.html]
prefs:
# hw codecs disabled due to bug 1526207
if os == "android": [media.navigator.mediadatadecoder_vpx_enabled:false, media.webrtc.hw.h264.enabled:false]
expected:
if (os == "win") and (processor == "x86_64") and debug and not swgl: [OK, CRASH]
if (os == "win") and (processor == "x86_64") and not debug: [OK, CRASH]
if (os == "win") and (processor == "x86"): [OK, CRASH]
|