[Webkit-unassigned] [Bug 223326] webgl/1.0.4/conformance/textures/misc/exif-orientation.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 17 01:17:01 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223326

--- Comment #2 from Kimmo Kinnunen <kkinnunen at apple.com> ---
https://www.khronos.org/registry/webgl/sdk/tests/conformance/textures/misc/exif-orientation.html?webglVersion=1&quiet=0&quick=1


Verifies EXIF orientation is respected when uploading images to WebGL textures

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

----------------------------------------------------------------
Testing exif-orientation-test-1-normal.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-1-normal.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-2-mirror-horizontal.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-2-mirror-horizontal.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-3-rotate-180.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,255,1
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 254,0,0
  Testing texSubImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,255,1
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 254,0,0
----------------------------------------------------------------
Testing exif-orientation-test-3-rotate-180.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-4-mirror-vertical.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,255,1
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 254,0,0
  Testing texSubImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,255,1
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 254,0,0
----------------------------------------------------------------
Testing exif-orientation-test-4-mirror-vertical.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-5-mirror-horizontal-90-ccw.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,0,254
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 255,255,0
  Testing texSubImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,0,254
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 255,255,0
----------------------------------------------------------------
Testing exif-orientation-test-5-mirror-horizontal-90-ccw.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-6-90-ccw.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 255,255,1
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 0,0,254
  Testing texSubImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 255,255,1
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 0,0,254
----------------------------------------------------------------
Testing exif-orientation-test-6-90-ccw.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-7-mirror-horizontal-90-cw.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 255,255,1
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 0,0,254
  Testing texSubImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 255,255,1
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 0,0,254
----------------------------------------------------------------
Testing exif-orientation-test-7-mirror-horizontal-90-cw.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-8-90-cw.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,0,254
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 255,255,0
  Testing texSubImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,0,254
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 255,255,0
----------------------------------------------------------------
Testing exif-orientation-test-8-90-cw.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
PASS successfullyParsed is true

TEST COMPLETE

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210317/84755849/attachment-0001.htm>


More information about the webkit-unassigned mailing list