Bug 1729377 - adjust expectations for secure-payment-confirmation tests on Windows code coverage. DONTBUILD

Revert change to exit state of test in bug 1728946 and add remaining adjustment for other test.

Depends on D124749

Differential Revision: https://phabricator.services.mozilla.com/D124750
This commit is contained in:
Sebastian Hengst 2021-09-07 10:00:47 +00:00
Родитель 0bf5676258
Коммит 6c4c745f97
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,5 @@
[secure-payment-confirmation-enrollment.https.html] [secure-payment-confirmation-enrollment.https.html]
expected: expected:
if (os == "win") and ccov: OK
TIMEOUT TIMEOUT
[Payment credential is created successfully.] [Payment credential is created successfully.]

Просмотреть файл

@ -1,6 +1,6 @@
[secure-payment-confirmation.tentative.https.html] [secure-payment-confirmation.tentative.https.html]
expected: expected:
if (os == "win") and (processor == "x86_64"): TIMEOUT if (os == "win") and (processor == "x86_64") and not ccov: TIMEOUT
[Valid payment method data does not throw exceptions.] [Valid payment method data does not throw exceptions.]
expected: FAIL expected: FAIL