Revision 491a02ce6f091db542aed561e3d984b0a18f4188 authored by fergald on 04 April 2018, 22:12:43 UTC, committed by GitHub on 04 April 2018, 22:12:43 UTC
I don't know how I got into this situation (probably hit ctrl-C at the wrong time) but I did and it was unclear how to get out. It presents as a ValueError with no useful info.

Update the code to handle ValueError to log a warning and cause a full regen of the manifest.

Also reported in https://crbug.com/822041
1 parent 47d7cdf
History
File Mode Size
failures.js -rw-r--r-- 9.1 KB
failures_AES-CBC.https.worker.js -rw-r--r-- 163 bytes
failures_AES-CTR.https.worker.js -rw-r--r-- 163 bytes
failures_AES-GCM.https.worker.js -rw-r--r-- 163 bytes
failures_AES-KW.https.worker.js -rw-r--r-- 162 bytes
failures_ECDH.https.worker.js -rw-r--r-- 160 bytes
failures_ECDSA.https.worker.js -rw-r--r-- 161 bytes
failures_HMAC.https.worker.js -rw-r--r-- 160 bytes
failures_RSA-OAEP.https.worker.js -rw-r--r-- 164 bytes
failures_RSA-PSS.https.worker.js -rw-r--r-- 163 bytes
failures_RSASSA-PKCS1-v1_5.https.worker.js -rw-r--r-- 173 bytes
successes.js -rw-r--r-- 4.2 KB
successes_AES-CBC.https.worker.js -rw-r--r-- 165 bytes
successes_AES-CTR.https.worker.js -rw-r--r-- 165 bytes
successes_AES-GCM.https.worker.js -rw-r--r-- 165 bytes
successes_AES-KW.https.worker.js -rw-r--r-- 164 bytes
successes_ECDH.https.worker.js -rw-r--r-- 162 bytes
successes_ECDSA.https.worker.js -rw-r--r-- 163 bytes
successes_HMAC.https.worker.js -rw-r--r-- 162 bytes
successes_RSA-OAEP.https.worker.js -rw-r--r-- 166 bytes
successes_RSA-PSS.https.worker.js -rw-r--r-- 165 bytes
successes_RSASSA-PKCS1-v1_5.https.worker.js -rw-r--r-- 175 bytes
test_aes-cbc.https.html -rw-r--r-- 794 bytes
test_aes-ctr.https.html -rw-r--r-- 794 bytes
test_failures_AES-CBC.https.html -rw-r--r-- 609 bytes
test_failures_AES-CTR.https.html -rw-r--r-- 609 bytes
test_failures_AES-GCM.https.html -rw-r--r-- 609 bytes
test_failures_AES-KW.https.html -rw-r--r-- 608 bytes
test_failures_ECDH.https.html -rw-r--r-- 606 bytes
test_failures_ECDSA.https.html -rw-r--r-- 607 bytes
test_failures_HMAC.https.html -rw-r--r-- 606 bytes
test_failures_RSA-OAEP.https.html -rw-r--r-- 610 bytes
test_failures_RSA-PSS.https.html -rw-r--r-- 609 bytes
test_failures_RSASSA-PKCS1-v1_5.https.html -rw-r--r-- 619 bytes
test_successes_AES-CBC.https.html -rw-r--r-- 795 bytes
test_successes_AES-CTR.https.html -rw-r--r-- 795 bytes
test_successes_AES-GCM.https.html -rw-r--r-- 795 bytes
test_successes_AES-KW.https.html -rw-r--r-- 794 bytes
test_successes_ECDH.https.html -rw-r--r-- 792 bytes
test_successes_ECDSA.https.html -rw-r--r-- 793 bytes
test_successes_HMAC.https.html -rw-r--r-- 792 bytes
test_successes_RSA-OAEP.https.html -rw-r--r-- 796 bytes
test_successes_RSA-PSS.https.html -rw-r--r-- 795 bytes
test_successes_RSASSA-PKCS1-v1_5.https.html -rw-r--r-- 805 bytes

back to top