mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 9a0be81a49e6 (bug 1144906)
This commit is contained in:
parent
0ae8aad14c
commit
f3c7476299
@ -734,8 +734,10 @@ skip-if = os == 'android'
|
||||
[webgl-conformance/_wrappers/test_conformance__rendering__gl-scissor-test.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__rendering__more-than-65536-indices.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__rendering__point-size.html]
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
[webgl-conformance/_wrappers/test_conformance__rendering__triangle.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__rendering__line-loop-tri-fan.html]
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
[webgl-conformance/_wrappers/test_conformance__state__gl-enable-enum-test.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__state__gl-enum-tests.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__state__gl-get-calls.html]
|
||||
@ -744,6 +746,7 @@ skip-if = os == 'android'
|
||||
[webgl-conformance/_wrappers/test_conformance__state__gl-object-get-calls.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__textures__compressed-tex-image.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__textures__copy-tex-image-and-sub-image-2d.html]
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
[webgl-conformance/_wrappers/test_conformance__textures__gl-pixelstorei.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__textures__gl-teximage.html]
|
||||
skip-if = (os == 'android') || (os == 'b2g') || (os == 'linux')
|
||||
|
@ -108,6 +108,15 @@ fail-if = (os == 'linux')
|
||||
[_wrappers/test_conformance__canvas__drawingbuffer-static-canvas-test.html]
|
||||
# Intermittent crash on OSX.
|
||||
skip-if = os == 'mac'
|
||||
[_wrappers/test_conformance__rendering__line-loop-tri-fan.html]
|
||||
# Fails on OS X 10.10
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
[_wrappers/test_conformance__rendering__point-size.html]
|
||||
# Fails on OS X 10.10
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
[_wrappers/test_conformance__textures__copy-tex-image-and-sub-image-2d.html]
|
||||
# Fails on OS X 10.10
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
|
||||
########################################################################
|
||||
# Win
|
||||
|
Loading…
Reference in New Issue
Block a user