Trying to fix https://bugs.webkit.org/show_bug.cgi?id=138324 to port the w3c canvas tests, these tests cannot be utomatically verified imported/w3c/canvas/2d.text.draw.fontface.repeat.html imported/w3c/canvas/2d.text.draw.fill.maxWidth.small.html imported/w3c/canvas/2d.text.draw.fill.rtl.html imported/w3c/canvas/2d.text.draw.stroke.basic.html imported/w3c/canvas/2d.text.draw.align.end.rtl.html imported/w3c/canvas/2d.pattern.animated.gif.html imported/w3c/canvas/2d.text.draw.align.left.html imported/w3c/canvas/2d.text.draw.align.right.html imported/w3c/canvas/toDataURL.png.complexcolours.html imported/w3c/canvas/2d.shadow.blur.high.html imported/w3c/canvas/2d.text.draw.space.collapse.nonspace.html imported/w3c/canvas/2d.text.draw.fontface.html imported/w3c/canvas/2d.text.draw.space.basic.html imported/w3c/canvas/2d.scaled.html imported/w3c/canvas/2d.text.measure.width.basic.html imported/w3c/canvas/2d.text.draw.fontface.notinpage.html imported/w3c/canvas/2d.coordinatespace.html imported/w3c/canvas/toDataURL.jpeg.primarycolours.html imported/w3c/canvas/2d.text.draw.fill.maxWidth.fontface.html imported/w3c/canvas/2d.text.draw.fill.maxWidth.zero.html imported/w3c/canvas/security.dataURI.html imported/w3c/canvas/2d.text.draw.fill.maxWidth.bound.html imported/w3c/canvas/2d.drawImage.animated.gif.html imported/w3c/canvas/2d.text.draw.align.center.html imported/w3c/canvas/2d.text.draw.fill.basic.html imported/w3c/canvas/2d.text.draw.baseline.alphabetic.html imported/w3c/canvas/2d.text.draw.kern.consistent.html imported/w3c/canvas/2d.text.draw.fill.maxWidth.large.html imported/w3c/canvas/toDataURL.jpeg.alpha.html imported/w3c/canvas/toDataURL.png.primarycolours.html imported/w3c/canvas/2d.shadow.blur.low.html imported/w3c/canvas/2d.text.draw.align.start.ltr.html imported/w3c/canvas/2d.drawImage.animated.apng.html imported/w3c/canvas/2d.text.draw.align.start.rtl.html imported/w3c/canvas/2d.text.draw.align.end.ltr.html imported/w3c/canvas/toDataURL.jpeg.quality.basic.html imported/w3c/canvas/canvas_colorsandstyles_createlineargradient_001.htm imported/w3c/canvas/canvas_compositing_globalcompositeoperation_001.htm imported/w3c/canvas/canvas_complexshapes_beziercurveto_001.htm imported/w3c/canvas/canvas_shadows_001.htm imported/w3c/canvas/canvas_state_restore_001.htm imported/w3c/canvas/canvas_text_font_001.htm imported/w3c/canvas/canvas_complexshapes_arcto_001.htm imported/w3c/canvas/canvas_linestyles_linecap_001.htm imported/w3c/canvas/canvas_transformations_scale_001.htm
What does automatically verified mean? I found imported/w3c/canvas/2d.line.cap.round.html Passes on WPE port, but I'm not sure what this ticket means to triage the unexpected pass. Any context appreciated :)
(In reply to Charlie Turner from comment #1) > What does automatically verified mean? I found > > imported/w3c/canvas/2d.line.cap.round.html > > Passes on WPE port, but I'm not sure what this ticket means to triage the > unexpected pass. Any context appreciated :) Since it's passing on gtk too, I'd just mark it. Would be interesting to see what makes it fail on mac.
Thanks, I'll mark is Pass in my next gardening commit.
We should probably delete all LayoutTests/imported/w3c/canvas tests. They are probably redundant and obsoleted by tests in LayoutTests/imported/w3c/web-platform-tests folders like LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element or LayoutTests/imported/w3c/web-platform-tests/2dcontext
imported/w3c/canvas/2d.line.cap.round.html is no longer failing - remove expectations Current history is green: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fcanvas%2F2d.line.cap.round.html
Created attachment 402910 [details] Update TestExpectations
Committed r263594: <https://trac.webkit.org/changeset/263594> All reviewed patches have been landed. Closing bug and clearing flags on attachment 402910 [details].
<rdar://problem/64825187>
<rdar://problem/64825189>
Reopening since there are still other tests failing.