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