mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
6981fcdfd8
This is reworking the U2F tests to do two things: 1) Don't run all the tests in one big frame; that makes it hard to tell what test is actually dying in Treeherder. 2) Fix the obvious possible test races with the async functions which could be causing the intermittent - Review updates per keeler - Change inappropriate uses of 'var' to 'let' in u2futil.js (kudos, keeler) - Rework frame_no_token.html to follow the same pattern as the others - Catch unexpected messages on the u2f testing harness - Update 2: Go back to a pre-set number of expected async tests. MozReview-Commit-ID: 6uLt5O1lUa3 --HG-- rename : dom/u2f/tests/test_frame_appid_facet.html => dom/u2f/tests/frame_appid_facet.html rename : dom/u2f/tests/test_frame_appid_facet_insecure.html => dom/u2f/tests/frame_appid_facet_insecure.html rename : dom/u2f/tests/test_frame_appid_facet_subdomain.html => dom/u2f/tests/frame_appid_facet_subdomain.html rename : dom/u2f/tests/test_frame_register.html => dom/u2f/tests/frame_register.html rename : dom/u2f/tests/test_frame_register_sign.html => dom/u2f/tests/frame_register_sign.html extra : rebase_source : 1255bd8ba17a141c3c8205a277c06c483540de90 |
||
---|---|---|
.. | ||
tests | ||
moz.build | ||
NSSU2FTokenRemote.cpp | ||
NSSU2FTokenRemote.h | ||
U2F.cpp | ||
U2F.h | ||
USBToken.cpp | ||
USBToken.h |