Implement error reporting for workers.

Fixes #3311.
Fixes #13158.
This commit is contained in:
Ms2ger 2016-09-05 18:02:14 +02:00
parent 59cf735f85
commit 60142f87e2
50 changed files with 132 additions and 128 deletions

View file

@ -1,6 +1,6 @@
[digest.worker]
type: testharness
expected: TIMEOUT
expected: ERROR
[SHA-1 with empty source data]
expected: FAIL

View file

@ -1,3 +1,3 @@
[aes_cbc.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[aes_ctr.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[aes_gcm.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[rsa.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_AES-CBC.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_AES-CTR.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_AES-GCM.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_AES-KW.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_ECDH.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_ECDSA.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_HMAC.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_RSA-OAEP.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_RSA-PSS.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_RSASSA-PKCS1-v1_5.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_AES-CBC.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_AES-CTR.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_AES-GCM.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_AES-KW.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_ECDH.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_ECDSA.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_HMAC.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_RSA-OAEP.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_RSA-PSS.worker]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_RSASSA-PKCS1-v1_5.worker]
type: testharness
expected: TIMEOUT
expected: ERROR