Backed out changeset 713114c0331a (bug 1938707) by developer request CLOSED TREE
[gecko.git] / dom / canvas / test / webgl-conf / mochitest-errata.toml
blob907a7ac593f4cd504a134553df1b8dbb35e13bd1
1 # *** WARNING! ***
2 # Modification to this file only take effect after running
3 # generate-wrappers-and-manifest.py
5 # See python/mozbuild/mozbuild/mozinfo.py for incoming data.
7 ##########
8 # android_version strings
9 #   https://en.wikipedia.org/wiki/Android_version_history
10 #   * Android           13.0: 33 (pixel 5 phones)
12 ##########
13 # os_version strings
14 #   https://msdn.microsoft.com/en-us/library/windows/desktop/ms724832%28v=vs.85%29.aspx
15 #   * Windows 10: 10.0
17 [DEFAULT]
18 # Bug 1799213
19 prefs = "media.seamless-looping-video=false"
21 ["generated/test_..__always-fail.html"]
22 fail-if = ["true"]
24 ####################
25 # Failures from 2024-04 CTS update
27 ["generated/test_2_conformance2__textures__misc__tex-image-10bpc.html"]
28 # gl.checkFramebufferStatus(gl.FRAMEBUFFER) should be 36053. Was 36054.
29 # uniquePixels.size should be >= 7. Was 1 (of type number).
30 fail-if = ["true"]
33 ["generated/test_2_conformance2__wasm__bufferdata-16gb-wasm-memory.html"]
34 # successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
35 fail-if = ["true"]
37 ["generated/test_2_conformance2__wasm__bufferdata-4gb-wasm-memory.html"]
38 # successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
39 fail-if = ["true"]
41 ["generated/test_2_conformance2__wasm__buffersubdata-16gb-wasm-memory.html"]
42 # successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
43 fail-if = ["true"]
45 ["generated/test_2_conformance2__wasm__buffersubdata-4gb-wasm-memory.html"]
46 # successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
47 fail-if = ["true"]
49 ["generated/test_2_conformance2__wasm__getbuffersubdata-16gb-wasm-memory.html"]
50 # successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
51 fail-if = ["true"]
53 ["generated/test_2_conformance2__wasm__getbuffersubdata-4gb-wasm-memory.html"]
54 # successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
55 fail-if = ["true"]
57 ["generated/test_2_conformance2__wasm__readpixels-16gb-wasm-memory.html"]
58 # successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
59 fail-if = ["true"]
61 ["generated/test_2_conformance2__wasm__readpixels-4gb-wasm-memory.html"]
62 # successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
63 fail-if = ["true"]
65 ["generated/test_2_conformance2__wasm__teximage2d-16gb-wasm-memory.html"]
66 # successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
67 fail-if = ["true"]
69 ["generated/test_2_conformance2__wasm__teximage2d-4gb-wasm-memory.html"]
70 # successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
71 fail-if = ["true"]
73 ["generated/test_2_conformance2__wasm__texsubimage2d-16gb-wasm-memory.html"]
74 # successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
75 fail-if = ["true"]
77 ["generated/test_2_conformance2__wasm__texsubimage2d-4gb-wasm-memory.html"]
78 # successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
79 fail-if = ["true"]
81 ["generated/test_2_conformance2__glsl3__texture-bias.html"]
82 # should be: 3,3,3,3
83 # should be: 13,13,13,13
84 fail-if = ["os == 'win'"]
86 ####################
87 # Bugs surfaced during fx106 CTS update
89 ["generated/test_2_conformance2__reading__read-pixels-into-pixel-pack-buffer.html"]
90 # getError expected: INVALID_ENUM. Was INVALID_OPERATION : Format should not be able to read as DEPTH_STENCIL
91 fail-if = ["true"]
93 ["generated/test_2_conformance2__extensions__required-extensions.html"]
94 # has_etc1 == has_etc should be true. Was false
95 fail-if = ["os == 'linux'"]
97 ["generated/test_2_conformance2__renderbuffers__multisample-draws-between-blits.html"]
98 # "whole thing" and more
99 fail-if = ["os == 'linux'"]
101 ["generated/test_2_conformance2__rendering__framebuffer-to-texture.html"]
102 # checkFramebufferStatus expected: FRAMEBUFFER_COMPLETE. Was FRAMEBUFFER_INCOMPLETE_ATTACHMENT
103 fail-if = ["os == 'linux'"]
105 ["generated/test_2_conformance2__rendering__multisampling-depth-resolve.html"]
106 # multisampling-depth-resolve: outer pixels should be red
107 fail-if = ["os == 'linux'"]
109 ["generated/test_2_conformance2__transform_feedback__transform_feedback.html"]
110 # Linux: Assertion failure: [GFX1]: void mozilla::gl::GLContext::fTransformFeedbackVaryings(GLuint, GLsizei, const GLchar *const *, GLenum): Generated unexpected GL_INVALID_OPERATION error
111 # Android: void mozilla::gl::GLContext::fDeleteTransformFeedbacks(GLsizei, const GLuint *): Generated unexpected GL_INVALID_OPERATION error.
112 skip-if = [
113   "os == 'linux'",
114   "os == 'android' && debug",
117 ["generated/test_2_conformance__context__context-attributes-alpha-depth-stencil-antialias.html"]
118 # contextAttribs.antialias should be true. Was false
119 fail-if = ["os == 'linux'"]
121 ["generated/test_2_conformance2__extensions__webgl-multi-draw-instanced-base-vertex-base-instance.html"]
122 # instid_prog: Expected [0,0,0,0], was [0,1,1,1]. desc: {"name":"drawArraysInstanced","base_vert":0,"vert_count":1,"base_inst":0,"inst_count":1,"first_vert":1}
123 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
125 ["generated/test_2_conformance2__programs__gl-get-frag-data-location.html"]
126 # gl.getFragDataLocation(programEs2, 'gl_FragColor') should be -1. Was 0.
127 fail-if = ["os == 'android'"]
129 ["generated/test_conformance__textures__misc__texture-npot-video.html"]
130 skip-if = [
131   "win11_2009", # win11 - 50/50 intermittent
132   "os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # win11 - 50/50 intermittent
133   "os == 'android' && android_version == '33'", #Bug 1873144
134   ]
135 ####################
136 # Bugs surfaced during fx93 CTS update
138 ["generated/test_conformance__textures__misc__video-rotation.html"]
139 # https://bugzilla.mozilla.org/show_bug.cgi?id=1725072
140 # E.g. "shouldBe 255,0,0 +/-10"
141 fail-if = ["true"]
143 ["generated/test_2_conformance__textures__misc__video-rotation.html"]
144 # Ditto
145 fail-if = ["true"]
147 ["generated/test_2_conformance2__renderbuffers__readbuffer.html"]
148 # https://bugzilla.mozilla.org/show_bug.cgi?id=1726625
149 # getError expected: INVALID_OPERATION. Was INVALID_ENUM : calling readBuffer with GL_COLOR_ATTACHMENTi that exceeds MAX_COLOR_ATTACHMENT on fbo should generate INVALID_OPERATION
150 fail-if = ["true"]
152 ["generated/test_2_conformance2__rendering__draw-buffers-sparse-output-locations.html"]
153 # https://bugzilla.mozilla.org/show_bug.cgi?id=1726624
154 # Flakey?
155 # check COLOR_ATTACHMENT0
156 skip-if = ["os == 'win'"]
158 # -
159 # Platform-specific
161 ["generated/test_2_conformance__misc__uninitialized-test.html"]
162 # https://bugzilla.mozilla.org/show_bug.cgi?id=1725286
163 # E.g. gl.checkFramebufferStatus(gl.FRAMEBUFFER) should be 36053. Was 0
164 skip-if = [
165   "os == 'win' && debug",
166   "os == 'android' && debug",
168 fail-if = ["os == 'win' && !debug"]
170 ["generated/test_2_conformance2__rendering__framebuffer-mismatched-attachment-targets.html"]
171 # https://bugzilla.mozilla.org/show_bug.cgi?id=1725283
172 # E.g. framebuffer layer 0 should be drawn green
173 fail-if = ["os == 'win'"]
175 ["generated/test_2_conformance2__textures__misc__immutable-tex-render-feedback.html"]
176 # E.g. getError expected: NO_ERROR. Was INVALID_VALUE : after draw with texture
177 fail-if = [
178   "os == 'android'",
179   "os == 'linux'",
180   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
181   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
183 # Assertion failure: [GFX1]: void mozilla::gl::GLContext::fFramebufferTexture2D(GLenum, GLenum, GLenum, GLuint, GLint): Generated unexpected GL_INVALID_VALUE error
184 skip-if = ["os == 'linux' && debug"]
186 ["generated/test_conformance__glsl__bugs__vector-matrix-constructor-scalarization.html"]
187 # https://bugzilla.mozilla.org/show_bug.cgi?id=1725075
188 fail-if = [
189   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
192 ["generated/test_2_conformance__glsl__bugs__vector-matrix-constructor-scalarization.html"]
193 # Ditto
194 fail-if = [
195   "os == 'android' && !debug",
196   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
199 ["generated/test_2_conformance2__glsl3__switch-case.html"]
200 # https://bugzilla.mozilla.org/show_bug.cgi?id=1725442
201 fail-if = ["os == 'win'"]
203 ["generated/test_conformance__rendering__gl-scissor-test.html"]
204 fail-if = ["display == 'wayland'"]
207 ####################
208 # Tests requesting non-local network connections.
210 ["generated/test_conformance__more__functions__readPixelsBadArgs.html"]
211 # (TODO) FATAL ERROR: Non-local network connections are disabled and a connection attempt to www.opengl.org (45.55.206.190) was made.
212 skip-if = ["true"]
214 ["generated/test_2_conformance__more__functions__readPixelsBadArgs.html"]
215 # (TODO) FATAL ERROR: Non-local network connections are disabled and a connection attempt to www.opengl.org (45.55.206.190) was made.
216 skip-if = ["true"]
218 ["generated/test_conformance__more__functions__texImage2DHTML.html"]
219 # (TODO) FATAL ERROR: Non-local network connections are disabled and a connection attempt to mashable.com (88.221.93.55) was made.
220 skip-if = ["true"]
222 ["generated/test_2_conformance__more__functions__texImage2DHTML.html"]
223 # (TODO) FATAL ERROR: Non-local network connections are disabled and a connection attempt to mashable.com (88.221.93.55) was made.
224 skip-if = ["true"]
226 ["generated/test_conformance__more__functions__texSubImage2DHTML.html"]
227 # (TODO) FATAL ERROR: Non-local network connections are disabled and a connection attempt to mashable.com (184.50.232.90) was made.
228 skip-if = ["true"]
230 ["generated/test_2_conformance__more__functions__texSubImage2DHTML.html"]
231 # (TODO) FATAL ERROR: Non-local network connections are disabled and a connection attempt to mashable.com (184.50.232.90) was made.
232 skip-if = ["true"]
234 ["generated/test_2_conformance__textures__misc__origin-clean-conformance.html"]
235 # (TODO) FATAL ERROR: Non-local network connections are disabled and a connection attempt to www.opengl.org (104.131.58.36) was made.
236 skip-if = ["true"]
238 ["generated/test_conformance__textures__misc__origin-clean-conformance.html"]
239 # (TODO) FATAL ERROR: Non-local network connections are disabled and a connection attempt to www.opengl.org (104.131.58.36) was made.
240 skip-if = ["true"]
242 ["generated/test_conformance__textures__misc__origin-clean-conformance-offscreencanvas.html"]
243 skip-if = ["true"]
245 ["generated/test_2_conformance__textures__misc__origin-clean-conformance-offscreencanvas.html"]
246 skip-if = ["true"]
248 ["generated/test_2_conformance2__textures__misc__origin-clean-conformance-offscreencanvas.html"]
249 skip-if = ["true"]
252 ####################
253 # Timing out
254 ["generated/test_conformance__uniforms__uniform-default-values.html"]
255 # Timeout on Windows, crash on Android/Linux.
256 skip-if = [
257   "os == 'android'",
258   "os == 'linux'",
259   "os == 'win'",
262 ["generated/test_conformance__ogles__GL__mat3__mat3_001_to_006.html"]
263 # Timeout on D3D11
264 skip-if = ["os == 'win'"]
266 ["generated/test_conformance__state__gl-object-get-calls.html"]
267 # Really really slow on IPC mode. Update test suite to get faster/quick-mode test.
268 skip-if = ["true"]
270 ["generated/test_2_conformance2__state__gl-object-get-calls.html"]
271 # Really really slow on IPC mode. Update test suite to get faster/quick-mode test.
272 skip-if = ["true"]
273 # Also fails on Linux still?
274 fail-if = ["os == 'linux'"]
276 # -
277 # Large tex allocations
279 ["generated/test_2_conformance__textures__misc__texture-upload-size.html"]
280 # https://bugzilla.mozilla.org/show_bug.cgi?id=1687071
281 # getError expected: NO_ERROR. Was INVALID_VALUE : when calling texSubImage2D with the same texture upload
282 skip-if = ["os == 'android' && processor == 'aarch64'"]
284 ["generated/test_2_conformance__textures__misc__texture-size.html"]
285 # https://bugzilla.mozilla.org/show_bug.cgi?id=1657084
286 # Really slow on ASAN (after driver update?), likely due to ASAN's perf impact on the huge allocations in this test.
287 skip-if = [
288   "os == 'linux' && asan",
289   "os == 'win'",
292 ["generated/test_2_conformance__textures__misc__texture-size-cube-maps.html"]
293 # Random failures
294 skip-if = ["os == 'win'"]
296 ["generated/test_2_conformance__textures__misc__texture-size-limit.html"]
297 # https://bugzilla.mozilla.org/show_bug.cgi?id=1657084
298 # Really slow on ASAN (after driver update?), likely due to ASAN's perf impact on the huge allocations in this test.
299 skip-if = ["os == 'linux' && asan"]
301 ########################################################################
302 # Global
304 ["generated/test_2_conformance2__extensions__ovr_multiview2.html"]
305 # Windows failure: ANGLE bug: FAIL #extension GL_OVR_multiview must be forbidden.
306 #   Because we have to enable multiview1 to get ANGLE to emit gl_ViewID_OVR.
307 fail-if = ["os == 'win'"]
308 skip-if = ["os == 'android'"]
309 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -  GPU: UNKNOWN
310 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -  Crash reason:  SIGSEGV /SEGV_MAPERR
311 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -  Crash address: 0x0
312 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -  Process uptime: not available
313 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -  Thread 11 (crashed)
314 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -   0  libxul.so!mozilla::gfx::Log<1, mozilla::gfx::CriticalLogger>::WriteLog(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&) [Logging.h:c51d1038215eefa91552a819433870898cf05864 : 747 + 0x20]
315 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       r0 = 0x00000000    r1 = 0xd1c1aad6    r2 = 0xd1c1aa7a    r3 = 0x000002eb
316 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       r4 = 0xd1c1aa7a    r5 = 0x000002eb    r6 = 0xefbad1b8    r7 = 0xd4980878
317 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       r8 = 0xd1d9b6ee    r9 = 0xd49808c8   r10 = 0xefbad1b8   r12 = 0xd4980388
318 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       fp = 0xefbad1b8    sp = 0xd4980870    lr = 0xce1e306d    pc = 0xce1e34d4
319 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -      Found by: given as instruction pointer in context
320 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -   1  libxul.so!mozilla::gfx::Log<1, mozilla::gfx::CriticalLogger>::Flush() [Logging.h:c51d1038215eefa91552a819433870898cf05864 : 279 + 0x5]
321 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       r4 = 0xd49808d4    r5 = 0xd49808e0    r6 = 0xefbad1b8    r7 = 0xd49808b0
322 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       r8 = 0xd1d9b6ee    r9 = 0xd49808c8   r10 = 0xefbad1b8    fp = 0xefbad1b8
323 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       sp = 0xd4980880    lr = 0xce1e3435    pc = 0xce1e3435
324 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -      Found by: call frame info
325 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -   2  libxul.so!mozilla::gfx::Log<1, mozilla::gfx::CriticalLogger>::~Log() [Logging.h:c51d1038215eefa91552a819433870898cf05864 : 272 + 0x9]
326 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       r4 = 0xd49808d4    r5 = 0xd398c10c    r6 = 0x00000501    r7 = 0xd49808c0
327 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       r8 = 0xd1d9b6ee    r9 = 0xd49808c8   r10 = 0xefbad1b8    fp = 0xefbad1b8
328 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       sp = 0xd49808b8    lr = 0xce1e30f7    pc = 0xce1e30f7
329 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -      Found by: call frame info
330 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -   3  libxul.so!mozilla::gl::GLContext::AfterGLCall_Debug(char const*) const [GLContext.cpp:c51d1038215eefa91552a819433870898cf05864 : 2896 + 0x23]
331 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       r4 = 0xd49808d4    r5 = 0xd398c10c    r6 = 0x00000501    r7 = 0xd49809b0
332 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       r8 = 0xd1d9b6ee    r9 = 0xd49808c8   r10 = 0xefbad1b8    fp = 0xefbad1b8
333 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       sp = 0xd49808c8    lr = 0xce265007    pc = 0xce265007
334 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -      Found by: call frame info
335 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -   4  libxul.so!mozilla::gl::GLContext::fFramebufferTextureMultiview(unsigned int, unsigned int, unsigned int, int, int, int) const [GLContext.h:c51d1038215eefa91552a819433870898cf05864 : 3295 + 0x9]
336 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       r4 = 0xb421f000    r5 = 0xefbad1b8    r6 = 0xef838734    r7 = 0xd49809f0
337 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       r8 = 0x0000000b    r9 = 0x00008ce0   r10 = 0x00008d40    fp = 0xefbad1b8
338 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -       sp = 0xd49809b8    lr = 0xcecf534f    pc = 0xcecf534f
339 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -      Found by: call frame info
340 #[task 2020-01-06T23:47:51.786Z] 23:47:51     INFO -   5  libxul.so!mozilla::WebGLFBAttachPoint::DoAttachment(mozilla::gl::GLContext*) const [WebGLFramebuffer.cpp:c51d1038215eefa91552a819433870898cf05864 : 247 + 0xf]
341 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -       r4 = 0x00000006    r5 = 0xb4247ee0    r6 = 0xefbad1b8    r7 = 0xd4980a28
342 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -       r8 = 0xd4980aa0    r9 = 0xb421f000   r10 = 0xb4247ee0    fp = 0xefbad1b8
343 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -       sp = 0xd49809f8    lr = 0xcecf4d35    pc = 0xcecf4d35
344 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -      Found by: call frame info
345 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -   6  libxul.so!mozilla::WebGLFramebuffer::FramebufferAttach(unsigned int, mozilla::webgl::FbAttachInfo const&) [WebGLFramebuffer.cpp:c51d1038215eefa91552a819433870898cf05864 : 0 + 0x5]
346 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -       r4 = 0xb4247e40    r5 = 0xb4247e4c    r6 = 0x00008ce0    r7 = 0xd4980a58
347 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -       r8 = 0xd4980aa0    r9 = 0xb42ef82c   r10 = 0xb4247ee0    fp = 0xefbad1b8
348 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -       sp = 0xd4980a30    lr = 0xcecf7131    pc = 0xcecf7131
349 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -      Found by: call frame info
350 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -   7  libxul.so!mozilla::WebGLContext::FramebufferAttach(unsigned int, unsigned int, StrongGLenum<TexTargetDetails>, mozilla::webgl::FbAttachInfo const&) const [WebGLContextGL.cpp:c51d1038215eefa91552a819433870898cf05864 : 555 + 0x9]
351 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -       r4 = 0xb42ef800    r5 = 0xd4980aa0    r6 = 0xefbad1b8    r7 = 0xd4980a90
352 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -       r8 = 0x00008ce0    r9 = 0xd1d959b9   r10 = 0xb4247e40    fp = 0x0000000e
353 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -       sp = 0xd4980a60    lr = 0xcece1b89    pc = 0xcece1b89
354 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -      Found by: call frame info
355 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -   8  libxul.so!mozilla::WebGLContext::FramebufferTextureMultiview(unsigned int, unsigned int, mozilla::WebGLTexture*, int, int, int) const [WebGLContextGL.cpp:c51d1038215eefa91552a819433870898cf05864 : 642 + 0x13]
356 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -       r4 = 0xb81c5000    r5 = 0xefbad1b8    r6 = 0xb42ef800    r7 = 0xd4980ad8
357 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -       r8 = 0x00008ce0    r9 = 0xd4980aa0   r10 = 0x00008ca9    fp = 0x00000006
358 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -       sp = 0xd4980a98    lr = 0xcece2021    pc = 0xcece2021
359 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -      Found by: call frame info
360 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -   9  libxul.so!mozilla::WebGLExtensionMultiview::FramebufferTextureMultiviewOVR(unsigned int, unsigned int, mozilla::WebGLTexture*, int, int, int) const [WebGLExtensions.cpp:c51d1038215eefa91552a819433870898cf05864 : 122 + 0xf]
361 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -       r4 = 0x00000000    r5 = 0xbd5c3aac    r6 = 0xefbad1b8    r7 = 0xd4980b18
362 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -       r8 = 0xb81c5000    r9 = 0x00008ce0   r10 = 0x00008ca9    fp = 0xd4980b9c
363 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -       sp = 0xd4980ae0    lr = 0xcecf189d    pc = 0xcecf189d
364 #[task 2020-01-06T23:47:51.792Z] 23:47:51     INFO -      Found by: call frame info
366 ["generated/test_2_conformance2__extensions__ovr_multiview2_single_view_operations.html"]
367 skip-if = ["os == 'android'"]
369 ["generated/test_2_conformance2__rendering__blitframebuffer-resolve-to-back-buffer.html"]
370 # ABORT_ON_ERROR
371 skip-if = ["true"]
373 ["generated/test_2_conformance2__transform_feedback__too-small-buffers.html"]
374 # ABORT_ON_ERROR
375 skip-if = ["true"]
377 ["generated/test_2_conformance2__attribs__gl-bindAttribLocation-aliasing-inactive.html"]
378 fail-if = ["os != 'win'"]
380 ["generated/test_conformance__textures__misc__texture-corner-case-videos.html"]
381 # Timeout. Bug 1599937 - test fails consistently on ubuntu1804.
382 skip-if = [
383   "os == 'android'",
384   "os == 'linux' && os_version == '18.04'",
387 ["generated/test_2_conformance__textures__misc__texture-corner-case-videos.html"]
388 # Timeout. Bug 1599937
389 skip-if = [
390   "os == 'android'",
391   "os == 'linux' && os_version == '18.04'",
394 ["generated/test_conformance__textures__misc__texture-video-transparent.html"]
395 # Assertion failure: [GFX1]: Unhandled srcImage->GetFormat(): 2
396 # mac opt seems to pass, though linux and win fail.
397 skip-if = ["true"]
399 ["generated/test_2_conformance__textures__misc__texture-video-transparent.html"]
400 # Assertion failure: [GFX1]: Unhandled srcImage->GetFormat(): 2
401 # mac opt seems to pass, though linux and win fail.
402 skip-if = ["true"]
404 ["generated/test_conformance__rendering__texture-switch-performance.html"]
405 # Frequent orange on linux+asan, but likely intermittant:
406 # Texture switching significantly hurt performance - achieved 77 frames in 2.016 seconds (0.79 times baseline performance)
407 skip-if = ["true"]
409 ["generated/test_2_conformance__rendering__texture-switch-performance.html"]
410 # Orange on win10+debug
411 # Texture switching significantly hurt performance - achieved 3 frames in 2.164
412 skip-if = ["true"]
414 ["generated/test_2_conformance2__rendering__texture-switch-performance.html"]
415 # Orange on OSX+debug
416 skip-if = ["true"]
418 ["generated/test_2_conformance2__textures__canvas__tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
419 fail-if = ["true"]
421 ["generated/test_2_conformance2__textures__canvas__tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
422 fail-if = ["true"]
424 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
425 fail-if = ["true"]
427 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
428 fail-if = ["true"]
430 ["generated/test_2_conformance2__textures__image__tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
431 fail-if = ["true"]
433 ["generated/test_2_conformance2__textures__image__tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
434 fail-if = ["true"]
436 ["generated/test_2_conformance2__textures__image_bitmap_from_blob__tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
437 fail-if = ["true"]
439 ["generated/test_2_conformance2__textures__image_bitmap_from_blob__tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
440 fail-if = ["true"]
442 ["generated/test_2_conformance2__textures__image_bitmap_from_canvas__tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
443 fail-if = ["true"]
445 ["generated/test_2_conformance2__textures__image_bitmap_from_canvas__tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
446 fail-if = ["true"]
448 ["generated/test_2_conformance2__textures__image_bitmap_from_image__tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
449 fail-if = ["true"]
451 ["generated/test_2_conformance2__textures__image_bitmap_from_image__tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
452 fail-if = ["true"]
454 ["generated/test_2_conformance2__textures__image_bitmap_from_image_bitmap__tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
455 fail-if = ["true"]
457 ["generated/test_2_conformance2__textures__image_bitmap_from_image_bitmap__tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
458 fail-if = ["true"]
460 ["generated/test_2_conformance2__textures__image_bitmap_from_image_data__tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
461 fail-if = ["true"]
463 ["generated/test_2_conformance2__textures__image_bitmap_from_image_data__tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
464 fail-if = ["true"]
466 ["generated/test_2_conformance2__textures__image_bitmap_from_video__tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
467 fail-if = ["true"]
469 ["generated/test_2_conformance2__textures__image_bitmap_from_video__tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
470 fail-if = ["true"]
472 ["generated/test_2_conformance2__textures__image_data__tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
473 fail-if = ["true"]
475 ["generated/test_2_conformance2__textures__image_data__tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
476 fail-if = ["true"]
478 ["generated/test_2_conformance2__textures__svg_image__tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
479 fail-if = ["true"]
481 ["generated/test_2_conformance2__textures__svg_image__tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
482 fail-if = ["true"]
484 ["generated/test_2_conformance2__textures__video__tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
485 fail-if = ["true"]
487 ["generated/test_2_conformance2__textures__video__tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
488 fail-if = ["true"]
490 ["generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
491 fail-if = ["true"]
493 ["generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html"]
494 fail-if = ["true"]
496 ["generated/test_2_conformance2__textures__misc__tex-base-level-bug.html"]
497 fail-if = [
498   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
499   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
500 ]  # macosx1014 due to 1563418
502 ["generated/test_2_conformance2__textures__misc__tex-unpack-params-with-flip-y-and-premultiply-alpha.html"]
503 fail-if = ["true"]
505 ####################################################
506 # Bugs
507 ["generated/test_conformance__rendering__bind-framebuffer-flush-bug.html"]
509 ["generated/test_2_conformance__rendering__bind-framebuffer-flush-bug.html"]
511 ["generated/test_2_conformance2__glsl3__matrix-row-major-dynamic-indexing.html"]
512 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
514 ########################################################################
515 # Complicated
517 ["generated/test_conformance__ogles__GL__abs__abs_001_to_006.html"]
518 # Test suite terminates, e.g. at pixel @ (412, 253 was [191,0,0,255] expected [98,0,0,255]. Bug 1897792
519 skip-if = ["os == 'android' && debug"]
521 ["generated/test_conformance__context__context-attributes-alpha-depth-stencil-antialias.html"]
522 # Asserts on linux debug. Crashes on Android.
523 skip-if = [
524   "os == 'linux'",
525   "os == 'android'",
527 # should be 0,0,0,255
528 fail-if = [
529   "os == 'mac' && os_version == '10.15' && processor == 'x86_64' && debug && !swgl",
530   "os == 'mac' && os_version == '11.20' && arch == 'aarch64' && debug && !swgl",
533 ["generated/test_conformance__glsl__bugs__long-expressions-should-not-crash.html"]
534 # Android: Crashes sometimes
535 skip-if = ["os == 'android'"]
537 ["generated/test_conformance__glsl__misc__shader-uniform-packing-restrictions.html"]
538 # Frequent timeout on win7 and linux debug.
539 skip-if = [
540   "os == 'android'",
541   "os == 'linux' && debug",
544 ["generated/test_2_conformance__glsl__misc__shader-uniform-packing-restrictions.html"]
546 ["generated/test_conformance__glsl__constructors__glsl-construct-bvec3.html"]
547 # Crashes from libglsl.so
548 # application crashed [@ jemalloc_crash] on Android
549 skip-if = [
550   "os == 'linux'",
551   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
552   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
553   "os == 'android'",
556 ["generated/test_conformance__glsl__constructors__glsl-construct-bvec4.html"]
557 # application crashed [@ ParseOperand::GetLogicalSize() const + 0x4]
558 skip-if = [
559   "os == 'linux'",
560   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
561   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
562   "os == 'android'",
565 ["generated/test_conformance__glsl__constructors__glsl-construct-ivec3.html"]
566 # application crashed [@ ParseOperand::GetLogicalSize() const + 0x4]
567 # application crashed [@ jemalloc_crash] on Android
568 skip-if = [
569   "os == 'linux'",
570   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
571   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
572   "os == 'android'",
575 ["generated/test_conformance__glsl__constructors__glsl-construct-ivec4.html"]
576 # Assume crashes like ivec3
577 skip-if = [
578   "os == 'linux'",
579   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
580   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
583 ["generated/test_conformance__glsl__constructors__glsl-construct-mat2.html"]
584 # Crashes on Linux ASAN
585 skip-if = ["os == 'linux' && asan"]
587 ["generated/test_conformance__glsl__bugs__sampler-array-using-loop-index.html"]
588 # Testfail on Linux after removing SH_UNROLL_FOR_LOOP_WITH_SAMPLER_ARRAY_INDEX.
589 # Only happen on tryserver
590 fail-if = ["os == 'linux' && display != 'wayland'"]
592 ["generated/test_conformance__misc__type-conversion-test.html"]
593 fail-if = ["os == 'linux'"]
594 # Resets device on Android 2.3.
595 # Crashes on desktop Linux.
596 skip-if = [
597   "os == 'android'",
598   "os == 'linux'",
601 ["generated/test_conformance__textures__misc__texture-size.html"]
602 # application crashed [@ mozilla::gl::GLContext::AfterGLCall]
603 skip-if = [
604   "os == 'android'",
605   "os == 'win'",
608 ["generated/test_conformance__textures__misc__texture-size-limit.html"]
609 skip-if = ["os == 'linux' && asan"]
611 ["generated/test_2_conformance2__reading__read-pixels-from-fbo-test.html"]
612 # Test timed out
613 # called finish() multiple times
614 # (broken test)
615 skip-if = ["true"]
617 ["generated/test_2_conformance2__misc__expando-loss-2.html"]
618 skip-if = [
619   "os == 'android'",
620   "os == 'linux'",
621   "verify && debug",
624 ["generated/test_2_conformance2__misc__uninitialized-test-2.html"]
625 skip-if = [
626   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
627   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
628   "os == 'win'",
631 ["generated/test_2_conformance__misc__bad-arguments-test.html"]
632 # skip because some result logged after SimpleTest.finish()
633 skip-if = [
634   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
635   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
636   "os == 'win'",
639 ["generated/test_conformance__misc__bad-arguments-test.html"]
640 # skip because some result logged after SimpleTest.finish()
641 skip-if = [
642   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
643   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
644   "os == 'win'",
645   "os == 'linux'",
646   "os == 'android'",
649 ["generated/test_2_conformance__glsl__constructors__glsl-construct-vec-mat-index.html"]
650 # skip this test because finish() was called multiple times
651 skip-if = [
652   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
653   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
654   "os == 'win'",
655   "os == 'linux'",
656   "os == 'android'",
659 ["generated/test_conformance__glsl__constructors__glsl-construct-vec-mat-index.html"]
660 # skip this test because finish() was called multiple times
661 skip-if = [
662   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
663   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
664   "os == 'win'",
665   "os == 'linux'",
666   "os == 'android'",
669 ["generated/test_conformance__glsl__bugs__sampler-struct-function-arg.html"]
670 # Crashes
671 skip-if = [
672   "os == 'linux'",
673   "os == 'android'",
676 ["generated/test_conformance__glsl__constructors__glsl-construct-bvec2.html"]
677 # mozalloc_abort in libglsl.so
678 skip-if = [
679   "os == 'linux'",
680   "os == 'android'",
683 ["generated/test_conformance__glsl__bugs__pow-of-small-constant-in-user-defined-function.html"]
684 skip-if = ["os == 'android'"]
686 ["generated/test_2_conformance2__textures__misc__tex-image-with-bad-args-from-dom-elements.html"]
687 skip-if = [
688   "os == 'win'",
689   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
690   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
691   "os == 'android' && processor == 'aarch64'", # Bug 1687073
694 ["generated/test_2_conformance2__glsl3__tricky-loop-conditions.html"]
695 fail-if = ["os == 'win'"]
697 ["generated/test_2_conformance2__textures__misc__tex-srgb-mipmap.html"]
698 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
700 ["generated/test_2_conformance2__textures__video__tex-3d-r11f_g11f_b10f-rgb-float.html"]
701 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
703 ["generated/test_2_conformance2__textures__video__tex-3d-r11f_g11f_b10f-rgb-half_float.html"]
704 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
706 ["generated/test_2_conformance2__textures__video__tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html"]
707 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
709 ["generated/test_2_conformance2__textures__video__tex-3d-rg16f-rg-float.html"]
710 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
712 ["generated/test_2_conformance2__textures__video__tex-3d-rg16f-rg-half_float.html"]
713 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
715 ["generated/test_2_conformance2__textures__video__tex-3d-rg32f-rg-float.html"]
716 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
718 ["generated/test_2_conformance2__textures__video__tex-3d-rg8-rg-unsigned_byte.html"]
719 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
721 ["generated/test_2_conformance2__textures__video__tex-3d-rg8ui-rg_integer-unsigned_byte.html"]
722 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
724 ["generated/test_2_conformance2__textures__video__tex-3d-rgb16f-rgb-float.html"]
725 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
727 ["generated/test_2_conformance2__textures__video__tex-3d-rgb16f-rgb-half_float.html"]
728 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
730 ["generated/test_2_conformance2__textures__video__tex-3d-rgb32f-rgb-float.html"]
731 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
733 ["generated/test_2_conformance2__textures__video__tex-3d-rgb565-rgb-unsigned_byte.html"]
734 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
736 ["generated/test_2_conformance2__textures__video__tex-3d-rgb565-rgb-unsigned_short_5_6_5.html"]
737 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
739 ["generated/test_2_conformance2__textures__video__tex-3d-rgb5_a1-rgba-unsigned_byte.html"]
740 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
742 ["generated/test_2_conformance2__textures__video__tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html"]
743 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
745 ["generated/test_2_conformance2__textures__video__tex-3d-rgb8-rgb-unsigned_byte.html"]
746 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
748 ["generated/test_2_conformance2__textures__video__tex-3d-rgb8ui-rgb_integer-unsigned_byte.html"]
749 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
751 ["generated/test_2_conformance2__textures__video__tex-3d-rgb9_e5-rgb-float.html"]
752 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
754 ["generated/test_2_conformance2__textures__video__tex-3d-rgb9_e5-rgb-half_float.html"]
755 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
757 ["generated/test_2_conformance2__textures__video__tex-3d-rgba16f-rgba-float.html"]
758 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
760 ["generated/test_2_conformance2__textures__video__tex-3d-rgba16f-rgba-half_float.html"]
761 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
763 ["generated/test_2_conformance2__textures__video__tex-3d-rgba32f-rgba-float.html"]
764 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
766 ["generated/test_2_conformance2__textures__video__tex-3d-rgba4-rgba-unsigned_byte.html"]
767 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
769 ["generated/test_2_conformance2__textures__video__tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html"]
770 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
772 ["generated/test_2_conformance2__textures__video__tex-3d-rgba8-rgba-unsigned_byte.html"]
773 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
775 ["generated/test_2_conformance2__textures__video__tex-3d-rgba8ui-rgba_integer-unsigned_byte.html"]
776 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
778 ["generated/test_2_conformance2__textures__video__tex-3d-srgb8-rgb-unsigned_byte.html"]
779 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
781 ["generated/test_2_conformance2__textures__video__tex-3d-srgb8_alpha8-rgba-unsigned_byte.html"]
782 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
784 ["generated/test_2_conformance2__textures__misc__copy-texture-image-same-texture.html"]
785 skip-if = [
786   "os == 'linux'",
787   "os == 'win'",
790 ["generated/test_conformance__rendering__rendering-stencil-large-viewport.html"]
791 fail-if = [
792   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
793   "os == 'linux' && verify && debug",
795 # 02:52:43     INFO -  GECKO(1000) | JavaScript warning: http://mochi.test:8888/tests/dom/canvas/test/webgl-conf/checkout/conformance/rendering/rendering-stencil-large-viewport.html, line 85: Error: WebGL warning: Requested size 32767x32767 was too large, but resize to 16383x16383 succeeded.
796 # 02:52:43     INFO -  GECKO(1000) | JavaScript warning: http://mochi.test:8888/tests/dom/canvas/test/webgl-conf/checkout/conformance/rendering/rendering-stencil-large-viewport.html, line 85: Error: WebGL warning: drawArrays: Drawing to a destination rect smaller than the viewport rect. (This warning will only be given once)
797 # 02:52:43     INFO -  GECKO(1000) | MEMORY STAT | vsize 945MB | vsizeMaxContiguous 98MB | residentFast 211MB | heapAllocated 42MB
798 # 02:52:43     INFO -  GECKO(1000) | ERR: rx::SwapChain11::resetOffscreenColorBuffer(268): Could not create offscreen texture, 0x0505
799 # 02:52:43     INFO -  GECKO(1000) | JavaScript warning: , line 0: Error: WebGL warning: screen->Resize failed. Losing context.
800 # 02:52:43     INFO -  GECKO(1000) | WebGL(0EE8DC00)::ForceLoseContext
801 # 02:52:43     INFO -  GECKO(1000) | [GFX1]: Invalid canvas front buffer or screen
802 # 02:52:44     INFO -  GECKO(1000) | Assertion failure: [GFX1]: Invalid canvas front buffer or screen, at z:\build\build\src\obj-firefox\dist\include\mozilla/gfx/Logging.h:727
803 # 02:53:02     INFO -  GECKO(1000) | #01: mozilla::gfx::Log<1,mozilla::gfx::CriticalLogger>::WriteLog(std::basic_string<char,std::char_traits<char>,std::allocator<char> > const &) [gfx/2d/Logging.h:728]
804 # 02:53:02     INFO -  GECKO(1000) | #02: mozilla::gfx::Log<1,mozilla::gfx::CriticalLogger>::Flush() [gfx/2d/Logging.h:286]
805 # 02:53:02     INFO -  GECKO(1000) | #03: mozilla::layers::CanvasClientSharedSurface::UpdateRenderer(mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits>,mozilla::MaybeOneOf<mozilla::layers::ShareableCanvasRenderer *,mozilla::layers::AsyncCanvasRenderer *> &) [gfx/layers/client/CanvasClient.cpp:412]
806 # 02:53:02     INFO -  GECKO(1000) | #04: mozilla::layers::CanvasClientSharedSurface::Update(mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits>,mozilla::layers::ShareableCanvasRenderer *) [gfx/layers/client/CanvasClient.cpp:381]
807 # 02:53:02     INFO -  GECKO(1000) | #05: mozilla::layers::ShareableCanvasRenderer::UpdateCompositableClient() [gfx/layers/ShareableCanvasRenderer.cpp:237]
808 skip-if = [
809   "os == 'android'",
810   "os == 'win'",
811   "display == 'wayland'",
814 ["generated/test_2_conformance__rendering__rendering-stencil-large-viewport.html"]
815 # same as webgl1 test
816 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
817 skip-if = [
818   "os == 'android'",
819   "os == 'win'",
822 ["generated/test_conformance__glsl__misc__fragcolor-fragdata-invariant.html"]
823 # [unexpected fragment shader compile status] (expected: true) Declaring both gl_FragColor and gl_FragData invariant should succeed.
824 fail-if = [
825   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
826   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
829 ########################################################################
830 # "tst-linux{32,64}-spot-NNN" Slaves:
831 #   Android 2.3 and Linux.
832 # Android: os == 'android'. (Not enough info to separate out 2.3)
833 # Linux: os == 'linux'.
834 ["generated/test_conformance__glsl__bugs__temp-expressions-should-not-crash.html"]
835 # Coincidentally enough, crashes on Linux and Android 4.0.
836 skip-if = [
837   "os == 'android'",
838   "os == 'linux'",
841 ["generated/test_conformance__reading__read-pixels-test.html"]
842 # Causes consistent *blues*: "DMError: Remote Device Error: unable to
843 # connect to 127.0.0.1 after 5 attempts" on 'Android 2.3 Opt'.
844 skip-if = [
845   "os == 'android'",
846   "os == 'linux'",
849 ["generated/test_conformance__textures__misc__texture-upload-size.html"]
850 # application crashed [@ mozilla::WebGLTexture::TexSubImage]
851 skip-if = [
852   "os == 'win'",
853   "os == 'android'",
856 ["generated/test_2_conformance2__rendering__framebuffer-render-to-layer.html"]
857 # pixel 0,0 channel 2 was 51 expected 63 +/- 9
858 fail-if = [
859   "os == 'android'",
860   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
861   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
864 ########################################################################
865 ########################################################################
866 # Android
868 ["generated/test_conformance__extensions__oes-texture-float-with-image-data.html"]
870 ["generated/test_conformance__extensions__oes-texture-half-float-with-image-data.html"]
872 ["generated/test_conformance__extensions__oes-texture-float-with-video.html"]
873 # Timeout
874 skip-if = ["os == 'android'"]
876 ["generated/test_conformance__extensions__oes-texture-half-float-with-video.html"]
877 # Timeout
878 skip-if = ["os == 'android'"]
880 ["generated/test_conformance__extensions__oes-texture-half-float.html"]
882 ["generated/test_conformance__canvas__rapid-resizing.html"]
883 # Frequent orange crash.
884 skip-if = ["os == 'android'"]
886 ["generated/test_conformance__canvas__drawingbuffer-hd-dpi-test.html"]
887 # Crashes
888 skip-if = ["os == 'android'"]
890 ["generated/test_conformance__context__context-creation.html"]
891 # Crashes
892 skip-if = ["os == 'android'"]
894 ["generated/test_conformance__context__context-eviction-with-garbage-collection.html"]
895 # Crashes
896 skip-if = ["os == 'android'"]
898 ["generated/test_conformance__glsl__bugs__nested-functions-should-not-crash.html"]
899 # Crashes
900 skip-if = ["os == 'android'"]
902 ["generated/test_conformance__glsl__bugs__conditional-discard-optimization.html"]
903 # Crashes
904 skip-if = ["os == 'android'"]
906 ["generated/test_conformance__glsl__bugs__conditional-discard-in-loop.html"]
907 # Crashes
908 skip-if = ["os == 'android'"]
910 ["generated/test_conformance__glsl__bugs__floored-division-accuracy.html"]
911 # Crashes
912 skip-if = ["os == 'android'"]
914 ["generated/test_conformance__glsl__variables__gl-fragcoord.html"]
915 # Crashes
916 skip-if = ["os == 'android'"]
918 ["generated/test_conformance__rendering__many-draw-calls.html"]
919 # Crashes on Android
920 # Times-out on DEBUG builds
921 skip-if = [
922   "os == 'android'",
923   "debug",
926 ["generated/test_2_conformance__rendering__many-draw-calls.html"]
927 # Appears to just take too long on debug, most of the time.
928 skip-if = ["debug"]
930 ["generated/test_conformance__uniforms__out-of-bounds-uniform-array-access.html"]
931 # Crashes
932 skip-if = [
933   "os == 'android'",
934   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
937 ["generated/test_conformance__glsl__samplers__glsl-function-texture2dproj.html"]
938 # Crashes
939 skip-if = ["os == 'android'"]
941 ["generated/test_conformance__rendering__framebuffer-switch.html"]
942 # Crashes
943 skip-if = ["os == 'android'"]
945 ["generated/test_conformance__glsl__bugs__modulo-arithmetic-accuracy.html"]
946 # Crashes
947 skip-if = ["os == 'android'"]
949 ["generated/test_conformance__glsl__bugs__multiplication-assignment.html"]
950 # Crashes
951 skip-if = ["os == 'android'"]
953 ["generated/test_conformance__rendering__framebuffer-texture-switch.html"]
954 # Crashes
955 skip-if = ["os == 'android'"]
957 ["generated/test_conformance__glsl__bugs__array-of-struct-with-int-first-position.html"]
958 # Crashes
959 skip-if = ["os == 'android'"]
961 ["generated/test_conformance__more__conformance__quickCheckAPI-D_G.html"]
962 # void mozilla::gl::GLContext::fGenerateMipmap(GLenum): Generated unexpected GL_INVALID_ENUM error. (0x0500)
963 skip-if = ["os == 'android'"]
965 ["generated/test_conformance__textures__misc__texture-size-cube-maps.html"]
966 # application crashed [@ mozilla::gl::GLContext::AfterGLCall]
967 skip-if = ["os == 'android'"]
969 ["generated/test_conformance__textures__misc__texture-mips.html"]
970 skip-if = ["os == 'android'"]
972 ["generated/test_conformance__glsl__bugs__logic-inside-block-without-braces.html"]
973 # application crashed [@ MustSkipMarking<JSObject*>]
974 skip-if = ["os == 'android'"]
976 ["generated/test_conformance__glsl__bugs__gl-fragcoord-multisampling-bug.html"]
977 # application crashed [@ jemalloc_crash]
978 skip-if = ["os == 'android'"]
980 ["generated/test_conformance__glsl__samplers__glsl-function-texture2dprojlod.html"]
981 # application crashed [@ jemalloc_crash]
982 skip-if = ["os == 'android'"]
984 ["generated/test_conformance__glsl__bugs__compare-loop-index-to-uniform.html"]
985 skip-if = ["os == 'android'"]
987 ["generated/test_conformance__misc__boolean-argument-conversion.html"]
988 skip-if = ["os == 'android'"]
990 ["generated/test_conformance__textures__misc__texture-npot.html"]
991 # application crashed [@ mozilla::gl::GLContext::AfterGLCall]
992 skip-if = ["os == 'android'"]
994 ["generated/test_conformance__glsl__functions__glsl-function-step-gentype.html"]
995 # application crashed [@ jemalloc_crash]
996 skip-if = ["os == 'android'"]
998 ["generated/test_conformance__misc__shader-precision-format.html"]
999 # application crashed [@ jemalloc_crash]
1000 skip-if = ["os == 'android'"]
1002 ["generated/test_conformance__textures__misc__tex-image-webgl.html"]
1003 skip-if = ["os == 'android'"]
1005 ["generated/test_conformance__textures__misc__gl-teximage.html"]
1006 # application crashed [@ jemalloc_crash]
1007 skip-if = ["os == 'android'"]
1009 ["generated/test_conformance__glsl__bugs__sequence-operator-evaluation-order.html"]
1010 # application crashed [@ jemalloc_crash]
1011 skip-if = ["os == 'android'"]
1013 ["generated/test_conformance__glsl__bugs__fragcoord-linking-bug.html"]
1014 # application crashed [@ jemalloc_crash]
1015 skip-if = ["os == 'android'"]
1017 ["generated/test_conformance__textures__misc__texture-sub-image-cube-maps.html"]
1018 # application crashed [@ mozilla::gl::GLContext::AfterGLCall]
1019 skip-if = ["os == 'android'"]
1021 ["generated/test_conformance__glsl__bugs__struct-constructor-highp-bug.html"]
1022 # application crashed [@ jemalloc_crash]
1023 skip-if = ["os == 'android'"]
1025 ["generated/test_conformance__glsl__variables__glsl-built-ins.html"]
1026 # application crashed [@ jemalloc_crash]
1027 skip-if = ["os == 'android'"]
1029 ["generated/test_conformance__glsl__bugs__nested-loops-with-break-and-continue.html"]
1030 # application crashed [@ jemalloc_crash]
1031 skip-if = ["os == 'android'"]
1033 ["generated/test_conformance__glsl__bugs__qualcomm-crash.html"]
1034 # application crashed [@ jemalloc_crash]
1035 skip-if = ["os == 'android'"]
1037 ["generated/test_conformance__glsl__bugs__uniforms-should-not-lose-values.html"]
1038 # application crashed [@ jemalloc_crash]
1039 skip-if = ["os == 'android'"]
1041 ["generated/test_conformance__textures__misc__tex-image-with-invalid-data.html"]
1042 skip-if = ["os == 'android'"]
1043 ####################
1044 # Timeouts
1046 ["generated/test_conformance__context__context-release-upon-reload.html"]
1047 skip-if = ["os == 'android'"]
1049 ["generated/test_conformance__context__context-release-with-workers.html"]
1050 skip-if = ["os == 'android'"]
1052 ["generated/test_conformance__glsl__bugs__complex-glsl-does-not-crash.html"]
1053 skip-if = ["os == 'android'"]
1055 ["generated/test_conformance__textures__image_bitmap_from_video__tex-2d-alpha-alpha-unsigned_byte.html"]
1056 skip-if = ["os == 'android'"]
1057 #[task 2020-01-06T23:59:59.859Z] 23:59:59  WARNING -  PROCESS-CRASH | dom/canvas/test/webgl-conf/generated/test_conformance__textures__image_bitmap_from_video__tex-2d-alpha-alpha-unsigned_byte.html | application crashed [@ RefPtr<mozilla::gfx::SourceSurface>::operator->() const]
1058 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -  Crash dump filename: /tmp/tmpJ24uPs/47e5f8af-bbd2-5a7d-2a9b-a1455e27b452.dmp
1059 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -  Operating system: Android
1060 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -                    0.0.0 Linux 4.4.56-g594d847d09a1 #1 SMP PREEMPT Thu Oct 26 22:34:08 UTC 2017 armv8l
1061 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -  CPU: arm
1062 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -       ARMv1 Qualcomm part(0x51008010) features: half,thumb,fastmult,vfpv2,edsp,neon,vfpv3,tls,vfpv4,idiva,idivt
1063 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -       8 CPUs
1064 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -  GPU: UNKNOWN
1065 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -  Crash reason:  SIGSEGV /SEGV_MAPERR
1066 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -  Crash address: 0x0
1067 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -  Process uptime: not available
1068 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -  Thread 11 (crashed)
1069 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -   0  libxul.so!RefPtr<mozilla::gfx::SourceSurface>::operator->() const [RefPtr.h:c51d1038215eefa91552a819433870898cf05864 : 312 + 0x22]
1070 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -       r0 = 0x00000000    r1 = 0xcb15c85e    r2 = 0x5d4020cd    r3 = 0x5d4020cd
1071 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -       r4 = 0x00000139    r5 = 0xce07ff8c    r6 = 0xc83c0c9d    r7 = 0xce07ff80
1072 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -       r8 = 0xce07fff8    r9 = 0xce07ff94   r10 = 0xea31d1b8   r12 = 0xe8bdcfb8
1073 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -       fp = 0x9f457ba0    sp = 0xce07ff78    lr = 0xeb2e459d    pc = 0xc78df970
1074 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -      Found by: given as instruction pointer in context
1075 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -   1  libxul.so!mozilla::dom::ImageBitmap::ToCloneData() const [ImageBitmap.cpp:c51d1038215eefa91552a819433870898cf05864 : 618 + 0x3]
1076 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -       r4 = 0x00000000    r5 = 0xce07ff8c    r6 = 0xc83c0c9d    r7 = 0xce07ffb8
1077 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -       r8 = 0xce07fff8    r9 = 0xce07ff94   r10 = 0xea31d1b8    fp = 0x9f457ba0
1078 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -       sp = 0xce07ff88    lr = 0xc83c0bf5    pc = 0xc83c0bf5
1079 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -      Found by: call frame info
1080 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -   2  libxul.so!mozilla::WebGLContext::From(StrongGLenum<TexImageTargetDetails>, int, int, int, int, mozilla::TexImageSource const&, mozilla::dom::TypedArray<unsigned char, &js::UnwrapUint8ClampedArray, &(JS_GetUint8ClampedArrayData(JSObject*, bool*, JS::AutoRequireNoGC const&)), &js::GetUint8ClampedArrayLengthAndData, &(JS_NewUint8ClampedArray(JSContext*, unsigned int))>*) [WebGLTextureUpload.cpp:c51d1038215eefa91552a819433870898cf05864 : 427 + 0x5]
1081 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -       r4 = 0x00000000    r5 = 0xffffffff    r6 = 0xce080114    r7 = 0xce080038
1082 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -       r8 = 0x00000000    r9 = 0x00000de1   r10 = 0xce080054    fp = 0xea31d1b8
1083 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -       sp = 0xce07ffc0    lr = 0xc840954d    pc = 0xc840954d
1084 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -      Found by: call frame info
1085 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -   3  libxul.so!mozilla::ValidateTexOrSubImage(mozilla::WebGLContext*, StrongGLenum<TexImageTargetDetails>, int, int, int, int, mozilla::webgl::PackingInfo const&, mozilla::TexImageSource const&, mozilla::dom::TypedArray<unsigned char, &js::UnwrapUint8ClampedArray, &(JS_GetUint8ClampedArrayData(JSObject*, bool*, JS::AutoRequireNoGC const&)), &js::GetUint8ClampedArrayLengthAndData, &(JS_NewUint8ClampedArray(JSContext*, unsigned int))>*) [WebGLTextureUpload.cpp:c51d1038215eefa91552a819433870898cf05864 : 457 + 0x11]
1086 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -       r4 = 0xea31d1b8    r5 = 0xafd36400    r6 = 0xce080114    r7 = 0xce080078
1087 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -       r8 = 0x00000000    r9 = 0x00000de1   r10 = 0xce0800a4    fp = 0xea31d1b8
1088 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -       sp = 0xce080040    lr = 0xc8409a2d    pc = 0xc8409a2d
1089 #[task 2020-01-06T23:59:59.859Z] 23:59:59     INFO -      Found by: call frame info
1090 ["generated/test_conformance__textures__image_bitmap_from_video__tex-2d-luminance-luminance-unsigned_byte.html"]
1091 skip-if = ["os == 'android'"]
1093 ["generated/test_conformance__textures__image_bitmap_from_video__tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html"]
1094 skip-if = ["os == 'android'"]
1096 ["generated/test_conformance__textures__image_bitmap_from_video__tex-2d-rgb-rgb-unsigned_byte.html"]
1097 skip-if = ["os == 'android'"]
1099 ["generated/test_conformance__textures__image_bitmap_from_video__tex-2d-rgb-rgb-unsigned_short_5_6_5.html"]
1100 skip-if = ["os == 'android'"]
1102 ["generated/test_conformance__textures__image_bitmap_from_video__tex-2d-rgba-rgba-unsigned_byte.html"]
1103 skip-if = ["os == 'android'"]
1105 ["generated/test_conformance__textures__image_bitmap_from_video__tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html"]
1106 skip-if = ["os == 'android'"]
1108 ["generated/test_conformance__textures__image_bitmap_from_video__tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html"]
1109 skip-if = ["os == 'android'"]
1111 ["generated/test_conformance__textures__video__tex-2d-alpha-alpha-unsigned_byte.html"]
1112 skip-if = ["os == 'android'"]
1114 ["generated/test_conformance__textures__video__tex-2d-luminance-luminance-unsigned_byte.html"]
1115 skip-if = ["os == 'android'"]
1117 ["generated/test_conformance__textures__video__tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html"]
1118 skip-if = ["os == 'android'"]
1120 ["generated/test_conformance__textures__video__tex-2d-rgb-rgb-unsigned_byte.html"]
1121 skip-if = [
1122   "os == 'android'",
1123   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
1124   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # Bug 1673105 for mac+WR
1127 ["generated/test_conformance__textures__video__tex-2d-rgb-rgb-unsigned_short_5_6_5.html"]
1128 skip-if = ["os == 'android'"]
1130 ["generated/test_conformance__textures__video__tex-2d-rgba-rgba-unsigned_byte.html"]
1131 skip-if = [
1132   "os == 'android'",
1133   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
1134   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # Bug 1673105 for mac+WR
1137 ["generated/test_conformance__textures__video__tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html"]
1138 skip-if = ["os == 'android'"]
1140 ["generated/test_conformance__textures__video__tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html"]
1141 skip-if = ["os == 'android'"]
1143 ["generated/test_2_conformance2__extensions__ovr_multiview2_depth.html"]
1144 skip-if = ["os == 'android'"]
1146 ["generated/test_2_conformance2__extensions__ovr_multiview2_draw_buffers.html"]
1147 skip-if = ["os == 'android'"]
1148 # https://bugzilla.mozilla.org/show_bug.cgi?id=1810021
1150 # Currently getting failures like the following:
1152 # > ```
1153 # > the right edge of view 0 of color attachment 1 should be untouched
1154 # > the left edge of view 1 of color attachment 1 should be untouched
1155 # > the right edge of view 1 of color attachment 1 should be untouched
1156 # > the left edge of view 2 of color attachment 1 should be untouched
1157 # > the right edge of view 2 of color attachment 1 should be untouched
1158 # > the left edge of view 3 of color attachment 1 should be untouched
1159 # > the right edge of view 0 of color attachment 2 should be untouched
1160 # > the left edge of view 1 of color attachment 2 should be untouched
1161 # > the right edge of view 1 of color attachment 2 should be untouched
1162 # > the left edge of view 2 of color attachment 2 should be untouched
1163 # > the right edge of view 2 of color attachment 2 should be untouched
1164 # > the left edge of view 3 of color attachment 2 should be untouched
1165 # > ```
1166 fail-if = ["os == 'win' && debug"]
1168 ["generated/test_2_conformance2__extensions__ovr_multiview2_instanced_draw.html"]
1169 skip-if = ["os == 'android'"]
1171 ["generated/test_2_conformance2__renderbuffers__multisampled-renderbuffer-initialization.html"]
1173 ["generated/test_conformance__extensions__ext-sRGB.html"]
1174 fail-if = ["os == 'android'"]
1176 ["generated/test_2_conformance__extensions__webgl-compressed-texture-astc.html"]
1177 skip-if = ["os == 'android' && debug"]
1179 ["generated/test_2_conformance2__rendering__uniform-block-buffer-size.html"]
1180 skip-if = ["os == 'android'"]
1181 # [task 2020-01-07T01:44:09.858Z] 01:44:09  WARNING -  PROCESS-CRASH | dom/canvas/test/webgl-conf/generated/test_2_conformance2__rendering__uniform-block-buffer-size.html | application crashed [@ mozilla::gfx::Log<1, mozilla::gfx::CriticalLogger>::WriteLog(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&)]
1182 # [task 2020-01-07T01:44:09.858Z] 01:44:09     INFO -  Crash dump filename: /tmp/tmpc7PIpQ/54957c68-e992-3e79-0598-34251a47e519.dmp
1183 # [task 2020-01-07T01:44:09.858Z] 01:44:09     INFO -  Operating system: Android
1184 # [task 2020-01-07T01:44:09.858Z] 01:44:09     INFO -                    0.0.0 Linux 4.4.56-g594d847d09a1 #1 SMP PREEMPT Thu Oct 26 22:34:08 UTC 2017 armv8l
1185 # [task 2020-01-07T01:44:09.858Z] 01:44:09     INFO -  CPU: arm
1186 # [task 2020-01-07T01:44:09.858Z] 01:44:09     INFO -       ARMv1 Qualcomm part(0x51008010) features: half,thumb,fastmult,vfpv2,edsp,neon,vfpv3,tls,vfpv4,idiva,idivt
1187 # [task 2020-01-07T01:44:09.858Z] 01:44:09     INFO -       8 CPUs
1188 # [task 2020-01-07T01:44:09.858Z] 01:44:09     INFO -  GPU: UNKNOWN
1189 # [task 2020-01-07T01:44:09.858Z] 01:44:09     INFO -  Crash reason:  SIGSEGV /SEGV_MAPERR
1190 # [task 2020-01-07T01:44:09.858Z] 01:44:09     INFO -  Crash address: 0x0
1191 # [task 2020-01-07T01:44:09.858Z] 01:44:09     INFO -  Process uptime: not available
1192 # [task 2020-01-07T01:44:09.858Z] 01:44:09     INFO -  Thread 11 (crashed)
1193 # [task 2020-01-07T01:44:09.858Z] 01:44:09     INFO -   0  libxul.so!mozilla::gfx::Log<1, mozilla::gfx::CriticalLogger>::WriteLog(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&) [Logging.h:ce11b73ab52b1e6d7d79f69ff30aba01f8a267dd : 747 + 0x20]
1194 # [task 2020-01-07T01:44:09.858Z] 01:44:09     INFO -       r0 = 0x00000000    r1 = 0xcc41aad6    r2 = 0xcc41aa7a    r3 = 0x000002eb
1195 # [task 2020-01-07T01:44:09.858Z] 01:44:09     INFO -       r4 = 0xcc41aa7a    r5 = 0x000002eb    r6 = 0xea51b1b8    r7 = 0xcf180908
1196 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       r8 = 0xcc594f91    r9 = 0xcf180958   r10 = 0xea51b1b8   r12 = 0xcf180418
1197 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       fp = 0x00000000    sp = 0xcf180900    lr = 0xc89e306d    pc = 0xc89e34d4
1198 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -      Found by: given as instruction pointer in context
1199 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -   1  libxul.so!mozilla::gfx::Log<1, mozilla::gfx::CriticalLogger>::Flush() [Logging.h:ce11b73ab52b1e6d7d79f69ff30aba01f8a267dd : 279 + 0x5]
1200 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       r4 = 0xcf180964    r5 = 0xcf180970    r6 = 0xea51b1b8    r7 = 0xcf180940
1201 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       r8 = 0xcc594f91    r9 = 0xcf180958   r10 = 0xea51b1b8    fp = 0x00000000
1202 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       sp = 0xcf180910    lr = 0xc89e3435    pc = 0xc89e3435
1203 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -      Found by: call frame info
1204 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -   2  libxul.so!mozilla::gfx::Log<1, mozilla::gfx::CriticalLogger>::~Log() [Logging.h:ce11b73ab52b1e6d7d79f69ff30aba01f8a267dd : 272 + 0x9]
1205 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       r4 = 0xcf180964    r5 = 0xce18c10c    r6 = 0x00000501    r7 = 0xcf180950
1206 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       r8 = 0xcc594f91    r9 = 0xcf180958   r10 = 0xea51b1b8    fp = 0x00000000
1207 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       sp = 0xcf180948    lr = 0xc89e30f7    pc = 0xc89e30f7
1208 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -      Found by: call frame info
1209 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -   3  libxul.so!mozilla::gl::GLContext::AfterGLCall_Debug(char const*) const [GLContext.cpp:ce11b73ab52b1e6d7d79f69ff30aba01f8a267dd : 2896 + 0x23]
1210 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       r4 = 0xcf180964    r5 = 0xce18c10c    r6 = 0x00000501    r7 = 0xcf180a40
1211 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       r8 = 0xcc594f91    r9 = 0xcf180958   r10 = 0xea51b1b8    fp = 0x00000000
1212 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       sp = 0xcf180958    lr = 0xc8a65007    pc = 0xc8a65007
1213 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -      Found by: call frame info
1214 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -   4  libxul.so!mozilla::gl::GLContext::fBindBufferRange(unsigned int, unsigned int, unsigned int, long, long) [GLContext.h:ce11b73ab52b1e6d7d79f69ff30aba01f8a267dd : 2773 + 0x9]
1215 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       r4 = 0xade7a000    r5 = 0xea51b1b8    r6 = 0xeaf37d84    r7 = 0xcf180a80
1216 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       r8 = 0x00000003    r9 = 0x00000001   r10 = 0x00008a11    fp = 0x00000000
1217 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       sp = 0xcf180a48    lr = 0xc94da363    pc = 0xc94da363
1218 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -      Found by: call frame info
1219 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -   5  libxul.so!mozilla::WebGLContext::BindBufferRangeImpl(unsigned int, unsigned int, mozilla::WebGLBuffer*, long long, long long) [WebGLContextBuffers.cpp:ce11b73ab52b1e6d7d79f69ff30aba01f8a267dd : 223 + 0x13]
1220 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       r4 = 0xaed64120    r5 = 0x00008a11    r6 = 0xadecc800    r7 = 0xcf180ac0
1221 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       r8 = 0x00000001    r9 = 0xea51b1b8   r10 = 0x0000000f    fp = 0x00000000
1222 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       sp = 0xcf180a88    lr = 0xc94da255    pc = 0xc94da255
1223 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -      Found by: call frame info
1224 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -   6  libxul.so!mozilla::WebGLContext::BindBufferRange(unsigned int, unsigned int, mozilla::WebGLBuffer*, long long, long long) [WebGLContext.h:ce11b73ab52b1e6d7d79f69ff30aba01f8a267dd : 1053 + 0x13]
1225 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       r4 = 0xaed64120    r5 = 0x00008a11    r6 = 0xadecc800    r7 = 0xcf180b08
1226 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       r8 = 0x00000001    r9 = 0x00000000   r10 = 0x00000000    fp = 0xea51b1b8
1227 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       sp = 0xcf180ac8    lr = 0xc9251fa3    pc = 0xc9251fa3
1228 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -      Found by: call frame info
1229 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -   7  libxul.so!mozilla::dom::WebGL2RenderingContext_Binding::bindBufferRange(JSContext*, JS::Handle<JSObject*>, void*, JSJitMethodCallArgs const&) [WebGL2RenderingContextBinding.cpp: : 9357 + 0x17]
1230 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       r4 = 0x00000000    r5 = 0xc3009800    r6 = 0x0000000f    r7 = 0xcf180b70
1231 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       r8 = 0xadecc800    r9 = 0xea51b1b8   r10 = 0xcf180b9c    fp = 0x00000341
1232 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -       sp = 0xcf180b10    lr = 0xc9251e79    pc = 0xc9251e79
1233 # [task 2020-01-07T01:44:09.866Z] 01:44:09     INFO -      Found by: call frame info
1235 ####################
1237 ["generated/test_conformance__attribs__gl-bindAttribLocation-aliasing.html"]
1238 # OOM crash
1239 skip-if = ["os == 'android'"]
1241 ["generated/test_conformance__attribs__gl-bindAttribLocation-matrix.html"]
1242 # OOM crash
1243 skip-if = ["os == 'android'"]
1245 ["generated/test_conformance__misc__uninitialized-test.html"]
1246 # Crashes
1247 skip-if = ["os == 'android'"]
1249 ["generated/test_conformance__renderbuffers__framebuffer-object-attachment.html"]
1250 # Crashes
1251 skip-if = ["os == 'android'"]
1253 ########################################################################
1254 ########################################################################
1255 # Linux
1256 ["generated/test_conformance__glsl__constructors__glsl-construct-vec-mat-corner-cases.html"]
1257 # mozalloc_abort in libglsl.so
1258 skip-if = ["os == 'linux'"]
1260 ["generated/test_conformance__glsl__constructors__glsl-construct-vec3.html"]
1261 # Crashes
1262 skip-if = ["os == 'linux'"]
1264 ["generated/test_conformance__glsl__constructors__glsl-construct-vec4.html"]
1265 # Inferred crash from vec3 above.
1266 skip-if = ["os == 'linux'"]
1268 ["generated/test_conformance__glsl__constructors__glsl-construct-ivec2.html"]
1269 # Crashes from libglsl.so
1270 skip-if = ["os == 'linux'"]
1272 ["generated/test_conformance__glsl__functions__glsl-function-atan.html"]
1273 # Crashes
1274 skip-if = ["os == 'linux'"]
1276 ["generated/test_conformance__limits__gl-min-textures.html"]
1277 # mesa upgrade issues or task cluster issues- we just need it green; bug 1220658
1278 skip-if = ["os == 'linux'"]
1280 ["generated/test_conformance__ogles__GL__notEqual__notEqual_001_to_008.html"]
1281 # Crashes
1282 skip-if = ["os == 'linux'"]
1284 ["generated/test_conformance__ogles__GL__sign__sign_001_to_006.html"]
1285 # Crashes
1286 skip-if = ["os == 'linux'"]
1288 ["generated/test_conformance__rendering__clipping-wide-points.html"]
1289 fail-if = ["os == 'linux'"]
1291 ["generated/test_2_conformance2__context__context-attributes-depth-stencil-antialias-obeyed.html"]
1292 fail-if = [
1293   "os == 'android'",
1294   "os == 'linux'",
1297 ["generated/test_2_conformance2__rendering__blitframebuffer-multisampled-readbuffer.html"]
1298 fail-if = ["os == 'linux'"]
1300 ["generated/test_2_conformance2__rendering__clipping-wide-points.html"]
1301 fail-if = ["os == 'linux'"]
1303 ["generated/test_2_conformance2__state__gl-get-calls.html"]
1304 fail-if = ["os == 'linux'"]
1306 ["generated/test_2_conformance__glsl__bugs__sampler-array-using-loop-index.html"]
1307 fail-if = ["os == 'linux' && display != 'wayland'"]
1309 ["generated/test_conformance__rendering__line-rendering-quality.html"]
1310 # Found 0 lines, looking in the vertical direction, expected 2
1311 fail-if = ["os == 'linux' && display != 'wayland'"]
1313 ["generated/test_conformance__rendering__blending.html"]
1314 # Android 13.0 Pixel5 AArch64
1315 # dom/canvas/test/webgl-conf/generated/test_conformance__rendering__blending.html | Expected [100,2,3,4], was [1,2,3,4]
1316 fail-if = ["os == 'android'"]
1318 ["generated/test_2_conformance__rendering__blending.html"]
1319 fail-if = ["os == 'android'"]
1321 ["generated/test_2_conformance2__glsl3__valid-invariant.html"]
1322 fail-if = ["os == 'linux' && display != 'wayland'"]
1323 # [unexpected link status] vertex shader with invariant varying and fragment shader with variant varying must succeed
1324 # [unexpected link status] vertex shader with invariant (global setting) varying and fragment shader with variant varying must succeed
1325 # [unexpected link status] vertex shader with invariant (separately set) varying and fragment shader with variant varying must succeed
1327 ["generated/test_2_conformance__rendering__line-rendering-quality.html"]
1328 fail-if = ["os == 'linux'"]
1329 # Found 0 lines, looking in the vertical direction, expected 2
1331 ["generated/test_2_conformance2__rendering__line-rendering-quality.html"]
1332 fail-if = ["os == 'linux'"]
1333 # Found 0 lines, looking in the vertical direction, expected 2
1335 ["generated/test_2_conformance2__textures__misc__copy-texture-cube-map-bug.html"]
1336 skip-if = ["os == 'linux'"]
1337 # [task 2019-12-27T02:30:35.051Z] 02:30:35     INFO - GECKO(1114) | Assertion failure: err == 0x0505, at /builds/worker/workspace/build/src/gfx/gl/SharedSurfaceGL.cpp:31
1338 # [task 2019-12-27T02:30:56.779Z] 02:30:56     INFO - GECKO(1114) | #01: mozilla::gl::SurfaceFactory_Basic::CreateShared(mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&) [gfx/gl/SharedSurfaceGL.h:82]
1339 # [task 2019-12-27T02:30:56.786Z] 02:30:56     INFO - GECKO(1114) | #02: mozilla::gl::SurfaceFactory::NewTexClient(mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&) [gfx/gl/SharedSurface.cpp:301]
1340 # [task 2019-12-27T02:30:56.787Z] 02:30:56     INFO - GECKO(1114) | #03: mozilla::gl::GLScreenBuffer::Resize(mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&) [gfx/gl/GLScreenBuffer.cpp:513]
1341 # [task 2019-12-27T02:30:56.787Z] 02:30:56     INFO - GECKO(1114) | #04: mozilla::WebGLContext::PresentScreenBuffer(mozilla::gl::GLScreenBuffer*) [dom/canvas/WebGLContext.cpp:1430]
1342 # [task 2019-12-27T02:30:56.788Z] 02:30:56     INFO - GECKO(1114) | #05: mozilla::WebGLContextUserData::PreTransactionCallback(void*) [dom/canvas/WebGLContext.cpp:1154]
1344 ########################################################################
1345 ########################################################################
1346 # Mac
1347 ["generated/test_conformance__canvas__drawingbuffer-static-canvas-test.html"]
1348 # Intermittent crash on OSX.
1349 skip-if = [
1350   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
1351   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
1354 ["generated/test_conformance__rendering__multisample-corruption.html"]
1355 # application crashed [@ gldAttachDrawable + 0x9e0]. Also crash on Android.
1356 skip-if = [
1357   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
1358   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
1359   "os == 'android'",
1360   "os == 'win'",
1363 ["generated/test_2_conformance__textures__misc__copy-tex-image-2d-formats.html"]
1364 # Assertion: ""GFX: We should have caught all other errors"" in WebGLTextureUpload.cpp
1365 skip-if = [
1366   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
1367   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
1370 ["generated/test_2_conformance2__textures__misc__generate-mipmap-with-large-base-level.html"]
1371 # getError expected: NO_ERROR. Was OUT_OF_MEMORY
1373 ["generated/test_2_conformance2__textures__misc__tex-unpack-params-imagedata.html"]
1374 # areArraysEqual(actual, expected) should be true. Was false.
1375 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1377 ["generated/test_2_conformance2__offscreencanvas__offscreencanvas-sync.html"]
1378 # Timeout
1379 skip-if = [
1380   "os == 'mac' && os_version == '10.15' && processor == 'x86_64' && opt",
1381   "os == 'mac' && os_version == '11.20' && arch == 'aarch64' && opt",
1384 ["generated/test_2_conformance2__renderbuffers__multisampled-depth-renderbuffer-initialization.html"]
1386 ####################
1387 # failure on OSX
1388 ["generated/test_2_conformance2__textures__misc__tex-unpack-params.html"]
1389 skip-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64' && debug"]
1390 fail-if = [
1391   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
1392   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
1395 ["generated/test_2_conformance2__reading__format-r11f-g11f-b10f.html"]
1397 ["generated/test_2_conformance2__rendering__blitframebuffer-filter-srgb.html"]
1398 fail-if = [
1399   "os == 'linux'",
1400   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
1401   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
1404 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r11f_g11f_b10f-rgb-float.html"]
1405 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1407 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r11f_g11f_b10f-rgb-half_float.html"]
1408 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1410 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html"]
1411 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1413 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r16f-red-float.html"]
1414 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1416 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r16f-red-half_float.html"]
1417 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1419 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r32f-red-float.html"]
1420 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1422 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r8-red-unsigned_byte.html"]
1423 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1425 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r8ui-red_integer-unsigned_byte.html"]
1426 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1428 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rg16f-rg-float.html"]
1429 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1431 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rg16f-rg-half_float.html"]
1432 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1434 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rg32f-rg-float.html"]
1435 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1437 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rg8-rg-unsigned_byte.html"]
1438 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1440 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rg8ui-rg_integer-unsigned_byte.html"]
1441 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1443 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb16f-rgb-float.html"]
1444 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1446 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb16f-rgb-half_float.html"]
1447 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1449 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb32f-rgb-float.html"]
1450 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1452 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb565-rgb-unsigned_byte.html"]
1453 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1455 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb565-rgb-unsigned_short_5_6_5.html"]
1456 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1458 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb5_a1-rgba-unsigned_byte.html"]
1459 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1461 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html"]
1462 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1464 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb8-rgb-unsigned_byte.html"]
1465 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1467 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb8ui-rgb_integer-unsigned_byte.html"]
1468 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1470 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb9_e5-rgb-float.html"]
1471 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1473 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb9_e5-rgb-half_float.html"]
1474 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1476 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgba16f-rgba-float.html"]
1477 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1479 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgba16f-rgba-half_float.html"]
1480 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1482 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgba32f-rgba-float.html"]
1483 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1485 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgba4-rgba-unsigned_byte.html"]
1486 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1488 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html"]
1489 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1491 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgba8-rgba-unsigned_byte.html"]
1492 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1494 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgba8ui-rgba_integer-unsigned_byte.html"]
1495 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1497 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-srgb8-rgb-unsigned_byte.html"]
1498 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1500 ["generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-srgb8_alpha8-rgba-unsigned_byte.html"]
1501 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1503 ["generated/test_2_conformance2__textures__image__tex-3d-r11f_g11f_b10f-rgb-float.html"]
1504 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1506 ["generated/test_2_conformance2__textures__image__tex-3d-r11f_g11f_b10f-rgb-half_float.html"]
1507 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1509 ["generated/test_2_conformance2__textures__image__tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html"]
1510 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1512 ["generated/test_2_conformance2__textures__image__tex-3d-r16f-red-float.html"]
1513 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1515 ["generated/test_2_conformance2__textures__image__tex-3d-r16f-red-half_float.html"]
1516 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1518 ["generated/test_2_conformance2__textures__image__tex-3d-r32f-red-float.html"]
1519 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1521 ["generated/test_2_conformance2__textures__image__tex-3d-r8-red-unsigned_byte.html"]
1522 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1524 ["generated/test_2_conformance2__textures__image__tex-3d-r8ui-red_integer-unsigned_byte.html"]
1525 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1527 ["generated/test_2_conformance2__textures__image__tex-3d-rg16f-rg-float.html"]
1528 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1530 ["generated/test_2_conformance2__textures__image__tex-3d-rg16f-rg-half_float.html"]
1531 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1533 ["generated/test_2_conformance2__textures__image__tex-3d-rg32f-rg-float.html"]
1534 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1536 ["generated/test_2_conformance2__textures__image__tex-3d-rg8-rg-unsigned_byte.html"]
1537 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1539 ["generated/test_2_conformance2__textures__image__tex-3d-rg8ui-rg_integer-unsigned_byte.html"]
1540 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1542 ["generated/test_2_conformance2__textures__image__tex-3d-rgb16f-rgb-float.html"]
1543 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1545 ["generated/test_2_conformance2__textures__image__tex-3d-rgb16f-rgb-half_float.html"]
1546 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1548 ["generated/test_2_conformance2__textures__image__tex-3d-rgb32f-rgb-float.html"]
1549 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1551 ["generated/test_2_conformance2__textures__image__tex-3d-rgb565-rgb-unsigned_byte.html"]
1552 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1554 ["generated/test_2_conformance2__textures__image__tex-3d-rgb565-rgb-unsigned_short_5_6_5.html"]
1555 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1557 ["generated/test_2_conformance2__textures__image__tex-3d-rgb5_a1-rgba-unsigned_byte.html"]
1558 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1560 ["generated/test_2_conformance2__textures__image__tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html"]
1561 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1563 ["generated/test_2_conformance2__textures__image__tex-3d-rgb8-rgb-unsigned_byte.html"]
1564 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1566 ["generated/test_2_conformance2__textures__image__tex-3d-rgb8ui-rgb_integer-unsigned_byte.html"]
1567 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1569 ["generated/test_2_conformance2__textures__image__tex-3d-rgb9_e5-rgb-float.html"]
1570 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1571 ["generated/test_2_conformance2__textures__image__tex-3d-rgb9_e5-rgb-half_float.html"]
1572 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1574 ["generated/test_2_conformance2__textures__image__tex-3d-rgba16f-rgba-float.html"]
1575 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1577 ["generated/test_2_conformance2__textures__image__tex-3d-rgba16f-rgba-half_float.html"]
1578 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1580 ["generated/test_2_conformance2__textures__image__tex-3d-rgba32f-rgba-float.html"]
1581 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1583 ["generated/test_2_conformance2__textures__image__tex-3d-rgba4-rgba-unsigned_byte.html"]
1584 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1586 ["generated/test_2_conformance2__textures__image__tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html"]
1587 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1589 ["generated/test_2_conformance2__textures__image__tex-3d-rgba8-rgba-unsigned_byte.html"]
1590 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1592 ["generated/test_2_conformance2__textures__image__tex-3d-rgba8ui-rgba_integer-unsigned_byte.html"]
1593 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1595 ["generated/test_2_conformance2__textures__image__tex-3d-srgb8-rgb-unsigned_byte.html"]
1596 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1598 ["generated/test_2_conformance2__textures__image__tex-3d-srgb8_alpha8-rgba-unsigned_byte.html"]
1599 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1601 ["generated/test_2_conformance2__textures__misc__tex-mipmap-levels.html"]
1602 fail-if = [
1603   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
1604   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
1605   "win11_2009",
1606   "os == 'win' && os_version == '11.26100' && processor == 'x86_64'",
1609 ["generated/test_2_conformance2__textures__misc__tex-3d-mipmap-levels-intel-bug.html"]
1610 fail-if = [
1611   "win11_2009",
1612   "os == 'win' && os_version == '11.26100' && processor == 'x86_64'",
1615 ["generated/test_2_conformance2__textures__video__tex-3d-r16f-red-float.html"]
1616 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1618 ["generated/test_2_conformance2__textures__video__tex-3d-r16f-red-half_float.html"]
1619 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1621 ["generated/test_2_conformance2__textures__video__tex-3d-r32f-red-float.html"]
1622 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1624 ["generated/test_2_conformance2__textures__video__tex-3d-r8-red-unsigned_byte.html"]
1625 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1627 ["generated/test_2_conformance2__textures__video__tex-3d-r8ui-red_integer-unsigned_byte.html"]
1628 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1630 ["generated/test_2_conformance2__glsl3__vector-dynamic-indexing-swizzled-lvalue.html"]
1631 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1633 ["generated/test_2_conformance2__rendering__framebuffer-texture-level1.html"]
1634 fail-if = ["os == 'mac' && os_version == '10.15' && processor == 'x86_64'"]
1635 skip-if = ["os == 'linux'"]
1636 # Crash in `swrast_dri.so!st_finalize_texture`
1638 ["generated/test_2_conformance2__extensions__ext-color-buffer-float.html"]
1639 skip-if = [
1640   "os == 'mac' && os_version == '10.15' && processor == 'x86_64' && debug",
1641   "os == 'mac' && os_version == '11.20' && arch == 'aarch64' && debug",
1644 ["generated/test_2_conformance__limits__gl-line-width.html"]
1645 skip-if = [
1646   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
1647   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
1650 ["generated/test_2_conformance__misc__type-conversion-test.html"]
1651 skip-if = [
1652   "os == 'mac' && os_version == '10.15' && processor == 'x86_64' && debug",
1653   "os == 'mac' && os_version == '11.20' && arch == 'aarch64' && debug",
1656 ["generated/test_conformance__textures__misc__cube-map-uploads-out-of-order.html"]
1657 #19:53:21     INFO -  0  libsystem_platform.dylib!_platform_memmove$VARIANT$Unknown + 0x144
1658 #19:53:21     INFO -     rax = 0x0000000127afac80   rdx = 0x0000000000000020
1659 #19:53:21     INFO -     rcx = 0x0000000000000020   rbx = 0x0000000184cb4400
1660 #19:53:21     INFO -     rsi = 0x0000000184cb47a0   rdi = 0x0000000127afafe0
1661 #19:53:21     INFO -     rbp = 0x00007fff52570460   rsp = 0x00007fff52570460
1662 #19:53:21     INFO -      r8 = 0x0000000000000000    r9 = 0x0000000000000000
1663 #19:53:21     INFO -     r10 = 0x0000000000000080   r11 = 0xffffffffa2e46880
1664 #19:53:21     INFO -     r12 = 0x0000000000000400   r13 = 0x0000000000000017
1665 #19:53:21     INFO -     r14 = 0x0000000127afac80   r15 = 0x0000000000000080
1666 #19:53:21     INFO -     rip = 0x00007fff903140e4
1667 #19:53:21     INFO -     Found by: given as instruction pointer in context
1668 #19:53:21     INFO -  1  AppleIntelHD5000GraphicsGLDriver + 0x487911
1669 #19:53:21     INFO -     rbp = 0x00007fff52570620   rsp = 0x00007fff52570470
1670 #19:53:21     INFO -     rip = 0x0000000128c87911
1671 #19:53:21     INFO -     Found by: previous frame's frame pointer
1672 #19:53:21     INFO -  2  GLEngine + 0x1a946
1673 #19:53:21     INFO -     rbp = 0x00007fff52570730   rsp = 0x00007fff52570630
1674 #19:53:21     INFO -     rip = 0x00007fff8f740946
1675 #19:53:21     INFO -     Found by: previous frame's frame pointer
1676 #19:53:21     INFO -  3  libGL.dylib + 0x346d
1677 #19:53:21     INFO -     rbp = 0x00007fff52570770   rsp = 0x00007fff52570740
1678 #19:53:21     INFO -     rip = 0x00007fff908cb46d
1679 #19:53:21     INFO -     Found by: previous frame's frame pointer
1680 #19:53:21     INFO -  4  XUL!mozilla::gl::GLContext::fTexImage2D(unsigned int, int, int, int, int, int, unsigned int, unsigned int, void const*) [GLContext.h:6c8751f7f673a9751917d907e630d37abefe186b : 1656 + 0x23]
1681 #19:53:21     INFO -     rbp = 0x00007fff525707e0   rsp = 0x00007fff52570780
1682 #19:53:21     INFO -     rip = 0x000000010e8d8597
1683 #19:53:21     INFO -     Found by: previous frame's frame pointer
1684 #19:53:21     INFO -  5  XUL!mozilla::DoTexImage(mozilla::gl::GLContext*, StrongGLenum<TexImageTargetDetails>, int, mozilla::webgl::DriverUnpackInfo const*, int, int, int, void const*) [WebGLTextureUpload.cpp:6c8751f7f673a9751917d907e630d37abefe186b : 873 + 0x1d]
1685 #19:53:21     INFO -     rbx = 0x000000013df74000   rbp = 0x00007fff52570860
1686 #19:53:21     INFO -     rsp = 0x00007fff525707f0   r12 = 0x0000000184c7a000
1687 #19:53:21     INFO -     r13 = 0x0000000000008517   r14 = 0x000000018b3d1ed4
1688 #19:53:21     INFO -     r15 = 0x0000000000000001   rip = 0x000000010fef5063
1689 #19:53:21     INFO -     Found by: call frame info
1690 #19:53:21     INFO -  6  XUL!mozilla::webgl::TexUnpackBytes::TexOrSubImage(bool, bool, char const*, mozilla::WebGLTexture*, StrongGLenum<TexImageTargetDetails>, int, mozilla::webgl::DriverUnpackInfo const*, int, int, int, mozilla::webgl::PackingInfo const&, unsigned int*) const [TexUnpackBlob.cpp:6c8751f7f673a9751917d907e630d37abefe186b : 407 + 0x11]
1691 #19:53:21     INFO -     rbx = 0x00000001439df838   rbp = 0x00007fff52570910
1692 #19:53:21     INFO -     rsp = 0x00007fff52570870   r12 = 0x0000000000000000
1693 #19:53:21     INFO -     r13 = 0x00000001439df800   r14 = 0x000000013df750b0
1694 #19:53:21     INFO -     r15 = 0x0000000000000100   rip = 0x000000010fe79f5b
1695 #19:53:21     INFO -     Found by: call frame info
1696 #19:53:21     INFO -  7  XUL!mozilla::WebGLTexture::TexImage(char const*, StrongGLenum<TexImageTargetDetails>, int, unsigned int, mozilla::webgl::PackingInfo const&, mozilla::webgl::TexUnpackBlob const*) [WebGLTextureUpload.cpp:6c8751f7f673a9751917d907e630d37abefe186b : 1295 + 0x2d]
1697 #19:53:21     INFO -     rbx = 0x0000000115c5cfe8   rbp = 0x00007fff525709f0
1698 #19:53:21     INFO -     rsp = 0x00007fff52570920   r12 = 0x0000000000000100
1699 #19:53:21     INFO -     r13 = 0x000000013df7b0e0   r14 = 0x000000011420912a
1700 #19:53:21     INFO -     r15 = 0x000000013df7b000   rip = 0x000000010fef43dd
1701 #19:53:21     INFO -     Found by: call frame info
1702 #19:53:21     INFO -  8  XUL!mozilla::WebGLTexture::TexImage(char const*, StrongGLenum<TexImageTargetDetails>, int, unsigned int, int, int, int, int, mozilla::webgl::PackingInfo const&, mozilla::TexImageSource const&) [WebGLTextureUpload.cpp:6c8751f7f673a9751917d907e630d37abefe186b : 478 + 0x1d]
1703 #19:53:21     INFO -     rbx = 0x000000013df750b0   rbp = 0x00007fff52570aa0
1704 #19:53:21     INFO -     rsp = 0x00007fff52570a00   r12 = 0x0000000000008517
1705 #19:53:21     INFO -     r13 = 0x000000011420912a   r14 = 0x00007fff52570ae8
1706 #19:53:21     INFO -     r15 = 0x000000013df7b000   rip = 0x000000010fef3d62
1707 #19:53:21     INFO -     Found by: call frame info
1708 #19:53:21     INFO -  9  XUL!mozilla::WebGLContext::TexImage(char const*, unsigned char, unsigned int, int, unsigned int, int, int, int, int, unsigned int, unsigned int, mozilla::TexImageSource const&) [WebGLContextTextures.cpp:6c8751f7f673a9751917d907e630d37abefe186b : 391 + 0x1f]
1709 #19:53:21     INFO -     rbx = 0x000000011420912a   rbp = 0x00007fff52570b20
1710 #19:53:21     INFO -     rsp = 0x00007fff52570ab0   r12 = 0x0000000000000100
1711 #19:53:21     INFO -     r13 = 0x00007fff52570bd0   r14 = 0x0000000000001908
1712 #19:53:21     INFO -     r15 = 0x0000000000000000   rip = 0x000000010feb6cfe
1713 #19:53:21     INFO -     Found by: call frame info
1714 #19:53:21     INFO - 10  XUL!mozilla::dom::WebGLRenderingContext_Binding::texImage2D(JSContext*, JS::Handle<JSObject*>, mozilla::WebGLContext*, JSJitMethodCallArgs const&) [WebGLContext.h:6c8751f7f673a9751917d907e630d37abefe186b : 1231 + 0x55]
1715 #19:53:21     INFO -     rbx = 0x00007fff52570c60   rbp = 0x00007fff52570cc0
1716 #19:53:21     INFO -     rsp = 0x00007fff52570b30   r12 = 0x00007fff52570c38
1717 #19:53:21     INFO -     r13 = 0x00007fff52570cf8   r14 = 0x000000011c125000
1718 #19:53:21     INFO -     r15 = 0xfff8800000001401   rip = 0x000000010f8a563f
1719 #19:53:21     INFO -     Found by: call frame info
1720 skip-if = [
1721   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
1722   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
1725 ["generated/test_2_conformance__textures__misc__cube-map-uploads-out-of-order.html"]
1726 skip-if = [
1727   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
1728   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
1731 ["generated/test_2_conformance__glsl__misc__fragcolor-fragdata-invariant.html"]
1732 fail-if = [
1733   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
1734   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
1735 ] # [unexpected fragment shader compile status] (expected: true) Declaring both gl_FragColor and gl_FragData invariant should succeed.
1737 ########################################################################
1738 ########################################################################
1739 # Win
1740 ["generated/test_2_conformance__ogles__GL__built_in_varying_array_out_of_bounds__built_in_varying_array_out_of_bounds_001_to_001.html"]
1741 # time out crash
1742 skip-if = ["os == 'win'"]
1744 ["generated/test_conformance__ogles__GL__built_in_varying_array_out_of_bounds__built_in_varying_array_out_of_bounds_001_to_001.html"]
1745 # time out crash
1746 skip-if = ["os == 'win'"]
1748 ["generated/test_2_conformance2__glsl3__vector-dynamic-indexing.html"]
1749 skip-if = [
1750   "os == 'win'",
1751   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
1754 ["generated/test_conformance__uniforms__uniform-values-per-program.html"]
1755 # Crashes on D3D11 debug.
1756 skip-if = ["os == 'win'"]
1758 ["generated/test_2_conformance2__glsl3__uniform-location-length-limits.html"]
1759 # time out crash
1760 skip-if = ["os == 'win' && debug"]
1762 ["generated/test_conformance__textures__misc__tex-image-and-sub-image-2d-with-array-buffer-view.html"]
1763 # time out crash
1764 skip-if = ["os == 'win' && debug"]
1766 ["generated/test_conformance__extensions__webgl-compressed-texture-size-limit.html"]
1768 ["generated/test_2_conformance2__glsl3__loops-with-side-effects.html"]
1769 # application crashed [@ nvoglv32.dll + 0x999512]
1770 skip-if = ["os == 'win'"]
1772 ["generated/test_2_conformance2__attribs__gl-vertex-attrib-i-render.html"]
1773 # timed out crash
1774 skip-if = ["os == 'win'"]
1776 ["generated/test_2_conformance__canvas__canvas-test.html"]
1777 # this test is not always passed every time on opt and debug build
1778 skip-if = ["os == 'win'"]
1780 ["generated/test_2_conformance__canvas__to-data-url-test.html"]
1781 # TEST-UNEXPECTED-ERROR: Assertion count 1 is greater than expected range 0-0 assertions
1782 skip-if = ["os == 'win'"]
1784 ["generated/test_2_conformance__ogles__GL__struct__struct_025_to_032.html"]
1785 # application crashed [@ nvoglv32.dll + 0x90b445]
1786 skip-if = ["os == 'win'"]
1788 ["generated/test_2_conformance__uniforms__out-of-bounds-uniform-array-access.html"]
1789 # application terminated
1790 skip-if = [
1791   "os == 'win'",
1792   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
1795 ["generated/test_2_conformance2__query__occlusion-query.html"]
1796 # Test timed out
1797 # called finish() multiple times
1798 # (broken test)
1799 skip-if = ["true"]
1801 ["generated/test_2_conformance2__attribs__gl-vertex-attrib.html"]
1802 # random timed out
1803 skip-if = ["os == 'win'"]
1805 ["generated/test_2_conformance2__glsl3__short-circuiting-in-loop-condition.html"]
1807 ["generated/test_2_conformance__context__context-attribute-preserve-drawing-buffer.html"]
1809 ["generated/test_2_conformance__glsl__constructors__glsl-construct-bvec2.html"]
1811 ["generated/test_2_conformance__glsl__constructors__glsl-construct-bvec3.html"]
1813 ["generated/test_2_conformance__glsl__constructors__glsl-construct-bvec4.html"]
1815 ["generated/test_2_conformance__glsl__constructors__glsl-construct-ivec2.html"]
1817 ["generated/test_2_conformance__glsl__constructors__glsl-construct-ivec3.html"]
1819 ["generated/test_2_conformance__glsl__constructors__glsl-construct-ivec4.html"]
1821 ["generated/test_2_conformance__glsl__constructors__glsl-construct-vec-mat-corner-cases.html"]
1823 ["generated/test_2_conformance__glsl__constructors__glsl-construct-vec2.html"]
1825 ["generated/test_2_conformance__glsl__constructors__glsl-construct-vec3.html"]
1827 ["generated/test_2_conformance__glsl__constructors__glsl-construct-vec4.html"]
1829 ["generated/test_2_conformance__textures__misc__tex-image-and-sub-image-2d-with-array-buffer-view.html"]
1831 ["generated/test_2_conformance__extensions__webgl-compressed-texture-size-limit.html"]
1833 ["generated/test_2_conformance2__textures__misc__tex-input-validation.html"]
1834 skip-if = [
1835   "os == 'android'",
1836   "os == 'win'",
1839 ["generated/test_2_conformance2__buffers__get-buffer-sub-data.html"]
1840 skip-if = ["os == 'win'"]
1842 ["generated/test_2_conformance__rendering__preservedrawingbuffer-leak.html"]
1843 skip-if = ["os == 'win'"]
1845 ["generated/test_conformance__context__context-size-change.html"]
1846 skip-if = ["os == 'win'"]
1848 ["generated/test_conformance__rendering__preservedrawingbuffer-leak.html"]
1849 skip-if = ["os == 'win'"]
1851 ["generated/test_2_conformance__misc__webgl-specific-stencil-settings.html"]
1852 # [gl:0D6DE000] mozilla::gl::GLContext::raw_fDrawArrays: Generated unexpected GL_INVALID_OPERATION error. (0x0502)
1853 # ERR: gl::ValidateDrawBase(2519): This ANGLE implementation does not support separate front/back stencil writemasks, reference values, or stencil mask values.
1854 # Hit MOZ_CRASH(Unexpected error with MOZ_GL_DEBUG_ABORT_ON_ERROR. (Run with MOZ_GL_DEBUG_ABORT_ON_ERROR=0 to disable)) at z:/build/build/src/gfx/gl/GLContext.cpp:3030
1855 skip-if = ["os == 'win'"]
1857 ["generated/test_conformance__misc__webgl-specific-stencil-settings.html"]
1858 skip-if = ["os == 'win'"]
1860 ["generated/test_conformance__textures__misc__tex-video-using-tex-unit-non-zero.html"]
1861 # Fails on QuantumRender configs, but passes on standard configs?
1862 # Might be intermittant.
1863 skip-if = [
1864   "os == 'win'",
1865   "os == 'android' && debug",
1868 ["generated/test_2_conformance__textures__misc__tex-video-using-tex-unit-non-zero.html"]
1869 skip-if = [
1870   "os == 'win'",
1871   "os == 'android' && debug",
1872   "os == 'mac' && os_version == '11.20' && arch == 'aarch64' && !debug",
1875 ["generated/test_2_conformance2__rendering__framebuffer-render-to-layer-angle-issue.html"]
1876 # framebuffer layer 0 should be green
1877 # framebuffer layer 1 should be green
1878 fail-if = ["os == 'win'"]
1880 ["generated/test_2_conformance__textures__misc__mipmap-fbo.html"]
1882 ["generated/test_conformance__textures__misc__mipmap-fbo.html"]
1884 ["generated/test_2_conformance2__extensions__ext-texture-norm16.html"]
1885 skip-if = ["os == 'android'"] #Bug 1658801
1886 fail-if = [
1887   "os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
1888   "os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
1889   "os == 'linux'",
1892 ["generated/test_conformance__extensions__angle-instanced-arrays.html"]
1893 skip-if = ["os == 'mac' && os_version == '10.15'"]
1895 ["generated/test_2_conformance2__extensions__ovr_multiview2_transform_feedback.html"]
1896 fail-if = ["os == 'android' && android_version == '33'"]
1898 ["generated/test_2_conformance__textures__misc__texture-srgb-upload.html"]
1899 skip-if = ["os == 'android' && processor == 'aarch64'"] # Bug 1796057
1901 ["generated/test_conformance__textures__misc__texture-srgb-upload.html"]
1902 skip-if = ["os == 'android' && processor == 'aarch64'"] # Bug 1796057