| OLD | NEW |
| 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation
s | 4 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation
s |
| 5 | 5 |
| 6 # See the GpuTestExpectations class for documentation. | 6 # See the GpuTestExpectations class for documentation. |
| 7 | 7 |
| 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): | 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
| 9 def __init__(self, conformance_path, url_prefixes=None, is_asan=False): | 9 def __init__(self, conformance_path, url_prefixes=None, is_asan=False): |
| 10 super(WebGL2ConformanceExpectations, self).__init__( | 10 super(WebGL2ConformanceExpectations, self).__init__( |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 self.Flaky('deqp/*', ['win', 'intel', 'd3d11'], bug=628395) | 230 self.Flaky('deqp/*', ['win', 'intel', 'd3d11'], bug=628395) |
| 231 | 231 |
| 232 # Mac only. | 232 # Mac only. |
| 233 | 233 |
| 234 # Regressions in 10.12.4. | 234 # Regressions in 10.12.4. |
| 235 self.Fail('conformance2/textures/misc/tex-base-level-bug.html', | 235 self.Fail('conformance2/textures/misc/tex-base-level-bug.html', |
| 236 ['sierra'], bug=705865) | 236 ['sierra'], bug=705865) |
| 237 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', | 237 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', |
| 238 ['sierra'], bug=705865) | 238 ['sierra'], bug=705865) |
| 239 | 239 |
| 240 # Fails on all GPU types. | 240 # Fails on multiple GPU types. |
| 241 self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html', | 241 self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html', |
| 242 ['mac'], bug=709351) | 242 ['mac'], bug=709351) |
| 243 self.Fail('conformance2/rendering/' + | 243 self.Fail('conformance2/rendering/' + |
| 244 'framebuffer-completeness-unaffected.html', | 244 'framebuffer-completeness-unaffected.html', |
| 245 ['mac'], bug=630800) | 245 ['mac', 'nvidia', 'intel'], bug=630800) |
| 246 self.Fail('deqp/functional/gles3/fbocompleteness.html', | 246 self.Fail('deqp/functional/gles3/fbocompleteness.html', |
| 247 ['mac'], bug=630800) | 247 ['mac', 'nvidia', 'intel'], bug=630800) |
| 248 self.Fail('deqp/functional/gles3/sync.html', ['mac'], bug=676848) | |
| 249 # self.Fail('deqp/functional/gles3/fbocompleteness.html', | |
| 250 # ['mac', ('nvidia', 0xfe9)], bug=616562) | |
| 251 | |
| 252 self.Fail('conformance2/renderbuffers/framebuffer-test.html', | |
| 253 ['mac'], bug=641149) | |
| 254 self.Fail('conformance2/rendering/framebuffer-texture-level1.html', | |
| 255 ['mac'], bug=680278) | |
| 256 | |
| 257 self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html', | |
| 258 ['mac'], bug=654187) | |
| 259 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', | |
| 260 ['mac'], bug=654187) | |
| 261 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', | |
| 262 ['mac'], bug=654187) | |
| 263 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', | |
| 264 ['mac'], bug=654187) | |
| 265 | |
| 266 self.Fail('conformance2/reading/format-r11f-g11f-b10f.html', | |
| 267 ['mac'], bug=1832) # khronos WebGL issue | |
| 268 | 248 |
| 269 # Mac Retina NVIDIA | 249 # Mac Retina NVIDIA |
| 270 self.Fail('deqp/functional/gles3/fbomultisample*', | 250 self.Fail('deqp/functional/gles3/fbomultisample*', |
| 271 ['mac', ('nvidia', 0xfe9)], bug=641209) | 251 ['mac', ('nvidia', 0xfe9)], bug=641209) |
| 272 self.Fail('deqp/functional/gles3/framebufferblit/' + | 252 self.Fail('deqp/functional/gles3/framebufferblit/' + |
| 273 'default_framebuffer_04.html', | 253 'default_framebuffer_04.html', |
| 274 ['mac', ('nvidia', 0xfe9)], bug=483282) | 254 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 275 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', | 255 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', |
| 276 ['mac', ('nvidia', 0xfe9)], bug=483282) | 256 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 277 self.Flaky( | 257 self.Flaky( |
| 278 'conformance/extensions/webgl-compressed-texture-size-limit.html', | 258 'conformance/extensions/webgl-compressed-texture-size-limit.html', |
| 279 ['mac', ('nvidia', 0xfe9)], bug=483282) | 259 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 280 self.Fail('conformance/programs/' + | 260 self.Fail('conformance/programs/' + |
| 281 'gl-bind-attrib-location-long-names-test.html', | 261 'gl-bind-attrib-location-long-names-test.html', |
| 282 ['mac', ('nvidia', 0xfe9)], bug=483282) | 262 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 283 self.Fail('conformance/programs/gl-bind-attrib-location-test.html', | 263 self.Fail('conformance/programs/gl-bind-attrib-location-test.html', |
| 284 ['mac', ('nvidia', 0xfe9)], bug=483282) | 264 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 285 self.Fail('conformance2/glsl3/loops-with-side-effects.html', | 265 self.Fail('conformance2/glsl3/loops-with-side-effects.html', |
| 286 ['mac', ('nvidia', 0xfe9)], bug=483282) | 266 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 287 self.Fail('conformance2/textures/misc/tex-input-validation.html', | 267 self.Fail('conformance2/textures/misc/tex-input-validation.html', |
| 288 ['mac', ('nvidia', 0xfe9), 'no_angle'], bug=483282) | 268 ['mac', ('nvidia', 0xfe9), 'no_angle'], bug=483282) |
| 289 self.Flaky('conformance2/textures/image_bitmap_from_video/' + | 269 self.Flaky('conformance2/textures/image_bitmap_from_video/' + |
| 290 'tex-2d-rgba16f-rgba-half_float.html', | 270 'tex-2d-rgba16f-rgba-half_float.html', |
| 291 ['mac', ('nvidia', 0xfe9)], bug=682834) | 271 ['mac', ('nvidia', 0xfe9)], bug=682834) |
| 292 self.Fail('conformance/uniforms/' + | |
| 293 'no-over-optimization-on-uniform-array-12.html', | |
| 294 ['mac', ('nvidia', 0xfe9)], bug=684903) | |
| 295 | 272 |
| 296 self.Fail('deqp/functional/gles3/draw/random.html', | 273 self.Fail('deqp/functional/gles3/draw/random.html', |
| 297 ['sierra', ('nvidia', 0xfe9)], bug=716652) | 274 ['sierra', ('nvidia', 0xfe9)], bug=716652) |
| 298 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', | 275 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', |
| 299 ['mac', ('nvidia', 0xfe9)], bug=483282) | 276 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 300 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', | 277 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', |
| 301 ['mac', ('nvidia', 0xfe9)], bug=483282) | 278 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 302 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', | 279 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', |
| 303 ['mac', ('nvidia', 0xfe9)], bug=483282) | 280 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 304 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html', | 281 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 self.Fail('deqp/functional/gles3/fboinvalidate/format_02.html', | 387 self.Fail('deqp/functional/gles3/fboinvalidate/format_02.html', |
| 411 ['mac', ('nvidia', 0xfe9)], bug=483282) | 388 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 412 | 389 |
| 413 self.Fail('deqp/functional/gles3/negativeshaderapi.html', | 390 self.Fail('deqp/functional/gles3/negativeshaderapi.html', |
| 414 ['mac', ('nvidia', 0xfe9)], bug=483282) | 391 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 415 | 392 |
| 416 self.Flaky('deqp/functional/gles3/vertexarrays/' + | 393 self.Flaky('deqp/functional/gles3/vertexarrays/' + |
| 417 'multiple_attributes.output.html', | 394 'multiple_attributes.output.html', |
| 418 ['mac', ('nvidia', 0xfe9)], bug=483282) | 395 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 419 | 396 |
| 397 self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html', |
| 398 ['mac', ('nvidia', 0xfe9)], bug=654187) |
| 399 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', |
| 400 ['mac', ('nvidia', 0xfe9)], bug=654187) |
| 401 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', |
| 402 ['mac', ('nvidia', 0xfe9)], bug=654187) |
| 403 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', |
| 404 ['mac', ('nvidia', 0xfe9)], bug=654187) |
| 405 |
| 420 # Mac AMD | 406 # Mac AMD |
| 421 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', | |
| 422 ['mac', 'amd'], bug=679686) | |
| 423 self.Fail('deqp/functional/gles3/fbomultisample.4_samples.html', | |
| 424 ['mac', 'amd'], bug=679686) | |
| 425 self.Fail('deqp/functional/gles3/fbomultisample.2_samples.html', | |
| 426 ['mac', 'amd'], bug=679686) | |
| 427 self.Fail('deqp/functional/gles3/pixelbufferobject.html', | |
| 428 ['mac', 'amd'], bug=679687) | |
| 429 self.Fail('deqp/functional/gles3/instancedrendering.html', | |
| 430 ['mac', 'amd'], bug=679689) | |
| 431 self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html', | |
| 432 ['mac', 'amd'], bug=643866) | |
| 433 self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html', | |
| 434 ['mac', 'amd'], bug=643866) | |
| 435 self.Fail('deqp/functional/gles3/shadercommonfunction.html', | |
| 436 ['mac', 'amd'], bug=643866) | |
| 437 | |
| 438 self.Fail('deqp/functional/gles3/multisample.html', | |
| 439 ['mac', 'amd'], bug=617290) | |
| 440 self.Fail('deqp/functional/gles3/primitiverestart/00.html', | |
| 441 ['mac', 'amd'], bug=598930) | |
| 442 self.Fail('deqp/functional/gles3/primitiverestart/01.html', | |
| 443 ['mac', 'amd'], bug=598930) | |
| 444 self.Fail('deqp/functional/gles3/transformfeedback/' + | 407 self.Fail('deqp/functional/gles3/transformfeedback/' + |
| 445 'array_interleaved_lines.html', | 408 'array_interleaved_lines.html', |
| 446 ['mac', 'amd'], bug=483282) | 409 ['mac', 'amd'], bug=483282) |
| 447 self.Fail('deqp/functional/gles3/transformfeedback/' + | 410 self.Fail('deqp/functional/gles3/transformfeedback/' + |
| 448 'array_interleaved_points.html', | 411 'array_interleaved_points.html', |
| 449 ['mac', 'amd'], bug=483282) | 412 ['mac', 'amd'], bug=483282) |
| 450 self.Fail('deqp/functional/gles3/transformfeedback/' + | 413 self.Fail('deqp/functional/gles3/transformfeedback/' + |
| 451 'array_interleaved_triangles.html', | 414 'array_interleaved_triangles.html', |
| 452 ['mac', 'amd'], bug=483282) | 415 ['mac', 'amd'], bug=483282) |
| 453 self.Fail('deqp/functional/gles3/transformfeedback/' + | 416 self.Fail('deqp/functional/gles3/transformfeedback/' + |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 ['mac', 'amd'], bug=483282) | 466 ['mac', 'amd'], bug=483282) |
| 504 self.Fail('deqp/functional/gles3/transformfeedback/' + | 467 self.Fail('deqp/functional/gles3/transformfeedback/' + |
| 505 'random_separate_lines.html', | 468 'random_separate_lines.html', |
| 506 ['mac', 'amd'], bug=483282) | 469 ['mac', 'amd'], bug=483282) |
| 507 self.Fail('deqp/functional/gles3/transformfeedback/' + | 470 self.Fail('deqp/functional/gles3/transformfeedback/' + |
| 508 'random_separate_points.html', | 471 'random_separate_points.html', |
| 509 ['mac', 'amd'], bug=483282) | 472 ['mac', 'amd'], bug=483282) |
| 510 self.Fail('deqp/functional/gles3/transformfeedback/' + | 473 self.Fail('deqp/functional/gles3/transformfeedback/' + |
| 511 'random_separate_triangles.html', | 474 'random_separate_triangles.html', |
| 512 ['mac', 'amd'], bug=483282) | 475 ['mac', 'amd'], bug=483282) |
| 513 self.Fail('deqp/functional/gles3/vertexarrays/' + | |
| 514 'single_attribute.normalize.html', | |
| 515 ['mac', 'amd'], bug=483282) | |
| 516 | 476 |
| 517 self.Flaky('deqp/functional/gles3/shaderoperator/common_functions.html', | 477 self.Flaky('deqp/functional/gles3/shaderoperator/common_functions.html', |
| 518 ['mac', 'amd'], bug=702336) | 478 ['mac', 'amd'], bug=702336) |
| 519 self.Fail('deqp/functional/gles3/shaderoperator/' + | |
| 520 'angle_and_trigonometry_02.html', | |
| 521 ['mac', 'amd'], bug=483282) | |
| 522 self.Fail('deqp/functional/gles3/shaderoperator/' + | |
| 523 'angle_and_trigonometry_03.html', | |
| 524 ['mac', 'amd'], bug=483282) | |
| 525 self.Fail('deqp/functional/gles3/shaderoperator/geometric.html', | |
| 526 ['mac', 'amd'], bug=483282) | |
| 527 | 479 |
| 528 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html', | 480 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html', |
| 529 ['mac', 'amd'], bug=636648) | 481 ['mac', 'amd'], bug=636648) |
| 530 self.Flaky('deqp/functional/gles3/shaderindexing/mat_02.html', | 482 self.Flaky('deqp/functional/gles3/shaderindexing/mat_02.html', |
| 531 ['mac', 'amd'], bug=644360) | 483 ['mac', 'amd'], bug=644360) |
| 532 | 484 |
| 533 # These seem to be provoking intermittent GPU process crashes on | 485 # These seem to be provoking intermittent GPU process crashes on |
| 534 # the MacBook Pros with AMD GPUs. | 486 # the MacBook Pros with AMD GPUs. |
| 535 self.Flaky('deqp/functional/gles3/texturefiltering/*', | 487 self.Flaky('deqp/functional/gles3/texturefiltering/*', |
| 536 ['mac', 'amd'], bug=663601) | 488 ['mac', 'amd'], bug=663601) |
| 537 self.Flaky('deqp/functional/gles3/textureshadow/*', | 489 self.Flaky('deqp/functional/gles3/textureshadow/*', |
| 538 ['mac', 'amd'], bug=663601) | 490 ['mac', 'amd'], bug=663601) |
| 539 self.Flaky('deqp/functional/gles3/texturespecification/' + | 491 self.Flaky('deqp/functional/gles3/texturespecification/' + |
| 540 'teximage2d_unpack_params.html', | 492 'teximage2d_unpack_params.html', |
| 541 ['mac', 'amd'], bug=679058) | 493 ['mac', 'amd'], bug=679058) |
| 542 | 494 |
| 543 self.Fail('conformance2/rendering/clipping-wide-points.html', | 495 self.Fail('conformance2/rendering/clipping-wide-points.html', |
| 544 ['mac', 'amd'], bug=642822) | 496 ['mac', 'amd'], bug=642822) |
| 545 self.Fail('conformance2/reading/read-pixels-from-rgb8-into-pbo-bug.html', | |
| 546 ['mac', 'amd'], bug=646182) | |
| 547 self.Fail('conformance2/rendering/instanced-rendering-bug.html', | |
| 548 ['mac', 'amd'], bug=645298) | |
| 549 | 497 |
| 550 # Mac Pro with AMD GPU | 498 # Mac Pro with AMD GPU |
| 551 self.Fail('deqp/functional/gles3/fborender/recreate_color_02.html', | |
| 552 ['mac', ('amd', 0x679e)], bug=679682) | |
| 553 self.Fail('deqp/functional/gles3/fborender/resize_01.html', | |
| 554 ['mac', ('amd', 0x679e)], bug=679682) | |
| 555 self.Flaky('deqp/functional/gles3/shaderindexing/tmp.html', | 499 self.Flaky('deqp/functional/gles3/shaderindexing/tmp.html', |
| 556 ['mac', ('amd', 0x679e)], bug=659871) | 500 ['mac', ('amd', 0x679e)], bug=659871) |
| 557 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', | |
| 558 ['mac', ('amd', 0x679e)], bug=618464) | |
| 559 | |
| 560 # Mac Multi-vendor failures. | |
| 561 self.Fail('deqp/functional/gles3/fragmentoutput/basic.float.html', | |
| 562 ['mac', 'nvidia', 'amd'], bug=679684) | |
| 563 self.Fail('deqp/functional/gles3/fragmentoutput/array.float.html', | |
| 564 ['mac', 'nvidia', 'amd'], bug=679684) | |
| 565 self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html', | |
| 566 ['mac', 'amd', 'intel'], bug=679690) | |
| 567 self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html', | |
| 568 ['mac', 'amd', 'intel'], bug=679690) | |
| 569 self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html', | |
| 570 ['mac', 'amd', 'intel'], bug=679691) | |
| 571 | 501 |
| 572 # Mac Intel | 502 # Mac Intel |
| 573 self.Fail( | |
| 574 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-float.html', | |
| 575 ['sierra', 'intel'], bug=663188) | |
| 576 self.Fail( | |
| 577 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-half_float.html', | |
| 578 ['sierra', 'intel'], bug=663188) | |
| 579 self.Fail( | |
| 580 'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-float.html', | |
| 581 ['sierra', 'intel'], bug=663188) | |
| 582 self.Fail( | |
| 583 'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-half_float.html', | |
| 584 ['sierra', 'intel'], bug=663188) | |
| 585 self.Fail( | |
| 586 'conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-float.html', | |
| 587 ['sierra', 'intel'], bug=663188) | |
| 588 self.Fail( | |
| 589 'conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-half_float.html', | |
| 590 ['sierra', 'intel'], bug=663188) | |
| 591 self.Fail( | |
| 592 'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-float.html', | |
| 593 ['sierra', 'intel'], bug=663188) | |
| 594 self.Fail( | |
| 595 'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-half_float.html', | |
| 596 ['sierra', 'intel'], bug=663188) | |
| 597 | 503 |
| 598 # Regressions in 10.12.4 on Haswell GPUs. | 504 # Regressions in 10.12.4 on Haswell GPUs. |
| 599 self.Fail('deqp/functional/gles3/fbocolorbuffer/tex2d_00.html', | 505 self.Fail('deqp/functional/gles3/fbocolorbuffer/tex2d_00.html', |
| 600 ['mac', ('intel', 0x0a2e)], bug=718194) | 506 ['mac', ('intel', 0x0a2e)], bug=718194) |
| 601 self.Fail('deqp/functional/gles3/fboinvalidate/format_00.html', | 507 self.Fail('deqp/functional/gles3/fboinvalidate/format_00.html', |
| 602 ['mac', ('intel', 0x0a2e)], bug=718194) | 508 ['mac', ('intel', 0x0a2e)], bug=718194) |
| 603 self.Fail('deqp/functional/gles3/framebufferblit/' + | 509 self.Fail('deqp/functional/gles3/framebufferblit/' + |
| 604 'default_framebuffer_05.html', | 510 'default_framebuffer_05.html', |
| 605 ['mac', ('intel', 0x0a2e)], bug=718194) | 511 ['mac', ('intel', 0x0a2e)], bug=718194) |
| 606 | 512 |
| 513 self.Fail('conformance2/rendering/framebuffer-texture-level1.html', |
| 514 ['mac', 'intel'], bug=680278) |
| 607 self.Fail('conformance2/textures/misc/angle-stuck-depth-textures.html', | 515 self.Fail('conformance2/textures/misc/angle-stuck-depth-textures.html', |
| 608 ['mac', 'intel'], bug=679692) | 516 ['mac', 'intel'], bug=679692) |
| 609 self.Fail('deqp/functional/gles3/fbomultisample*', | 517 self.Fail('deqp/functional/gles3/fbomultisample*', |
| 610 ['mac', 'intel'], bug=641209) | 518 ['mac', 'intel'], bug=641209) |
| 611 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html', | 519 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html', |
| 612 ['mac', 'intel'], bug=606074) | 520 ['mac', 'intel'], bug=606074) |
| 613 self.Fail('deqp/functional/gles3/texturefiltering/' + | 521 self.Fail('deqp/functional/gles3/texturefiltering/' + |
| 614 'cube_combinations_01.html', | 522 'cube_combinations_01.html', |
| 615 ['mac', 'intel'], bug=606074) | 523 ['mac', 'intel'], bug=606074) |
| 616 self.Fail('deqp/functional/gles3/texturefiltering/' + | 524 self.Fail('deqp/functional/gles3/texturefiltering/' + |
| (...skipping 13 matching lines...) Expand all Loading... |
| 630 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 538 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
| 631 'texturelod.html', | 539 'texturelod.html', |
| 632 ['mac', 'intel'], bug=483282) | 540 ['mac', 'intel'], bug=483282) |
| 633 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 541 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
| 634 'texturegrad.html', | 542 'texturegrad.html', |
| 635 ['mac', 'intel'], bug=483282) | 543 ['mac', 'intel'], bug=483282) |
| 636 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 544 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
| 637 'textureprojgrad.html', | 545 'textureprojgrad.html', |
| 638 ['mac', 'intel'], bug=483282) | 546 ['mac', 'intel'], bug=483282) |
| 639 | 547 |
| 640 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', | |
| 641 ['mac', 'intel'], bug=483282) | |
| 642 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', | |
| 643 ['mac', 'intel'], bug=483282) | |
| 644 | |
| 645 self.Fail('conformance/textures/canvas_sub_rectangle/' + | |
| 646 'tex-2d-rgba-rgba-unsigned_byte.html', | |
| 647 ['mac', 'intel'], bug=665656) | |
| 648 self.Fail('conformance/textures/canvas_sub_rectangle/' + | |
| 649 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', | |
| 650 ['mac', 'intel'], bug=665656) | |
| 651 self.Fail('conformance/textures/canvas_sub_rectangle/' + | |
| 652 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | |
| 653 ['mac', 'intel'], bug=665656) | |
| 654 self.Fail('conformance/textures/canvas_sub_rectangle/' + | |
| 655 'tex-2d-rgb-rgb-unsigned_byte.html', | |
| 656 ['mac', 'intel'], bug=665656) | |
| 657 self.Fail('conformance/textures/canvas_sub_rectangle/' + | |
| 658 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', | |
| 659 ['mac', 'intel'], bug=665656) | |
| 660 self.Fail('conformance2/textures/canvas_sub_rectangle/' + | |
| 661 'tex-2d-r8-red-unsigned_byte.html', | |
| 662 ['mac', 'intel'], bug=665656) | |
| 663 self.Fail('conformance2/textures/canvas_sub_rectangle/' + | 548 self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
| 664 'tex-2d-r8ui-red_integer-unsigned_byte.html', | 549 'tex-2d-r8ui-red_integer-unsigned_byte.html', |
| 665 ['yosemite', 'intel'], bug=665656) | 550 ['yosemite', 'intel'], bug=665656) |
| 666 self.Fail('conformance2/textures/canvas_sub_rectangle/' + | 551 self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
| 667 'tex-2d-rg8-rg-unsigned_byte.html', | |
| 668 ['mac', 'intel'], bug=665656) | |
| 669 self.Fail('conformance2/textures/canvas_sub_rectangle/' + | |
| 670 'tex-2d-rg8ui-rg_integer-unsigned_byte.html', | 552 'tex-2d-rg8ui-rg_integer-unsigned_byte.html', |
| 671 ['yosemite', 'intel'], bug=665656) | 553 ['yosemite', 'intel'], bug=665656) |
| 672 self.Fail('conformance2/textures/canvas_sub_rectangle/' + | 554 self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
| 673 'tex-2d-rgb8-rgb-unsigned_byte.html', | |
| 674 ['mac', 'intel'], bug=665656) | |
| 675 self.Fail('conformance2/textures/canvas_sub_rectangle/' + | |
| 676 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', | 555 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', |
| 677 ['yosemite', 'intel'], bug=665656) | 556 ['yosemite', 'intel'], bug=665656) |
| 678 self.Fail('conformance2/textures/canvas_sub_rectangle/' + | 557 self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
| 679 'tex-2d-rgba8-rgba-unsigned_byte.html', | |
| 680 ['mac', 'intel'], bug=665656) | |
| 681 self.Fail('conformance2/textures/canvas_sub_rectangle/' + | |
| 682 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html', | 558 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html', |
| 683 ['yosemite', 'intel'], bug=665656) | 559 ['yosemite', 'intel'], bug=665656) |
| 684 | 560 |
| 685 self.Fail('conformance2/textures/image_data/' + | 561 self.Fail('conformance2/textures/image_data/' + |
| 686 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html', | 562 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html', |
| 687 ['mac', 'intel'], bug=665197) | 563 ['mac', 'intel'], bug=665197) |
| 688 self.Fail('conformance2/textures/image_data/' + | 564 self.Fail('conformance2/textures/image_data/' + |
| 689 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', | 565 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', |
| 690 ['mac', 'intel'], bug=665197) | 566 ['mac', 'intel'], bug=665197) |
| 691 self.Fail('conformance2/textures/image_data/' + | 567 self.Fail('conformance2/textures/image_data/' + |
| 692 'tex-2d-rg8ui-rg_integer-unsigned_byte.html', | 568 'tex-2d-rg8ui-rg_integer-unsigned_byte.html', |
| 693 ['mac', 'intel'], bug=665197) | 569 ['mac', 'intel'], bug=665197) |
| 694 self.Fail('conformance2/textures/image_data/' + | |
| 695 'tex-2d-r8ui-red_integer-unsigned_byte.html', | |
| 696 ['mac', 'intel'], bug=665197) | |
| 697 | 570 |
| 698 self.Fail('conformance2/textures/misc/' + | 571 self.Fail('conformance2/textures/misc/' + |
| 699 'integer-cubemap-texture-sampling.html', | 572 'integer-cubemap-texture-sampling.html', |
| 700 ['mac', 'intel'], bug=658930) | 573 ['mac', 'intel'], bug=658930) |
| 701 | 574 |
| 702 # Fixed on OSX 10.11 | |
| 703 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', | |
| 704 ['mac', 'intel'], bug=618464) | |
| 705 | |
| 706 # Linux only. | 575 # Linux only. |
| 707 self.Flaky('conformance/textures/video/' + | 576 self.Flaky('conformance/textures/video/' + |
| 708 'tex-2d-rgba-rgba-unsigned_byte.html', | 577 'tex-2d-rgba-rgba-unsigned_byte.html', |
| 709 ['linux'], bug=627525) | 578 ['linux'], bug=627525) |
| 710 self.Flaky('conformance/textures/video/' + | 579 self.Flaky('conformance/textures/video/' + |
| 711 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', | 580 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 712 ['linux'], bug=627525) | 581 ['linux'], bug=627525) |
| 713 self.Flaky('conformance/textures/video/' + | 582 self.Flaky('conformance/textures/video/' + |
| 714 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 583 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 715 ['linux'], bug=627525) | 584 ['linux'], bug=627525) |
| (...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1172 # self.Fail(page_name, | 1041 # self.Fail(page_name, |
| 1173 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 1042 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1174 # self.Fail(page_name, | 1043 # self.Fail(page_name, |
| 1175 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1044 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1176 | 1045 |
| 1177 # Conflicts if between a generic os condition and a specific version | 1046 # Conflicts if between a generic os condition and a specific version |
| 1178 # self.Fail(page_name, | 1047 # self.Fail(page_name, |
| 1179 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 1048 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1180 # self.Fail(page_name, | 1049 # self.Fail(page_name, |
| 1181 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1050 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |