https://bugs.webkit.org/show_bug.cgi?id=174854
Patch by Ms2ger <Ms2ger@igalia.com> on 2017-07-26
Reviewed by Carlos Garcia Campos.
The check was introduced without explanation in r168302. This change reverts
it to the previous, correct check.
* canvas/philip/tests/2d.missingargs-expected.txt:
* canvas/philip/tests/2d.missingargs.html:
* platform/gtk/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac/canvas/philip/tests/2d.missingargs-expected.txt: Removed.
* platform/wpe/TestExpectations:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@219913
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2017-07-26 Ms2ger <Ms2ger@igalia.com>
+
+ Fix an incorrect check in 2d.missingargs.html.
+ https://bugs.webkit.org/show_bug.cgi?id=174854
+
+ Reviewed by Carlos Garcia Campos.
+
+ The check was introduced without explanation in r168302. This change reverts
+ it to the previous, correct check.
+
+ * canvas/philip/tests/2d.missingargs-expected.txt:
+ * canvas/philip/tests/2d.missingargs.html:
+ * platform/gtk/TestExpectations:
+ * platform/ios/TestExpectations:
+ * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt: Removed.
+ * platform/wpe/TestExpectations:
+
2017-07-26 Claudio Saavedra <csaavedra@igalia.com>
[WPE] Enable KeyboardEvent key and code attributes
} catch (e) { if (!(e instanceof TypeError)) _fail("Failed assertion: expected exception of type TypeError, got: "+e); _thrown = true; } finally { _assert(_thrown, "should throw exception of type TypeError: g.addColorStop()"); }
try { var _thrown = false;
g.addColorStop(0);
-} catch (e) { if ((e.message != "SyntaxError (DOM Exception 12): The string did not match the expected pattern.")) _fail("Failed assertion: expected exception of type SyntaxError, got: "+e); _thrown = true; } finally { _assert(_thrown, "should throw exception of type SyntaxError: g.addColorStop(0)"); }
+} catch (e) { if (!(e instanceof TypeError)) _fail("Failed assertion: expected exception of type TypeError, got: "+e); _thrown = true; } finally { _assert(_thrown, "should throw exception of type TypeError: g.addColorStop(0)"); }
});
Bug(GTK) canvas/philip/tests/2d.drawImage.broken.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html [ Failure ]
-Bug(GTK) canvas/philip/tests/2d.missingargs.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.text.draw.baseline.bottom.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.text.draw.baseline.hanging.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.text.draw.baseline.ideographic.html [ Failure ]
webkit.org/b/137530 canvas/philip/tests/2d.drawImage.animated.poster.html [ Failure ]
webkit.org/b/137530 canvas/philip/tests/2d.drawImage.broken.html [ Failure ]
webkit.org/b/137530 canvas/philip/tests/2d.drawImage.outsidesource.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.missingargs.html [ Failure ]
webkit.org/b/137530 canvas/philip/tests/2d.path.rect.winding.html [ Failure ]
webkit.org/b/137530 canvas/philip/tests/2d.text.draw.baseline.bottom.html [ Failure ]
webkit.org/b/137530 canvas/philip/tests/2d.text.draw.baseline.hanging.html [ Failure ]
+++ /dev/null
-Failed assertion: expected exception of type SyntaxError, got: TypeError: Not enough arguments
Bug(WPE) canvas/philip/tests/2d.drawImage.animated.poster.html [ Failure ]
Bug(WPE) canvas/philip/tests/2d.drawImage.broken.html [ Failure ]
Bug(WPE) canvas/philip/tests/2d.drawImage.outsidesource.html [ Failure ]
-Bug(WPE) canvas/philip/tests/2d.missingargs.html [ Failure ]
Bug(WPE) canvas/philip/tests/2d.pattern.animated.gif.html [ Failure ]
Bug(WPE) canvas/philip/tests/2d.text.draw.baseline.bottom.html [ Failure ]
Bug(WPE) canvas/philip/tests/2d.text.draw.baseline.hanging.html [ Failure ]