Changeset 249656 in webkit


Ignore:
Timestamp:
Sep 9, 2019 12:16:16 PM (5 years ago)
Author:
jiewen_tan@apple.com
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.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r249648 r249656  
     12019-09-09  Jiewen Tan  <jiewen_tan@apple.com>
     2
     3        Layout Test http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=198810
     5
     6        Reviewed by Dewei Zhu.
     7
     8        * http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https.html:
     9        Removed the timeout value given these tests should report the exception immediately.
     10
    1112019-09-09  Chris Dumez  <cdumez@apple.com>
    212
  • trunk/LayoutTests/http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https.html

    r245262 r249656  
    108108                pubKeyCredParams: [{ type: "public-key", alg: -7 }],
    109109                excludeCredentials: [{ type: "public-key", id: Base64URL.parse(testCredentialIdBase64) }],
    110                 timeout: 10
    111110            }
    112111        };
     
    132131                pubKeyCredParams: [{ type: "public-key", alg: -7 }],
    133132                excludeCredentials: [{ type: "public-key", id: Base64URL.parse(testCredentialIdBase64) }, { type: "public-key", id: Base64URL.parse(testCredentialIdBase64) }], // The content doesn't matter.
    134                 timeout: 10
    135133            }
    136134        };
Note: See TracChangeset for help on using the changeset viewer.