mochitest.toml (628B)
1 [DEFAULT] 2 skip-if = [ 3 "true", # Dependencies for re-enabling these are tracked by meta bug 1555185 4 ] 5 support-files = [ 6 "VRSimulationDriver.js", 7 "requestPresent.js", 8 "runVRTest.js", 9 "WebVRHelpers.js", 10 ] 11 12 ["test_vrController_displayId.html"] 13 # Enable Linux after Bug 1310655 # TIMED_OUT for Android. 14 15 ["test_vrDisplay_canvas2d.html"] 16 17 ["test_vrDisplay_exitPresent.html"] 18 19 ["test_vrDisplay_getFrameData.html"] 20 # Enable Linux after Bug 1310655, enable Android after Bug 1348246 21 22 ["test_vrDisplay_onvrdisplayconnect.html"] 23 24 ["test_vrDisplay_onvrdisplaydeactivate_crosscontent.html"] 25 26 ["test_vrDisplay_requestPresent.html"]