diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-04-10 00:15:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 00:15:17 +0200 |
commit | be71885628c3820cc4e62d229326de16a6830fec (patch) | |
tree | 664bac497658757a77b3d96cc71a1155613b20b1 /cli/tests/workers_test.out | |
parent | ac215a24613636b6e84b37a86dc4711dfaa4f2cc (diff) |
implement Worker.terminate() and self.close() (#4684)
Diffstat (limited to 'cli/tests/workers_test.out')
-rw-r--r-- | cli/tests/workers_test.out | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/cli/tests/workers_test.out b/cli/tests/workers_test.out index efc0ce57c..ca7500917 100644 --- a/cli/tests/workers_test.out +++ b/cli/tests/workers_test.out @@ -1,7 +1,9 @@ -running 4 tests -test workersBasic ... ok [WILDCARD] -test nestedWorker ... ok [WILDCARD] -test workerThrowsWhenExecuting ... ok [WILDCARD] -test workerCanUseFetch ... ok [WILDCARD] +running 6 tests +test worker terminate ... ok [WILDCARD] +test worker nested ... ok [WILDCARD] +test worker throws when executing ... ok [WILDCARD] +test worker fetch API ... ok [WILDCARD] +test worker terminate busy loop ... ok [WILDCARD] +test worker race condition ... ok [WILDCARD] -test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD] +test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD] |