Changeset 239958 in webkit


Ignore:
Timestamp:
Jan 14, 2019 3:45:41 PM (5 years ago)
Author:
jiewen_tan@apple.com
Message:

Unreviewed, test fixes after r239852.

  • http/wpt/webauthn/public-key-credential-create-success-hid.https.html:
  • http/wpt/webauthn/public-key-credential-create-success-u2f.https.html:
  • http/wpt/webauthn/public-key-credential-get-success-hid.https.html:
  • http/wpt/webauthn/public-key-credential-get-success-u2f.https.html:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r239944 r239958  
     12019-01-14  Jiewen Tan  <jiewen_tan@apple.com>
     2
     3        Unreviewed, test fixes after r239852.
     4
     5        * http/wpt/webauthn/public-key-credential-create-success-hid.https.html:
     6        * http/wpt/webauthn/public-key-credential-create-success-u2f.https.html:
     7        * http/wpt/webauthn/public-key-credential-get-success-hid.https.html:
     8        * http/wpt/webauthn/public-key-credential-get-success-u2f.https.html:
     9
    1102019-01-14  Justin Fan  <justin_fan@apple.com>
    211
  • trunk/LayoutTests/http/wpt/webauthn/public-key-credential-create-success-hid.https.html

    r239752 r239958  
    4848                challenge: Base64URL.parse("MTIzNDU2"),
    4949                pubKeyCredParams: [{ type: "public-key", alg: -7 }],
    50                 timeout: 10
     50                timeout: 100
    5151            }
    5252        };
     
    7171                pubKeyCredParams: [{ type: "public-key", alg: -7 }],
    7272                authenticatorSelection: { authenticatorAttachment: "cross-platform" },
    73                 timeout: 10
     73                timeout: 100
    7474            }
    7575        };
     
    9494                pubKeyCredParams: [{ type: "public-key", alg: -7 }],
    9595                authenticatorSelection: { requireResidentKey: false },
    96                 timeout: 10
     96                timeout: 100
    9797            }
    9898        };
     
    117117                pubKeyCredParams: [{ type: "public-key", alg: -7 }],
    118118                authenticatorSelection: { userVerification: "preferred" },
    119                 timeout: 10
     119                timeout: 100
    120120            }
    121121        };
     
    140140                pubKeyCredParams: [{ type: "public-key", alg: -7 }],
    141141                authenticatorSelection: { userVerification: "discouraged" },
    142                 timeout: 10
     142                timeout: 100
    143143            }
    144144        };
     
    163163                pubKeyCredParams: [{ type: "public-key", alg: -7 }],
    164164                authenticatorSelection: { authenticatorAttachment: "cross-platform", requireResidentKey: false, userVerification: "preferred" },
    165                 timeout: 10
     165                timeout: 100
    166166            }
    167167        };
  • trunk/LayoutTests/http/wpt/webauthn/public-key-credential-create-success-u2f.https.html

    r239752 r239958  
    4343                challenge: Base64URL.parse("MTIzNDU2"),
    4444                pubKeyCredParams: [{ type: "public-key", alg: -7 }],
    45                 timeout: 10
     45                timeout: 100
    4646            }
    4747        };
     
    6868                pubKeyCredParams: [{ type: "public-key", alg: -7 }],
    6969                excludeCredentials: [{ type: "public-key", id: Base64URL.parse(testCredentialIdBase64) }],
    70                 timeout: 10
     70                timeout: 100
    7171            }
    7272        };
     
    9393                pubKeyCredParams: [{ type: "public-key", alg: -7 }],
    9494                excludeCredentials: [{ type: "public-key", id: Base64URL.parse(testCredentialIdBase64) }, { type: "public-key", id: Base64URL.parse(testCredentialIdBase64) }], // The content doesn't matter.
    95                 timeout: 10
     95                timeout: 100
    9696            }
    9797        };
  • trunk/LayoutTests/http/wpt/webauthn/public-key-credential-get-success-hid.https.html

    r239752 r239958  
    2929            publicKey: {
    3030                challenge: Base64URL.parse("MTIzNDU2"),
    31                 timeout: 10
     31                timeout: 100
    3232            }
    3333        };
     
    4545                    { type: "public-key", id: Base64URL.parse(testHidCredentialIdBase64), transports: ["usb"] }
    4646                ],
    47                 timeout: 10
     47                timeout: 100
    4848            }
    4949        };
     
    5959                challenge: Base64URL.parse("MTIzNDU2"),
    6060                userVerification: "preferred",
    61                 timeout: 10
     61                timeout: 100
    6262            }
    6363        };
     
    7373                challenge: Base64URL.parse("MTIzNDU2"),
    7474                userVerification: "discouraged",
    75                 timeout: 10
     75                timeout: 100
    7676            }
    7777        };
     
    9090                ],
    9191                userVerification: "preferred",
    92                 timeout: 10
     92                timeout: 100
    9393            }
    9494        };
  • trunk/LayoutTests/http/wpt/webauthn/public-key-credential-get-success-u2f.https.html

    r239752 r239958  
    2626                challenge: Base64URL.parse("MTIzNDU2"),
    2727                allowCredentials: [{ type: "public-key", id: Base64URL.parse(testU2fCredentialIdBase64) }],
    28                 timeout: 10
     28                timeout: 100
    2929            }
    3030        };
     
    4242                challenge: Base64URL.parse("MTIzNDU2"),
    4343                allowCredentials: [{ type: "public-key", id: Base64URL.parse(testCredentialIdBase64) }, { type: "public-key", id: Base64URL.parse(testU2fCredentialIdBase64) }],
    44                 timeout: 10
     44                timeout: 100
    4545            }
    4646        };
Note: See TracChangeset for help on using the changeset viewer.