Bug 165971 - REGRESSION (r209927): LayoutTest http/tests/ssl/applepay/ApplePaySession.html is failing
Summary: REGRESSION (r209927): LayoutTest http/tests/ssl/applepay/ApplePaySession.html...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-16 14:30 PST by Ryan Haddad
Modified: 2016-12-16 16:07 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2016-12-16 14:30:45 PST
LayoutTest http/tests/ssl/applepay/ApplePaySession.html is failing

https://build.webkit.org/results/Apple%20Sierra%20Release%20WK2%20(Tests)/r209933%20(2281)/results.html

--- /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/http/tests/ssl/applepay/ApplePaySession-expected.txt
+++ /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/http/tests/ssl/applepay/ApplePaySession-actual.txt
@@ -240,7 +240,7 @@
 PASS new ApplePaySession(2, request) threw exception TypeError: Type error.
 
 SETUP: request = validRequest(); request.billingContact = null;
-PASS new ApplePaySession(2, request) threw exception TypeError: Type error.
+FAIL new ApplePaySession(2, request) should throw an exception. Was [object ApplePaySession].
 
 SETUP: request = validRequest(); request.billingContact = 7;
 PASS new ApplePaySession(2, request) threw exception TypeError: Type error.
@@ -298,7 +298,7 @@
 PASS new ApplePaySession(2, request) threw exception TypeError: Type error.
 
 SETUP: request = validRequest(); request.shippingContact = null;
-PASS new ApplePaySession(2, request) threw exception TypeError: Type error.
+FAIL new ApplePaySession(2, request) should throw an exception. Was [object ApplePaySession].
 
 SETUP: request = validRequest(); request.shippingContact = 7;
 PASS new ApplePaySession(2, request) threw exception TypeError: Type error.
Comment 1 Ryan Haddad 2016-12-16 14:33:25 PST
I think this started failing with https://trac.webkit.org/changeset/209927
Comment 2 Ryan Haddad 2016-12-16 16:07:31 PST
Sam updated the test in https://trac.webkit.org/r209949