mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
Backed out changeset 951e6717abf4 (bug 1662516) for M-gli failures CLOSED TREE
This commit is contained in:
parent
a10a4ccb9e
commit
168c45a7ac
@ -7674,7 +7674,6 @@ subsuite = webgl2-ext
|
||||
subsuite = webgl2-ext
|
||||
[generated/test_2_conformance__glsl__bugs__long-expressions-should-not-crash.html]
|
||||
subsuite = webgl2-ext
|
||||
skip-if = (os == 'linux' && !asan)
|
||||
[generated/test_2_conformance__glsl__bugs__loop-if-loop-gradient.html]
|
||||
subsuite = webgl2-ext
|
||||
[generated/test_2_conformance__glsl__bugs__modulo-arithmetic-accuracy.html]
|
||||
@ -8016,7 +8015,7 @@ subsuite = webgl2-ext
|
||||
subsuite = webgl2-ext
|
||||
[generated/test_2_conformance__glsl__misc__shader-uniform-packing-restrictions.html]
|
||||
subsuite = webgl2-ext
|
||||
skip-if = (os == 'win' && os_version == '6.1' && debug) || (os == 'linux' && !asan)
|
||||
skip-if = (os == 'win' && os_version == '6.1' && debug)
|
||||
[generated/test_2_conformance__glsl__misc__shader-varying-packing-restrictions.html]
|
||||
subsuite = webgl2-ext
|
||||
[generated/test_2_conformance__glsl__misc__shader-with-256-character-define.html]
|
||||
@ -11069,7 +11068,7 @@ subsuite = webgl1-ext
|
||||
skip-if = (os == 'android')
|
||||
[generated/test_conformance__glsl__bugs__long-expressions-should-not-crash.html]
|
||||
subsuite = webgl1-ext
|
||||
skip-if = (os == 'android') || (os == 'linux' && !asan)
|
||||
skip-if = (os == 'android')
|
||||
[generated/test_conformance__glsl__bugs__loop-if-loop-gradient.html]
|
||||
subsuite = webgl1-ext
|
||||
[generated/test_conformance__glsl__bugs__modulo-arithmetic-accuracy.html]
|
||||
|
@ -291,18 +291,6 @@ fail-if = (os == 'android') || (os == 'mac') || (os == 'win')
|
||||
# Asserts on linux debug. Crashes on Android.
|
||||
skip-if = (os == 'linux') || (os == 'android')
|
||||
|
||||
[generated/test_conformance__glsl__bugs__long-expressions-should-not-crash.html]
|
||||
# Android: Crashes sometimes
|
||||
# Linux w/o ASAN: perma-crash (ASAN doesn't crash)
|
||||
skip-if = (os == 'android') || (os == 'linux' && !asan)
|
||||
[generated/test_2_conformance__glsl__bugs__long-expressions-should-not-crash.html]
|
||||
# Linux w/o ASAN: perma-crash (ASAN doesn't crash)
|
||||
skip-if = (os == 'linux' && !asan)
|
||||
[generated/test_2_conformance__glsl__misc__shader-uniform-packing-restrictions.html]
|
||||
# win7/debug: Failures on oct 20th, 2017, bug 1410306
|
||||
# Linux w/o ASAN: perma-crash (ASAN doesn't crash)
|
||||
skip-if = (os == 'win' && os_version == '6.1' && debug) || (os == 'linux' && !asan)
|
||||
|
||||
[generated/test_conformance__glsl__constructors__glsl-construct-bvec3.html]
|
||||
# Crashes from libglsl.so
|
||||
# application crashed [@ jemalloc_crash] on Android
|
||||
@ -507,6 +495,9 @@ fail-if = (os == 'android')
|
||||
# Frequent orange crash.
|
||||
skip-if = (os == 'android')
|
||||
|
||||
[generated/test_conformance__glsl__bugs__long-expressions-should-not-crash.html]
|
||||
# Crashes sometimes
|
||||
skip-if = (os == 'android')
|
||||
[generated/test_conformance__canvas__drawingbuffer-hd-dpi-test.html]
|
||||
# Crashes
|
||||
skip-if = (os == 'android')
|
||||
@ -1201,6 +1192,9 @@ skip-if = (os == 'win' && os_version == '6.1')
|
||||
[generated/test_2_conformance__glsl__constructors__glsl-construct-vec4.html]
|
||||
# Failure on win7 but got passed on win7 vm
|
||||
skip-if = (os == 'win' && os_version == '6.1')
|
||||
[generated/test_2_conformance__glsl__misc__shader-uniform-packing-restrictions.html]
|
||||
# Failures on win7/debug on oct 20th, 2017, bug 1410306
|
||||
skip-if = (os == 'win' && os_version == '6.1' && debug)
|
||||
[generated/test_2_conformance__textures__misc__tex-image-and-sub-image-2d-with-array-buffer-view.html]
|
||||
# Failure on win7 but got passed on win7 vm
|
||||
skip-if = (os == 'win' && os_version == '6.1')
|
||||
|
@ -292,7 +292,6 @@ TEST_VARIANTS = {
|
||||
"replace": {
|
||||
"run-on-projects": {
|
||||
"by-test-platform": {
|
||||
"linux.*-64.*": ["trunk"],
|
||||
"mac.*": ["trunk"],
|
||||
"win.*": ["trunk"],
|
||||
"default": [],
|
||||
|
Loading…
Reference in New Issue
Block a user