mochitest.toml (392B)
1 [DEFAULT] 2 3 ["test_acceleration.html"] 4 skip-if = [ 5 "os == 'win'", # Bug 1430530 6 ] 7 subsuite = "gpu" 8 9 ["test_bug509244.html"] 10 11 ["test_bug513439.html"] 12 13 ["test_font_whitelist.html"] 14 skip-if = [ 15 "asan", # Race between pref service and gfx platform IPC causes frequent failures on debug/ASan 16 "debug", # Race between pref service and gfx platform IPC causes frequent failures on debug/ASan 17 ]