Title: [249656] trunk/LayoutTests
Revision
249656
Author
jiewen_...@apple.com
Date
2019-09-09 12:16:16 -0700 (Mon, 09 Sep 2019)

Log Message

Layout Test http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=198810

Reviewed by Dewei Zhu.

* http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https.html:
Removed the timeout value given these tests should report the exception immediately.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (249655 => 249656)


--- trunk/LayoutTests/ChangeLog	2019-09-09 19:02:10 UTC (rev 249655)
+++ trunk/LayoutTests/ChangeLog	2019-09-09 19:16:16 UTC (rev 249656)
@@ -1,3 +1,13 @@
+2019-09-09  Jiewen Tan  <jiewen_...@apple.com>
+
+        Layout Test http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=198810
+
+        Reviewed by Dewei Zhu.
+
+        * http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https.html:
+        Removed the timeout value given these tests should report the exception immediately.
+
 2019-09-09  Chris Dumez  <cdu...@apple.com>
 
         Stop using testRunner.setPrivateBrowsingEnabled_DEPRECATED() in http/tests/workers/service/basic-register.html

Modified: trunk/LayoutTests/http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https.html (249655 => 249656)


--- trunk/LayoutTests/http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https.html	2019-09-09 19:02:10 UTC (rev 249655)
+++ trunk/LayoutTests/http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https.html	2019-09-09 19:16:16 UTC (rev 249656)
@@ -107,7 +107,6 @@
                 challenge: asciiToUint8Array("123456"),
                 pubKeyCredParams: [{ type: "public-key", alg: -7 }],
                 excludeCredentials: [{ type: "public-key", id: Base64URL.parse(testCredentialIdBase64) }],
-                timeout: 10
             }
         };
 
@@ -131,7 +130,6 @@
                 challenge: asciiToUint8Array("123456"),
                 pubKeyCredParams: [{ type: "public-key", alg: -7 }],
                 excludeCredentials: [{ type: "public-key", id: Base64URL.parse(testCredentialIdBase64) }, { type: "public-key", id: Base64URL.parse(testCredentialIdBase64) }], // The content doesn't matter.
-                timeout: 10
             }
         };
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to