Title: [252842] trunk/LayoutTests
- Revision
- 252842
- Author
- [email protected]
- Date
- 2019-11-24 12:18:54 -0800 (Sun, 24 Nov 2019)
Log Message
[WebGL] Garden dedicated queue (Part 3)
https://bugs.webkit.org/show_bug.cgi?id=204547
Unreviewed test gardening.
* webgl/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (252841 => 252842)
--- trunk/LayoutTests/ChangeLog 2019-11-24 11:23:02 UTC (rev 252841)
+++ trunk/LayoutTests/ChangeLog 2019-11-24 20:18:54 UTC (rev 252842)
@@ -1,3 +1,12 @@
+2019-11-24 Jonathan Bedard <[email protected]>
+
+ [WebGL] Garden dedicated queue (Part 3)
+ https://bugs.webkit.org/show_bug.cgi?id=204547
+
+ Unreviewed test gardening.
+
+ * webgl/TestExpectations:
+
2019-11-23 John Wilander <[email protected]>
Resource Load Statistics: Allow multiple third-party cookie blocking settings
Modified: trunk/LayoutTests/webgl/TestExpectations (252841 => 252842)
--- trunk/LayoutTests/webgl/TestExpectations 2019-11-24 11:23:02 UTC (rev 252841)
+++ trunk/LayoutTests/webgl/TestExpectations 2019-11-24 20:18:54 UTC (rev 252842)
@@ -5,6 +5,22 @@
webgl/2.0.0/conformance2/rendering/draw-buffers.html [ Skip ]
webgl/2.0.0/conformance2/textures/canvas/tex-2d-r11f_g11f_b10f-rgb-float.html [ Skip ]
webgl/2.0.0/conformance2/textures/canvas/tex-2d-r11f_g11f_b10f-rgb-half_float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgb16f-rgb-float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgb16f-rgb-half_float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgb32f-rgb-float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgb565-rgb-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgb5_a1-rgba-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgb8-rgb-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgba16f-rgba-float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgba16f-rgba-half_float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgba32f-rgba-float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgba4-rgba-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgba8-rgba-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-srgb8-rgb-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html [ Skip ]
webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-float.html [ Skip ]
webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-half_float.html [ Skip ]
webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb16f-rgb-float.html [ Skip ]
@@ -89,17 +105,51 @@
webgl/2.0.0/conformance2/textures/canvas/tex-2d-r32f-red-float.html [ Skip ]
webgl/2.0.0/conformance2/textures/canvas/tex-2d-r8-red-unsigned_byte.html [ Skip ]
webgl/2.0.0/conformance2/textures/canvas/tex-2d-r8ui-red_integer-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rg16f-rg-float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rg16f-rg-half_float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rg32f-rg-float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rg8-rg-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rg8ui-rg_integer-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/canvas/tex-3d-r8-red-unsigned_byte.html [ Skip ]
webgl/2.0.0/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-float.html [ Skip ]
webgl/2.0.0/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-half_float.html [ Skip ]
webgl/2.0.0/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html [ Skip ]
webgl/2.0.0/conformance2/textures/image/tex-2d-r16f-red-float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image/tex-2d-r16f-red-half_float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image/tex-2d-r32f-red-float.html [ Skip ]
webgl/2.0.0/conformance2/textures/image/tex-2d-r8-red-unsigned_byte.html [ Skip ]
webgl/2.0.0/conformance2/textures/image/tex-2d-r8ui-red_integer-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image/tex-2d-rg16f-rg-float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image/tex-2d-rg16f-rg-half_float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image/tex-2d-rg32f-rg-float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image/tex-2d-rg8-rg-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image/tex-2d-rg8ui-rg_integer-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image/tex-2d-rgb5_a1-rgba-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image/tex-2d-rgb8-rgb-unsigned_byte.html [ Skip ]
webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-r11f_g11f_b10f-rgb-float.html [ Skip ]
webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-r11f_g11f_b10f-rgb-half_float.html [ Skip ]
webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-r16f-red-float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-r16f-red-half_float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-r32f-red-float.html [ Skip ]
webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-r8-red-unsigned_byte.html [ Skip ]
webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-r8ui-red_integer-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-rg16f-rg-float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-rg16f-rg-half_float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-rg32f-rg-float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-rg8-rg-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-rg8ui-rg_integer-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb5_a1-rgba-unsigned_byte.html [ Skip ]
webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-2d-r11f_g11f_b10f-rgb-float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-2d-r11f_g11f_b10f-rgb-half_float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-2d-r16f-red-float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-2d-r16f-red-half_float.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-2d-r32f-red-float.html [ Skip ]
webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-2d-r8-red-unsigned_byte.html [ Skip ]
webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-2d-r8ui-red_integer-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-2d-rg8-rg-unsigned_byte.html [ Skip ]
+webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-2d-rg8ui-rg_integer-unsigned_byte.html [ Skip ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes