Uh oh!
There was an error while loading. Please reload this page.
test: simplify test-worker-syntax-error - #26144
Conversation
Remove extraneous code from test-worker-syntax-error. Because the worker is called with `eval: true`, there is no need to set an environment variable indicating whether the worker has started and so on. The test file is only ever executed by the main thread.
Trott
commented
Feb 16, 2019
Given that the |
addaleax
commented
Feb 16, 2019
@ChALkeR I think that was just a pattern that I accidentally copied from another test file :) |
Trott
commented
Feb 16, 2019
@ChALkeR The |
Resume Build CI: https://ci.nodejs.org/job/node-test-pull-request/20812/ ✅ |
addaleax
commented
Feb 18, 2019
Landed in 584dc48 |
Remove extraneous code from test-worker-syntax-error. Because the worker is called with `eval: true`, there is no need to set an environment variable indicating whether the worker has started and so on. The test file is only ever executed by the main thread. PR-URL: #26144 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Remove extraneous code from test-worker-syntax-error. Because the worker is called with `eval: true`, there is no need to set an environment variable indicating whether the worker has started and so on. The test file is only ever executed by the main thread. PR-URL: #26144 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Remove extraneous code from test-worker-syntax-error. Because the worker is called with `eval: true`, there is no need to set an environment variable indicating whether the worker has started and so on. The test file is only ever executed by the main thread. PR-URL: #26144 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Remove extraneous code from test-worker-syntax-error. Because the worker
is called with
eval: true, there is no need to set an environmentvariable indicating whether the worker has started and so on. The test
file is only ever executed by the main thread.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes