Skip to content

Instantly share code, notes, and snippets.

@derekargueta
Created November 18, 2020 10:36
Show Gist options
  • Save derekargueta/b86c6006d978a5170efe2fb764593659 to your computer and use it in GitHub Desktop.
Save derekargueta/b86c6006d978a5170efe2fb764593659 to your computer and use it in GitHub Desktop.
$ npm run test
> llhttp@2.2.0 test /Users/deargueta/code/oss/llhttp
> npm run mocha && npm run lint
> llhttp@2.2.0 mocha /Users/deargueta/code/oss/llhttp
> mocha --timeout=10000 -r ts-node/register/type-check --reporter progress test/*-test.ts
duplicate symbol '_llparse__in_bench' in:
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/fixture-d5fdc9.o
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/extra-701202.o
ld: 1 duplicate symbol for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
(node:73137) UnhandledPromiseRejectionWarning: Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (/Users/deargueta/code/oss/llhttp/test/fixtures/index.ts:73:10)
at buildMode (/Users/deargueta/code/oss/llhttp/test/md-test.ts:68:10)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:73137) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:73137) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c:1253:61: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
error = llhttp__on_url_schema(state, state->_span_pos0, (const char*) endp);
^~~~~~~~~~~~~~~~~~
/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c:58:26: note: passing argument to parameter 'endp' here
const unsigned char* endp);
^
/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c:1263:59: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
error = llhttp__on_url_host(state, state->_span_pos1, (const char*) endp);
^~~~~~~~~~~~~~~~~~
/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c:62:26: note: passing argument to parameter 'endp' here
const unsigned char* endp);
^
/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c:1273:60: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
error = llhttp__on_url_query(state, state->_span_pos2, (const char*) endp);
^~~~~~~~~~~~~~~~~~
/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c:66:26: note: passing argument to parameter 'endp' here
const unsigned char* endp);
^
/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c:1283:63: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
error = llhttp__on_url_fragment(state, state->_span_pos3, (const char*) endp);
^~~~~~~~~~~~~~~~~~
/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c:70:26: note: passing argument to parameter 'endp' here
const unsigned char* endp);
^
/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c:1293:59: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
error = llhttp__on_url_path(state, state->_span_pos4, (const char*) endp);
^~~~~~~~~~~~~~~~~~
/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c:74:26: note: passing argument to parameter 'endp' here
const unsigned char* endp);
^
5 warnings generated.
duplicate symbol '_llparse__in_bench' in:
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/fixture-015349.o
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/extra-fa3d3f.o
ld: 1 duplicate symbol for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
(node:73137) UnhandledPromiseRejectionWarning: Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (/Users/deargueta/code/oss/llhttp/test/fixtures/index.ts:73:10)
at buildMode (/Users/deargueta/code/oss/llhttp/test/md-test.ts:68:10)
(node:73137) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
duplicate symbol '_llparse__in_bench' in:
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/fixture-f0bccb.o
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/extra-a35c24.o
ld: 1 duplicate symbol for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
(node:73137) UnhandledPromiseRejectionWarning: Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request_lenient" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient-c.840772160b57ec9f9a13e541d0da38a5228e06f0aa617f654508a144570a33ab"
at Fixture.clang (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (/Users/deargueta/code/oss/llhttp/test/fixtures/index.ts:73:10)
at buildMode (/Users/deargueta/code/oss/llhttp/test/md-test.ts:68:10)
(node:73137) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 3)
duplicate symbol '_llparse__in_bench' in:
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/fixture-e965bf.o
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/extra-844732.o
ld: 1 duplicate symbol for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
(node:73137) UnhandledPromiseRejectionWarning: Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (/Users/deargueta/code/oss/llhttp/test/fixtures/index.ts:73:10)
at buildMode (/Users/deargueta/code/oss/llhttp/test/md-test.ts:68:10)
(node:73137) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 4)
duplicate symbol '_llparse__in_bench' in:
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/fixture-d6873b.o
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/extra-5899b0.o
ld: 1 duplicate symbol for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
(node:73137) UnhandledPromiseRejectionWarning: Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (/Users/deargueta/code/oss/llhttp/test/fixtures/index.ts:73:10)
at buildMode (/Users/deargueta/code/oss/llhttp/test/md-test.ts:68:10)
(node:73137) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 5)
duplicate symbol '_llparse__in_bench' in:
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/fixture-10fa0b.o
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/extra-63fa63.o
ld: 1 duplicate symbol for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
(node:73137) UnhandledPromiseRejectionWarning: Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-finish.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-DLLPARSE__TEST_FINISH=llhttp__test_finish" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-finish.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-finish-c.a7020fccfcbdeacf3ce6f758c1723c929ddfb5fdbf367d583ff5e943a8d3022d"
at Fixture.clang (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (/Users/deargueta/code/oss/llhttp/test/fixtures/index.ts:73:10)
at buildMode (/Users/deargueta/code/oss/llhttp/test/md-test.ts:68:10)
(node:73137) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 6)
duplicate symbol '_llparse__in_bench' in:
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/fixture-740d92.o
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/extra-d51c15.o
ld: 1 duplicate symbol for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
(node:73137) UnhandledPromiseRejectionWarning: Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-finish.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-DLLPARSE__TEST_FINISH=llhttp__test_finish" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-finish.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-finish-c.85a5e3827189ce76db75997c92a329a30543cb690ed1a7c3980f861e651c4e15"
at Fixture.clang (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (/Users/deargueta/code/oss/llhttp/test/fixtures/index.ts:73:10)
at buildMode (/Users/deargueta/code/oss/llhttp/test/md-test.ts:68:10)
(node:73137) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 7)
duplicate symbol '_llparse__in_bench' in:
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/fixture-660945.o
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/extra-57519f.o
ld: 1 duplicate symbol for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
(node:73137) UnhandledPromiseRejectionWarning: Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (/Users/deargueta/code/oss/llhttp/test/fixtures/index.ts:73:10)
at buildMode (/Users/deargueta/code/oss/llhttp/test/md-test.ts:68:10)
(node:73137) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 8)
duplicate symbol '_llparse__in_bench' in:
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/fixture-7b131f.o
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/extra-e014b8.o
ld: 1 duplicate symbol for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
(node:73137) UnhandledPromiseRejectionWarning: Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request_lenient" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient-c.db7ef0201861cc9b7ef643ad7342cceb57cbe429a66fabe2fb2462e7b5621c51"
at Fixture.clang (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (/Users/deargueta/code/oss/llhttp/test/fixtures/index.ts:73:10)
at buildMode (/Users/deargueta/code/oss/llhttp/test/md-test.ts:68:10)
(node:73137) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 9)
duplicate symbol '_llparse__in_bench' in:
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/fixture-15e85e.o
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/extra-780e9c.o
ld: 1 duplicate symbol for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
(node:73137) UnhandledPromiseRejectionWarning: Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (/Users/deargueta/code/oss/llhttp/test/fixtures/index.ts:73:10)
at buildMode (/Users/deargueta/code/oss/llhttp/test/md-test.ts:68:10)
(node:73137) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 10)
duplicate symbol '_llparse__in_bench' in:
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/fixture-c73a01.o
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/extra-158e6b.o
ld: 1 duplicate symbol for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
(node:73137) UnhandledPromiseRejectionWarning: Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-finish.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-DLLPARSE__TEST_FINISH=llhttp__test_finish" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-finish.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-finish-c.4534aba9c1a4afced9c1684553737730655358e5507f928c629aca4883d8446f"
at Fixture.clang (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (/Users/deargueta/code/oss/llhttp/test/fixtures/index.ts:73:10)
at buildMode (/Users/deargueta/code/oss/llhttp/test/md-test.ts:68:10)
(node:73137) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 11)
duplicate symbol '_llparse__in_bench' in:
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/fixture-229269.o
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/extra-1d15b9.o
ld: 1 duplicate symbol for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
(node:73137) UnhandledPromiseRejectionWarning: Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (/Users/deargueta/code/oss/llhttp/test/fixtures/index.ts:73:10)
at buildMode (/Users/deargueta/code/oss/llhttp/test/md-test.ts:68:10)
(node:73137) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 12)
duplicate symbol '_llparse__in_bench' in:
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/fixture-2ca285.o
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/extra-deb3f1.o
ld: 1 duplicate symbol for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
[․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․](node:73137) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 10)
duplicate symbol '_llparse__in_bench' in:
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/fixture-0efa7e.o
/var/folders/k6/l1hpqkv52kq4s37nfjkxc0s48tc62t/T/extra-e88255.o
ld: 1 duplicate symbol for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
(node:73137) UnhandledPromiseRejectionWarning: Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-finish.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-DLLPARSE__TEST_FINISH=llhttp__test_finish" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-finish.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-finish-c.85b6da1823c3c1e86fc1331db9fe667bb5c66be0afa73f5acf079abed7b559af"
at Fixture.clang (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (/Users/deargueta/code/oss/llhttp/test/fixtures/index.ts:73:10)
at buildMode (/Users/deargueta/code/oss/llhttp/test/md-test.ts:68:10)
(node:73137) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 13)
(node:73137) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 5)
(node:73137) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 8)
[▬▬▬▬▬▬▬▬▬▬▬▬▬․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․](node:73137) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 9)
(node:73137) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 3)
[▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․](node:73137) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 13)
(node:73137) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 7)
[▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․](node:73137) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 12)
[▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․](node:73137) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 4)
[▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬․․․․․․․․․](node:73137) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 11)
(node:73137) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 6)
[▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬․․․․․․․․](node:73137) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 2)
(node:73137) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 1)
[▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬]
0 passing (4s)
582 failing
1) Sample requests at request/sample.md:1
Simple request at request/sample.md:6
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
2) Sample requests at request/sample.md:1
Simple request at request/sample.md:6
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
3) Sample requests at request/sample.md:1
Simple request at request/sample.md:6
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
4) Sample requests at request/sample.md:1
Simple request at request/sample.md:6
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
5) Sample requests at request/sample.md:1
Request with method starting with `H` at request/sample.md:28
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
6) Sample requests at request/sample.md:1
Request with method starting with `H` at request/sample.md:28
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
7) Sample requests at request/sample.md:1
Request with method starting with `H` at request/sample.md:28
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
8) Sample requests at request/sample.md:1
Request with method starting with `H` at request/sample.md:28
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
9) Sample requests at request/sample.md:1
curl GET at request/sample.md:49
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
10) Sample requests at request/sample.md:1
curl GET at request/sample.md:49
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
11) Sample requests at request/sample.md:1
curl GET at request/sample.md:49
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
12) Sample requests at request/sample.md:1
curl GET at request/sample.md:49
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
13) Sample requests at request/sample.md:1
Firefox GET at request/sample.md:74
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
14) Sample requests at request/sample.md:1
Firefox GET at request/sample.md:74
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
15) Sample requests at request/sample.md:1
Firefox GET at request/sample.md:74
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
16) Sample requests at request/sample.md:1
Firefox GET at request/sample.md:74
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
17) Sample requests at request/sample.md:1
DUMBPACK at request/sample.md:114
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
18) Sample requests at request/sample.md:1
DUMBPACK at request/sample.md:114
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
19) Sample requests at request/sample.md:1
DUMBPACK at request/sample.md:114
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
20) Sample requests at request/sample.md:1
DUMBPACK at request/sample.md:114
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
21) Sample requests at request/sample.md:1
No headers and no body at request/sample.md:133
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
22) Sample requests at request/sample.md:1
No headers and no body at request/sample.md:133
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
23) Sample requests at request/sample.md:1
No headers and no body at request/sample.md:133
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
24) Sample requests at request/sample.md:1
No headers and no body at request/sample.md:133
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
25) Sample requests at request/sample.md:1
One header and no body at request/sample.md:149
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
26) Sample requests at request/sample.md:1
One header and no body at request/sample.md:149
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
27) Sample requests at request/sample.md:1
One header and no body at request/sample.md:149
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
28) Sample requests at request/sample.md:1
One header and no body at request/sample.md:149
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
29) Sample requests at request/sample.md:1
Apache bench GET at request/sample.md:168
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
30) Sample requests at request/sample.md:1
Apache bench GET at request/sample.md:168
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
31) Sample requests at request/sample.md:1
Apache bench GET at request/sample.md:168
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
32) Sample requests at request/sample.md:1
Apache bench GET at request/sample.md:168
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
33) Sample requests at request/sample.md:1
Prefix newline at request/sample.md:196
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
34) Sample requests at request/sample.md:1
Prefix newline at request/sample.md:196
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
35) Sample requests at request/sample.md:1
Prefix newline at request/sample.md:196
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
36) Sample requests at request/sample.md:1
Prefix newline at request/sample.md:196
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
37) Sample requests at request/sample.md:1
No HTTP version at request/sample.md:215
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
38) Sample requests at request/sample.md:1
No HTTP version at request/sample.md:215
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
39) Sample requests at request/sample.md:1
No HTTP version at request/sample.md:215
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
40) Sample requests at request/sample.md:1
No HTTP version at request/sample.md:215
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
41) Sample requests at request/sample.md:1
Line folding in header value with CRLF at request/sample.md:231
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
42) Sample requests at request/sample.md:1
Line folding in header value with CRLF at request/sample.md:231
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
43) Sample requests at request/sample.md:1
Line folding in header value with CRLF at request/sample.md:231
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
44) Sample requests at request/sample.md:1
Line folding in header value with CRLF at request/sample.md:231
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
45) Sample requests at request/sample.md:1
Line folding in header value with LF at request/sample.md:275
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
46) Sample requests at request/sample.md:1
Line folding in header value with LF at request/sample.md:275
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
47) Sample requests at request/sample.md:1
Line folding in header value with LF at request/sample.md:275
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
48) Sample requests at request/sample.md:1
Line folding in header value with LF at request/sample.md:275
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
49) Sample requests at request/sample.md:1
Request starting with CRLF at request/sample.md:318
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
50) Sample requests at request/sample.md:1
Request starting with CRLF at request/sample.md:318
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
51) Sample requests at request/sample.md:1
Request starting with CRLF at request/sample.md:318
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
52) Sample requests at request/sample.md:1
Request starting with CRLF at request/sample.md:318
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
53) Sample requests at request/sample.md:1
Extended Characters at request/sample.md:337
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
54) Sample requests at request/sample.md:1
Extended Characters at request/sample.md:337
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
55) Sample requests at request/sample.md:1
Extended Characters at request/sample.md:337
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
56) Sample requests at request/sample.md:1
Extended Characters at request/sample.md:337
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
57) Sample requests at request/sample.md:1
255 ASCII in header value at request/sample.md:358
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
58) Sample requests at request/sample.md:1
255 ASCII in header value at request/sample.md:358
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
59) Sample requests at request/sample.md:1
255 ASCII in header value at request/sample.md:358
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
60) Sample requests at request/sample.md:1
255 ASCII in header value at request/sample.md:358
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
61) Sample requests at request/sample.md:1
X-SSL-Nonsense at request/sample.md:382
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
62) Sample requests at request/sample.md:1
X-SSL-Nonsense at request/sample.md:382
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
63) Sample requests at request/sample.md:1
X-SSL-Nonsense at request/sample.md:382
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
64) Sample requests at request/sample.md:1
X-SSL-Nonsense at request/sample.md:382
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
65) Lenient header value parsing at request/lenient.md:1
Header value with lenient at request/lenient.md:6
should pass in mode="strict" and for type="request-lenient":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request_lenient" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient-c.db7ef0201861cc9b7ef643ad7342cceb57cbe429a66fabe2fb2462e7b5621c51"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
66) Lenient header value parsing at request/lenient.md:1
Header value with lenient at request/lenient.md:6
should pass in mode="loose" and for type="request-lenient":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request_lenient" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient-c.840772160b57ec9f9a13e541d0da38a5228e06f0aa617f654508a144570a33ab"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
67) Lenient header value parsing at request/lenient.md:1
Second request header value with lenient at request/lenient.md:25
should pass in mode="strict" and for type="request-lenient":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request_lenient" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient-c.db7ef0201861cc9b7ef643ad7342cceb57cbe429a66fabe2fb2462e7b5621c51"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
68) Lenient header value parsing at request/lenient.md:1
Second request header value with lenient at request/lenient.md:25
should pass in mode="loose" and for type="request-lenient":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request_lenient" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient-c.840772160b57ec9f9a13e541d0da38a5228e06f0aa617f654508a144570a33ab"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
69) Lenient header value parsing at request/lenient.md:1
Header value without lenient at request/lenient.md:54
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
70) Lenient header value parsing at request/lenient.md:1
Header value without lenient at request/lenient.md:54
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
71) Lenient header value parsing at request/lenient.md:1
Header value without lenient at request/lenient.md:54
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
72) Lenient header value parsing at request/lenient.md:1
Header value without lenient at request/lenient.md:54
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
73) Methods at request/method.md:1
REPORT request at request/method.md:4
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
74) Methods at request/method.md:1
REPORT request at request/method.md:4
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
75) Methods at request/method.md:1
REPORT request at request/method.md:4
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
76) Methods at request/method.md:1
REPORT request at request/method.md:4
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
77) Methods at request/method.md:1
CONNECT request at request/method.md:20
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
78) Methods at request/method.md:1
CONNECT request at request/method.md:20
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
79) Methods at request/method.md:1
CONNECT request at request/method.md:20
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
80) Methods at request/method.md:1
CONNECT request at request/method.md:20
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
81) Methods at request/method.md:1
CONNECT request with CAPS at request/method.md:44
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
82) Methods at request/method.md:1
CONNECT request with CAPS at request/method.md:44
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
83) Methods at request/method.md:1
CONNECT request with CAPS at request/method.md:44
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
84) Methods at request/method.md:1
CONNECT request with CAPS at request/method.md:44
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
85) Methods at request/method.md:1
CONNECT with body at request/method.md:67
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
86) Methods at request/method.md:1
CONNECT with body at request/method.md:67
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
87) Methods at request/method.md:1
CONNECT with body at request/method.md:67
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
88) Methods at request/method.md:1
CONNECT with body at request/method.md:67
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
89) Methods at request/method.md:1
M-SEARCH request at request/method.md:93
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
90) Methods at request/method.md:1
M-SEARCH request at request/method.md:93
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
91) Methods at request/method.md:1
M-SEARCH request at request/method.md:93
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
92) Methods at request/method.md:1
M-SEARCH request at request/method.md:93
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
93) Methods at request/method.md:1
PATCH request at request/method.md:118
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
94) Methods at request/method.md:1
PATCH request at request/method.md:118
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
95) Methods at request/method.md:1
PATCH request at request/method.md:118
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
96) Methods at request/method.md:1
PATCH request at request/method.md:118
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
97) Methods at request/method.md:1
PURGE request at request/method.md:147
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
98) Methods at request/method.md:1
PURGE request at request/method.md:147
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
99) Methods at request/method.md:1
PURGE request at request/method.md:147
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
100) Methods at request/method.md:1
PURGE request at request/method.md:147
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
101) Methods at request/method.md:1
SEARCH request at request/method.md:166
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
102) Methods at request/method.md:1
SEARCH request at request/method.md:166
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
103) Methods at request/method.md:1
SEARCH request at request/method.md:166
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
104) Methods at request/method.md:1
SEARCH request at request/method.md:166
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
105) Methods at request/method.md:1
LINK request at request/method.md:185
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
106) Methods at request/method.md:1
LINK request at request/method.md:185
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
107) Methods at request/method.md:1
LINK request at request/method.md:185
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
108) Methods at request/method.md:1
LINK request at request/method.md:185
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
109) Methods at request/method.md:1
LINK request at request/method.md:210
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
110) Methods at request/method.md:1
LINK request at request/method.md:210
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
111) Methods at request/method.md:1
LINK request at request/method.md:210
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
112) Methods at request/method.md:1
LINK request at request/method.md:210
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
113) Methods at request/method.md:1
SOURCE request at request/method.md:232
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
114) Methods at request/method.md:1
SOURCE request at request/method.md:232
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
115) Methods at request/method.md:1
SOURCE request at request/method.md:232
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
116) Methods at request/method.md:1
SOURCE request at request/method.md:232
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
117) Methods at request/method.md:1
SOURCE request with ICE at request/method.md:251
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
118) Methods at request/method.md:1
SOURCE request with ICE at request/method.md:251
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
119) Methods at request/method.md:1
SOURCE request with ICE at request/method.md:251
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
120) Methods at request/method.md:1
SOURCE request with ICE at request/method.md:251
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
121) Methods at request/method.md:1
OPTIONS request with RTSP at request/method.md:270
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
122) Methods at request/method.md:1
OPTIONS request with RTSP at request/method.md:270
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
123) Methods at request/method.md:1
OPTIONS request with RTSP at request/method.md:270
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
124) Methods at request/method.md:1
OPTIONS request with RTSP at request/method.md:270
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
125) Methods at request/method.md:1
ANNOUNCE request with RTSP at request/method.md:291
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
126) Methods at request/method.md:1
ANNOUNCE request with RTSP at request/method.md:291
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
127) Methods at request/method.md:1
ANNOUNCE request with RTSP at request/method.md:291
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
128) Methods at request/method.md:1
ANNOUNCE request with RTSP at request/method.md:291
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
129) Methods at request/method.md:1
PRI request HTTP2 at request/method.md:310
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
130) Methods at request/method.md:1
PRI request HTTP2 at request/method.md:310
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
131) Methods at request/method.md:1
PRI request HTTP2 at request/method.md:310
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
132) Methods at request/method.md:1
PRI request HTTP2 at request/method.md:310
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
133) URI at request/uri.md:1
Quotes in URI at request/uri.md:4
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
134) URI at request/uri.md:1
Quotes in URI at request/uri.md:4
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
135) URI at request/uri.md:1
Quotes in URI at request/uri.md:4
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
136) URI at request/uri.md:1
Quotes in URI at request/uri.md:4
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
137) URI at request/uri.md:1
Query URL with question mark at request/uri.md:20
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
138) URI at request/uri.md:1
Query URL with question mark at request/uri.md:20
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
139) URI at request/uri.md:1
Query URL with question mark at request/uri.md:20
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
140) URI at request/uri.md:1
Query URL with question mark at request/uri.md:20
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
141) URI at request/uri.md:1
Host terminated by a query string at request/uri.md:38
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
142) URI at request/uri.md:1
Host terminated by a query string at request/uri.md:38
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
143) URI at request/uri.md:1
Host terminated by a query string at request/uri.md:38
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
144) URI at request/uri.md:1
Host terminated by a query string at request/uri.md:38
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
145) URI at request/uri.md:1
`host:port` terminated by a query string at request/uri.md:54
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
146) URI at request/uri.md:1
`host:port` terminated by a query string at request/uri.md:54
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
147) URI at request/uri.md:1
`host:port` terminated by a query string at request/uri.md:54
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
148) URI at request/uri.md:1
`host:port` terminated by a query string at request/uri.md:54
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
149) URI at request/uri.md:1
Query URL with vertical bar character at request/uri.md:70
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
150) URI at request/uri.md:1
Query URL with vertical bar character at request/uri.md:70
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
151) URI at request/uri.md:1
Query URL with vertical bar character at request/uri.md:70
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
152) URI at request/uri.md:1
Query URL with vertical bar character at request/uri.md:70
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
153) URI at request/uri.md:1
`host:port` terminated by a space at request/uri.md:90
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
154) URI at request/uri.md:1
`host:port` terminated by a space at request/uri.md:90
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
155) URI at request/uri.md:1
`host:port` terminated by a space at request/uri.md:90
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
156) URI at request/uri.md:1
`host:port` terminated by a space at request/uri.md:90
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
157) URI at request/uri.md:1
UTF-8 in URI path in loose mode at request/uri.md:106
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
158) URI at request/uri.md:1
UTF-8 in URI path in loose mode at request/uri.md:106
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
159) URI at request/uri.md:1
Disallow UTF-8 in URI path in strict mode at request/uri.md:125
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
160) URI at request/uri.md:1
Disallow UTF-8 in URI path in strict mode at request/uri.md:125
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
161) URI at request/uri.md:1
Fragment in URI at request/uri.md:140
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
162) URI at request/uri.md:1
Fragment in URI at request/uri.md:140
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
163) URI at request/uri.md:1
Fragment in URI at request/uri.md:140
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
164) URI at request/uri.md:1
Fragment in URI at request/uri.md:140
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
165) URI at request/uri.md:1
Underscore in hostname at request/uri.md:156
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
166) URI at request/uri.md:1
Underscore in hostname at request/uri.md:156
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
167) URI at request/uri.md:1
Underscore in hostname at request/uri.md:156
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
168) URI at request/uri.md:1
Underscore in hostname at request/uri.md:156
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
169) URI at request/uri.md:1
`host:port` and basic auth at request/uri.md:179
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
170) URI at request/uri.md:1
`host:port` and basic auth at request/uri.md:179
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
171) URI at request/uri.md:1
`host:port` and basic auth at request/uri.md:179
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
172) URI at request/uri.md:1
`host:port` and basic auth at request/uri.md:179
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
173) URI at request/uri.md:1
Space in URI at request/uri.md:195
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
174) URI at request/uri.md:1
Space in URI at request/uri.md:195
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
175) URI at request/uri.md:1
Space in URI at request/uri.md:195
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
176) URI at request/uri.md:1
Space in URI at request/uri.md:195
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
177) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
Setting flag at request/connection.md:6
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
178) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
Setting flag at request/connection.md:6
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
179) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
Setting flag at request/connection.md:6
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
180) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
Setting flag at request/connection.md:6
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
181) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
Restarting when keep-alive is explicitly at request/connection.md:25
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
182) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
Restarting when keep-alive is explicitly at request/connection.md:25
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
183) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
Restarting when keep-alive is explicitly at request/connection.md:25
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
184) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
Restarting when keep-alive is explicitly at request/connection.md:25
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
185) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
No restart when keep-alive is off (1.0) and parser is in strict mode at request/connection.md:53
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
186) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
No restart when keep-alive is off (1.0) and parser is in strict mode at request/connection.md:53
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
187) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
Resetting flags when keep-alive is off (1.0) and parser is in loose mode at request/connection.md:72
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
188) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
Resetting flags when keep-alive is off (1.0) and parser is in loose mode at request/connection.md:72
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
189) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
CRLF between requests, implicit `keep-alive` at request/connection.md:102
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
190) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
CRLF between requests, implicit `keep-alive` at request/connection.md:102
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
191) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
CRLF between requests, implicit `keep-alive` at request/connection.md:102
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
192) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
CRLF between requests, implicit `keep-alive` at request/connection.md:102
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
193) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
Not treating `\r` as `-` at request/connection.md:133
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
194) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
Not treating `\r` as `-` at request/connection.md:133
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
195) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
Not treating `\r` as `-` at request/connection.md:133
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
196) Connection header at request/connection.md:1
`keep-alive` at request/connection.md:4
Not treating `\r` as `-` at request/connection.md:133
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
197) Connection header at request/connection.md:1
`close` at request/connection.md:151
Setting flag on `close` at request/connection.md:153
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
198) Connection header at request/connection.md:1
`close` at request/connection.md:151
Setting flag on `close` at request/connection.md:153
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
199) Connection header at request/connection.md:1
`close` at request/connection.md:151
Setting flag on `close` at request/connection.md:153
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
200) Connection header at request/connection.md:1
`close` at request/connection.md:151
Setting flag on `close` at request/connection.md:153
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
201) Connection header at request/connection.md:1
`close` at request/connection.md:151
CRLF between requests, explicit `close` (strict mode) at request/connection.md:172
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
202) Connection header at request/connection.md:1
`close` at request/connection.md:151
CRLF between requests, explicit `close` (strict mode) at request/connection.md:172
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
203) Connection header at request/connection.md:1
`close` at request/connection.md:151
CRLF between requests, explicit `close` (loose mode) at request/connection.md:207
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
204) Connection header at request/connection.md:1
`close` at request/connection.md:151
CRLF between requests, explicit `close` (loose mode) at request/connection.md:207
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
205) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Sample at request/connection.md:245
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
206) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Sample at request/connection.md:245
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
207) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Sample at request/connection.md:245
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
208) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Sample at request/connection.md:245
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
209) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Multiple tokens with folding at request/connection.md:264
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
210) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Multiple tokens with folding at request/connection.md:264
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
211) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Multiple tokens with folding at request/connection.md:264
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
212) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Multiple tokens with folding at request/connection.md:264
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
213) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Multiple tokens with folding and LWS at request/connection.md:304
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
214) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Multiple tokens with folding and LWS at request/connection.md:304
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
215) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Multiple tokens with folding and LWS at request/connection.md:304
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
216) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Multiple tokens with folding and LWS at request/connection.md:304
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
217) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Multiple tokens with folding, LWS, and CRLF at request/connection.md:327
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
218) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Multiple tokens with folding, LWS, and CRLF at request/connection.md:327
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
219) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Multiple tokens with folding, LWS, and CRLF at request/connection.md:327
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
220) Connection header at request/connection.md:1
Parsing multiple tokens at request/connection.md:243
Multiple tokens with folding, LWS, and CRLF at request/connection.md:327
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
221) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Setting a flag and pausing at request/connection.md:353
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
222) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Setting a flag and pausing at request/connection.md:353
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
223) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Setting a flag and pausing at request/connection.md:353
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
224) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Setting a flag and pausing at request/connection.md:353
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
225) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Emitting part of body and pausing at request/connection.md:376
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
226) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Emitting part of body and pausing at request/connection.md:376
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
227) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Emitting part of body and pausing at request/connection.md:376
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
228) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Emitting part of body and pausing at request/connection.md:376
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
229) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Upgrade GET request at request/connection.md:403
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
230) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Upgrade GET request at request/connection.md:403
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
231) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Upgrade GET request at request/connection.md:403
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
232) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Upgrade GET request at request/connection.md:403
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
233) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Upgrade POST request at request/connection.md:441
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
234) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Upgrade POST request at request/connection.md:441
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
235) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Upgrade POST request at request/connection.md:441
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
236) Connection header at request/connection.md:1
`upgrade` at request/connection.md:351
Upgrade POST request at request/connection.md:441
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
237) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
Spaces in `Content-Length` #2 at request/content-length.md:192
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
238) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
Spaces in `Content-Length` #2 at request/content-length.md:192
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
239) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
Spaces in `Content-Length` #2 at request/content-length.md:192
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
240) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
Spaces in `Content-Length` #2 at request/content-length.md:192
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
241) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
Spaces in `Content-Length` #3 at request/content-length.md:210
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
242) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
Spaces in `Content-Length` #3 at request/content-length.md:210
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
243) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
Spaces in `Content-Length` #3 at request/content-length.md:210
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
244) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
Spaces in `Content-Length` #3 at request/content-length.md:210
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
245) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
Empty `Content-Length` at request/content-length.md:228
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
246) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
Empty `Content-Length` at request/content-length.md:228
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
247) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
Empty `Content-Length` at request/content-length.md:228
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
248) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
Empty `Content-Length` at request/content-length.md:228
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
249) Content-Length header at request/content-length.md:1
`Content-Length` with zeroes at request/content-length.md:4
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
250) Content-Length header at request/content-length.md:1
`Content-Length` with zeroes at request/content-length.md:4
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
251) Content-Length header at request/content-length.md:1
`Content-Length` with zeroes at request/content-length.md:4
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
252) Content-Length header at request/content-length.md:1
`Content-Length` with zeroes at request/content-length.md:4
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
253) Content-Length header at request/content-length.md:1
`Content-Length` with follow-up headers at request/content-length.md:24
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
254) Content-Length header at request/content-length.md:1
`Content-Length` with follow-up headers at request/content-length.md:24
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
255) Content-Length header at request/content-length.md:1
`Content-Length` with follow-up headers at request/content-length.md:24
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
256) Content-Length header at request/content-length.md:1
`Content-Length` with follow-up headers at request/content-length.md:24
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
257) Content-Length header at request/content-length.md:1
Error on `Content-Length` overflow at request/content-length.md:55
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
258) Content-Length header at request/content-length.md:1
Error on `Content-Length` overflow at request/content-length.md:55
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
259) Content-Length header at request/content-length.md:1
Error on `Content-Length` overflow at request/content-length.md:55
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
260) Content-Length header at request/content-length.md:1
Error on `Content-Length` overflow at request/content-length.md:55
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
261) Content-Length header at request/content-length.md:1
Error on duplicate `Content-Length` at request/content-length.md:72
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
262) Content-Length header at request/content-length.md:1
Error on duplicate `Content-Length` at request/content-length.md:72
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
263) Content-Length header at request/content-length.md:1
Error on duplicate `Content-Length` at request/content-length.md:72
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
264) Content-Length header at request/content-length.md:1
Error on duplicate `Content-Length` at request/content-length.md:72
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
265) Content-Length header at request/content-length.md:1
Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:91
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
266) Content-Length header at request/content-length.md:1
Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:91
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
267) Content-Length header at request/content-length.md:1
Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:91
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
268) Content-Length header at request/content-length.md:1
Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:91
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
269) Content-Length header at request/content-length.md:1
Error on simultaneous `Content-Length` and `Transfer-Encoding: chunked` (lenient) at request/content-length.md:112
should pass in mode="strict" and for type="request-lenient":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request_lenient" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient-c.db7ef0201861cc9b7ef643ad7342cceb57cbe429a66fabe2fb2462e7b5621c51"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
270) Content-Length header at request/content-length.md:1
Error on simultaneous `Content-Length` and `Transfer-Encoding: chunked` (lenient) at request/content-length.md:112
should pass in mode="loose" and for type="request-lenient":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request_lenient" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient-c.840772160b57ec9f9a13e541d0da38a5228e06f0aa617f654508a144570a33ab"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
271) Content-Length header at request/content-length.md:1
No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:133
should pass in mode="strict" and for type="request-lenient":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request_lenient" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient-c.db7ef0201861cc9b7ef643ad7342cceb57cbe429a66fabe2fb2462e7b5621c51"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
272) Content-Length header at request/content-length.md:1
No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:133
should pass in mode="loose" and for type="request-lenient":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request_lenient" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient-c.840772160b57ec9f9a13e541d0da38a5228e06f0aa617f654508a144570a33ab"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
273) Content-Length header at request/content-length.md:1
Funky `Content-Length` with body at request/content-length.md:154
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
274) Content-Length header at request/content-length.md:1
Funky `Content-Length` with body at request/content-length.md:154
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
275) Content-Length header at request/content-length.md:1
Funky `Content-Length` with body at request/content-length.md:154
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
276) Content-Length header at request/content-length.md:1
Funky `Content-Length` with body at request/content-length.md:154
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
277) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
278) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
279) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
280) Content-Length header at request/content-length.md:1
Spaces in `Content-Length` (surrounding) at request/content-length.md:174
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
281) Content-Length header at request/content-length.md:1
`Content-Length` with CR instead of dash at request/content-length.md:245
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
282) Content-Length header at request/content-length.md:1
`Content-Length` with CR instead of dash at request/content-length.md:245
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
283) Content-Length header at request/content-length.md:1
`Content-Length` with CR instead of dash at request/content-length.md:245
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
284) Content-Length header at request/content-length.md:1
`Content-Length` with CR instead of dash at request/content-length.md:245
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
285) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parsing and setting flag at request/transfer-encoding.md:6
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
286) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parsing and setting flag at request/transfer-encoding.md:6
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
287) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parsing and setting flag at request/transfer-encoding.md:6
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
288) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parsing and setting flag at request/transfer-encoding.md:6
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
289) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parse chunks with lowercase size at request/transfer-encoding.md:24
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
290) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parse chunks with lowercase size at request/transfer-encoding.md:24
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
291) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parse chunks with lowercase size at request/transfer-encoding.md:24
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
292) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parse chunks with lowercase size at request/transfer-encoding.md:24
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
293) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parse chunks with uppercase size at request/transfer-encoding.md:52
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
294) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parse chunks with uppercase size at request/transfer-encoding.md:52
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
295) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parse chunks with uppercase size at request/transfer-encoding.md:52
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
296) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parse chunks with uppercase size at request/transfer-encoding.md:52
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
297) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:80
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
298) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:80
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
299) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:80
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
300) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:80
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
301) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:108
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
302) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:108
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
303) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:108
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
304) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:108
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
305) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Trailing headers at request/transfer-encoding.md:141
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
306) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Trailing headers at request/transfer-encoding.md:141
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
307) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Trailing headers at request/transfer-encoding.md:141
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
308) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Trailing headers at request/transfer-encoding.md:141
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
309) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parameters after chunk length at request/transfer-encoding.md:180
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
310) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parameters after chunk length at request/transfer-encoding.md:180
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
311) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parameters after chunk length at request/transfer-encoding.md:180
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
312) Transfer-Encoding header at request/transfer-encoding.md:1
`chunked` at request/transfer-encoding.md:4
Parameters after chunk length at request/transfer-encoding.md:180
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
313) Transfer-Encoding header at request/transfer-encoding.md:1
Ignoring `pigeons` at request/transfer-encoding.md:210
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
314) Transfer-Encoding header at request/transfer-encoding.md:1
Ignoring `pigeons` at request/transfer-encoding.md:210
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
315) Transfer-Encoding header at request/transfer-encoding.md:1
Ignoring `pigeons` at request/transfer-encoding.md:210
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
316) Transfer-Encoding header at request/transfer-encoding.md:1
Ignoring `pigeons` at request/transfer-encoding.md:210
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
317) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:232
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
318) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:232
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
319) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:232
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
320) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:232
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
321) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `Transfer-Encoding` (that is not chunked) and `Content-Length` (lenient) at request/transfer-encoding.md:256
should pass in mode="strict" and for type="request-lenient":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request_lenient" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient-c.db7ef0201861cc9b7ef643ad7342cceb57cbe429a66fabe2fb2462e7b5621c51"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
322) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `Transfer-Encoding` (that is not chunked) and `Content-Length` (lenient) at request/transfer-encoding.md:256
should pass in mode="loose" and for type="request-lenient":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request_lenient" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient-c.840772160b57ec9f9a13e541d0da38a5228e06f0aa617f654508a144570a33ab"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
323) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `chunked` before other transfer coding names at request/transfer-encoding.md:287
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
324) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `chunked` before other transfer coding names at request/transfer-encoding.md:287
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
325) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `chunked` before other transfer coding names at request/transfer-encoding.md:287
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
326) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `chunked` before other transfer coding names at request/transfer-encoding.md:287
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
327) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:309
should pass in mode="strict" and for type="request-lenient":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request_lenient" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-lenient-c.db7ef0201861cc9b7ef643ad7342cceb57cbe429a66fabe2fb2462e7b5621c51"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
328) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:309
should pass in mode="loose" and for type="request-lenient":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request_lenient" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-lenient-c.840772160b57ec9f9a13e541d0da38a5228e06f0aa617f654508a144570a33ab"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
329) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `chunked` as last transfer-coding at request/transfer-encoding.md:334
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
330) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `chunked` as last transfer-coding at request/transfer-encoding.md:334
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
331) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `chunked` as last transfer-coding at request/transfer-encoding.md:334
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
332) Transfer-Encoding header at request/transfer-encoding.md:1
POST with `chunked` as last transfer-coding at request/transfer-encoding.md:334
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
333) Transfer-Encoding header at request/transfer-encoding.md:1
Missing last-chunk at request/transfer-encoding.md:365
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
334) Transfer-Encoding header at request/transfer-encoding.md:1
Missing last-chunk at request/transfer-encoding.md:365
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
335) Transfer-Encoding header at request/transfer-encoding.md:1
Missing last-chunk at request/transfer-encoding.md:365
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
336) Transfer-Encoding header at request/transfer-encoding.md:1
Missing last-chunk at request/transfer-encoding.md:365
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
337) Invalid requests at request/invalid.md:1
ICE protocol and GET method at request/invalid.md:4
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
338) Invalid requests at request/invalid.md:1
ICE protocol and GET method at request/invalid.md:4
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
339) Invalid requests at request/invalid.md:1
ICE protocol and GET method at request/invalid.md:4
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
340) Invalid requests at request/invalid.md:1
ICE protocol and GET method at request/invalid.md:4
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
341) Invalid requests at request/invalid.md:1
ICE protocol, but not really at request/invalid.md:20
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
342) Invalid requests at request/invalid.md:1
ICE protocol, but not really at request/invalid.md:20
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
343) Invalid requests at request/invalid.md:1
ICE protocol, but not really at request/invalid.md:20
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
344) Invalid requests at request/invalid.md:1
ICE protocol, but not really at request/invalid.md:20
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
345) Invalid requests at request/invalid.md:1
RTSP protocol and PUT method at request/invalid.md:36
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
346) Invalid requests at request/invalid.md:1
RTSP protocol and PUT method at request/invalid.md:36
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
347) Invalid requests at request/invalid.md:1
RTSP protocol and PUT method at request/invalid.md:36
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
348) Invalid requests at request/invalid.md:1
RTSP protocol and PUT method at request/invalid.md:36
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
349) Invalid requests at request/invalid.md:1
HTTP protocol and ANNOUNCE method at request/invalid.md:52
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
350) Invalid requests at request/invalid.md:1
HTTP protocol and ANNOUNCE method at request/invalid.md:52
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
351) Invalid requests at request/invalid.md:1
HTTP protocol and ANNOUNCE method at request/invalid.md:52
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
352) Invalid requests at request/invalid.md:1
HTTP protocol and ANNOUNCE method at request/invalid.md:52
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
353) Invalid requests at request/invalid.md:1
Headers separated by CR at request/invalid.md:68
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
354) Invalid requests at request/invalid.md:1
Headers separated by CR at request/invalid.md:68
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
355) Invalid requests at request/invalid.md:1
Headers separated by CR at request/invalid.md:68
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
356) Invalid requests at request/invalid.md:1
Headers separated by CR at request/invalid.md:68
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
357) Invalid requests at request/invalid.md:1
Invalid header token #1 at request/invalid.md:86
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
358) Invalid requests at request/invalid.md:1
Invalid header token #1 at request/invalid.md:86
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
359) Invalid requests at request/invalid.md:1
Invalid header token #1 at request/invalid.md:86
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
360) Invalid requests at request/invalid.md:1
Invalid header token #1 at request/invalid.md:86
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
361) Invalid requests at request/invalid.md:1
Invalid header token #2 at request/invalid.md:102
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
362) Invalid requests at request/invalid.md:1
Invalid header token #2 at request/invalid.md:102
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
363) Invalid requests at request/invalid.md:1
Invalid header token #2 at request/invalid.md:102
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
364) Invalid requests at request/invalid.md:1
Invalid header token #2 at request/invalid.md:102
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
365) Invalid requests at request/invalid.md:1
Invalid method at request/invalid.md:118
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
366) Invalid requests at request/invalid.md:1
Invalid method at request/invalid.md:118
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
367) Invalid requests at request/invalid.md:1
Invalid method at request/invalid.md:118
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
368) Invalid requests at request/invalid.md:1
Invalid method at request/invalid.md:118
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
369) Invalid requests at request/invalid.md:1
Illegal header field name line folding at request/invalid.md:132
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
370) Invalid requests at request/invalid.md:1
Illegal header field name line folding at request/invalid.md:132
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
371) Invalid requests at request/invalid.md:1
Illegal header field name line folding at request/invalid.md:132
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
372) Invalid requests at request/invalid.md:1
Illegal header field name line folding at request/invalid.md:132
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
373) Invalid requests at request/invalid.md:1
Corrupted Connection header at request/invalid.md:149
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
374) Invalid requests at request/invalid.md:1
Corrupted Connection header at request/invalid.md:149
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
375) Invalid requests at request/invalid.md:1
Corrupted Connection header at request/invalid.md:149
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
376) Invalid requests at request/invalid.md:1
Corrupted Connection header at request/invalid.md:149
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
377) Invalid requests at request/invalid.md:1
Corrupted header name at request/invalid.md:169
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
378) Invalid requests at request/invalid.md:1
Corrupted header name at request/invalid.md:169
should pass in mode="strict" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-c.672a042d80e8227c45ce7e82117bd9a31f7f55065a7e44855028eefa71fd453d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
379) Invalid requests at request/invalid.md:1
Corrupted header name at request/invalid.md:169
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
380) Invalid requests at request/invalid.md:1
Corrupted header name at request/invalid.md:169
should pass in mode="loose" and for type="request":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-c.08cf5a59adc804f5d247ff9763df98b0bf846965c03d75f1e3e7f235dba6cd2a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
381) Finish at request/finish.md:1
It should be safe to finish after GET request at request/finish.md:6
should pass in mode="strict" and for type="request-finish":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-finish.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-DLLPARSE__TEST_FINISH=llhttp__test_finish" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-finish.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-finish-c.85b6da1823c3c1e86fc1331db9fe667bb5c66be0afa73f5acf079abed7b559af"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
382) Finish at request/finish.md:1
It should be safe to finish after GET request at request/finish.md:6
should pass in mode="loose" and for type="request-finish":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-finish.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-DLLPARSE__TEST_FINISH=llhttp__test_finish" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-finish.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-finish-c.85a5e3827189ce76db75997c92a329a30543cb690ed1a7c3980f861e651c4e15"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
383) Finish at request/finish.md:1
It should be unsafe to finish after incomplete PUT request at request/finish.md:23
should pass in mode="strict" and for type="request-finish":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-finish.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-DLLPARSE__TEST_FINISH=llhttp__test_finish" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-finish.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-finish-c.85b6da1823c3c1e86fc1331db9fe667bb5c66be0afa73f5acf079abed7b559af"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
384) Finish at request/finish.md:1
It should be unsafe to finish after incomplete PUT request at request/finish.md:23
should pass in mode="loose" and for type="request-finish":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-finish.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-DLLPARSE__TEST_FINISH=llhttp__test_finish" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-finish.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-finish-c.85a5e3827189ce76db75997c92a329a30543cb690ed1a7c3980f861e651c4e15"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
385) Finish at request/finish.md:1
It should be unsafe to finish inside of the header at request/finish.md:40
should pass in mode="strict" and for type="request-finish":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-finish.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-DLLPARSE__TEST_FINISH=llhttp__test_finish" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-finish.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-request-finish-c.85b6da1823c3c1e86fc1331db9fe667bb5c66be0afa73f5acf079abed7b559af"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
386) Finish at request/finish.md:1
It should be unsafe to finish inside of the header at request/finish.md:40
should pass in mode="loose" and for type="request-finish":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-finish.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_request" "-DLLPARSE__TEST_FINISH=llhttp__test_finish" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-finish.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-request-finish-c.85a5e3827189ce76db75997c92a329a30543cb690ed1a7c3980f861e651c4e15"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
387) Sample responses at response/sample.md:1
Simple response at response/sample.md:4
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
388) Sample responses at response/sample.md:1
Simple response at response/sample.md:4
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
389) Sample responses at response/sample.md:1
Simple response at response/sample.md:4
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
390) Sample responses at response/sample.md:1
Simple response at response/sample.md:4
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
391) Sample responses at response/sample.md:1
Error on invalid response start at response/sample.md:29
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
392) Sample responses at response/sample.md:1
Error on invalid response start at response/sample.md:29
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
393) Sample responses at response/sample.md:1
Empty body should not trigger spurious span callbacks at response/sample.md:45
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
394) Sample responses at response/sample.md:1
Empty body should not trigger spurious span callbacks at response/sample.md:45
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
395) Sample responses at response/sample.md:1
Empty body should not trigger spurious span callbacks at response/sample.md:45
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
396) Sample responses at response/sample.md:1
Empty body should not trigger spurious span callbacks at response/sample.md:45
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
397) Sample responses at response/sample.md:1
Google 301 at response/sample.md:60
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
398) Sample responses at response/sample.md:1
Google 301 at response/sample.md:60
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
399) Sample responses at response/sample.md:1
Google 301 at response/sample.md:60
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
400) Sample responses at response/sample.md:1
Google 301 at response/sample.md:60
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
401) Sample responses at response/sample.md:1
amazon.com at response/sample.md:117
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
402) Sample responses at response/sample.md:1
amazon.com at response/sample.md:117
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
403) Sample responses at response/sample.md:1
amazon.com at response/sample.md:117
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
404) Sample responses at response/sample.md:1
amazon.com at response/sample.md:117
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
405) Sample responses at response/sample.md:1
No headers and no body at response/sample.md:169
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
406) Sample responses at response/sample.md:1
No headers and no body at response/sample.md:169
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
407) Sample responses at response/sample.md:1
No headers and no body at response/sample.md:169
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
408) Sample responses at response/sample.md:1
No headers and no body at response/sample.md:169
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
409) Sample responses at response/sample.md:1
No reason phrase at response/sample.md:184
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
410) Sample responses at response/sample.md:1
No reason phrase at response/sample.md:184
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
411) Sample responses at response/sample.md:1
No reason phrase at response/sample.md:184
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
412) Sample responses at response/sample.md:1
No reason phrase at response/sample.md:184
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
413) Sample responses at response/sample.md:1
Empty reason phrase after space at response/sample.md:198
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
414) Sample responses at response/sample.md:1
Empty reason phrase after space at response/sample.md:198
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
415) Sample responses at response/sample.md:1
Empty reason phrase after space at response/sample.md:198
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
416) Sample responses at response/sample.md:1
Empty reason phrase after space at response/sample.md:198
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
417) Sample responses at response/sample.md:1
No carriage ret at response/sample.md:212
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
418) Sample responses at response/sample.md:1
No carriage ret at response/sample.md:212
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
419) Sample responses at response/sample.md:1
No carriage ret at response/sample.md:212
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
420) Sample responses at response/sample.md:1
No carriage ret at response/sample.md:212
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
421) Sample responses at response/sample.md:1
Underscore in header key at response/sample.md:234
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
422) Sample responses at response/sample.md:1
Underscore in header key at response/sample.md:234
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
423) Sample responses at response/sample.md:1
Underscore in header key at response/sample.md:234
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
424) Sample responses at response/sample.md:1
Underscore in header key at response/sample.md:234
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
425) Sample responses at response/sample.md:1
bonjourmadame.fr at response/sample.md:264
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
426) Sample responses at response/sample.md:1
bonjourmadame.fr at response/sample.md:264
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
427) Sample responses at response/sample.md:1
bonjourmadame.fr at response/sample.md:264
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
428) Sample responses at response/sample.md:1
bonjourmadame.fr at response/sample.md:264
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
429) Sample responses at response/sample.md:1
Spaces in header value at response/sample.md:310
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
430) Sample responses at response/sample.md:1
Spaces in header value at response/sample.md:310
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
431) Sample responses at response/sample.md:1
Spaces in header value at response/sample.md:310
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
432) Sample responses at response/sample.md:1
Spaces in header value at response/sample.md:310
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
433) Sample responses at response/sample.md:1
Spaces in header name in strict mode at response/sample.md:363
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
434) Sample responses at response/sample.md:1
Spaces in header name in strict mode at response/sample.md:363
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
435) Sample responses at response/sample.md:1
Spaces in header name in loose mode at response/sample.md:389
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
436) Sample responses at response/sample.md:1
Spaces in header name in loose mode at response/sample.md:389
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
437) Sample responses at response/sample.md:1
Non ASCII in status line at response/sample.md:429
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
438) Sample responses at response/sample.md:1
Non ASCII in status line at response/sample.md:429
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
439) Sample responses at response/sample.md:1
Non ASCII in status line at response/sample.md:429
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
440) Sample responses at response/sample.md:1
Non ASCII in status line at response/sample.md:429
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
441) Sample responses at response/sample.md:1
HTTP version 0.9 at response/sample.md:454
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
442) Sample responses at response/sample.md:1
HTTP version 0.9 at response/sample.md:454
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
443) Sample responses at response/sample.md:1
HTTP version 0.9 at response/sample.md:454
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
444) Sample responses at response/sample.md:1
HTTP version 0.9 at response/sample.md:454
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
445) Sample responses at response/sample.md:1
No Content-Length, no Transfer-Encoding at response/sample.md:469
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
446) Sample responses at response/sample.md:1
No Content-Length, no Transfer-Encoding at response/sample.md:469
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
447) Sample responses at response/sample.md:1
No Content-Length, no Transfer-Encoding at response/sample.md:469
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
448) Sample responses at response/sample.md:1
No Content-Length, no Transfer-Encoding at response/sample.md:469
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
449) Sample responses at response/sample.md:1
Response starting with CRLF at response/sample.md:492
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
450) Sample responses at response/sample.md:1
Response starting with CRLF at response/sample.md:492
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
451) Sample responses at response/sample.md:1
Response starting with CRLF at response/sample.md:492
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
452) Sample responses at response/sample.md:1
Response starting with CRLF at response/sample.md:492
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
453) Connection header at response/connection.md:1
Proxy-Connection at response/connection.md:4
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
454) Connection header at response/connection.md:1
Proxy-Connection at response/connection.md:4
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
455) Connection header at response/connection.md:1
Proxy-Connection at response/connection.md:4
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
456) Connection header at response/connection.md:1
Proxy-Connection at response/connection.md:4
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
457) Connection header at response/connection.md:1
HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:33
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
458) Connection header at response/connection.md:1
HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:33
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
459) Connection header at response/connection.md:1
HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:33
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
460) Connection header at response/connection.md:1
HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:33
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
461) Connection header at response/connection.md:1
HTTP/1.0 with keep-alive and 204 status at response/connection.md:55
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
462) Connection header at response/connection.md:1
HTTP/1.0 with keep-alive and 204 status at response/connection.md:55
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
463) Connection header at response/connection.md:1
HTTP/1.0 with keep-alive and 204 status at response/connection.md:55
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
464) Connection header at response/connection.md:1
HTTP/1.0 with keep-alive and 204 status at response/connection.md:55
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
465) Connection header at response/connection.md:1
HTTP/1.1 with EOF-terminated 200 status at response/connection.md:78
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
466) Connection header at response/connection.md:1
HTTP/1.1 with EOF-terminated 200 status at response/connection.md:78
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
467) Connection header at response/connection.md:1
HTTP/1.1 with EOF-terminated 200 status at response/connection.md:78
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
468) Connection header at response/connection.md:1
HTTP/1.1 with EOF-terminated 200 status at response/connection.md:78
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
469) Connection header at response/connection.md:1
HTTP/1.1 with 204 status at response/connection.md:97
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
470) Connection header at response/connection.md:1
HTTP/1.1 with 204 status at response/connection.md:97
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
471) Connection header at response/connection.md:1
HTTP/1.1 with 204 status at response/connection.md:97
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
472) Connection header at response/connection.md:1
HTTP/1.1 with 204 status at response/connection.md:97
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
473) Connection header at response/connection.md:1
HTTP/1.1 with keep-alive disabled and 204 status in strict mode at response/connection.md:117
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
474) Connection header at response/connection.md:1
HTTP/1.1 with keep-alive disabled and 204 status in strict mode at response/connection.md:117
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
475) Connection header at response/connection.md:1
HTTP/1.1 with keep-alive disabled and 204 status in loose mode at response/connection.md:137
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
476) Connection header at response/connection.md:1
HTTP/1.1 with keep-alive disabled and 204 status in loose mode at response/connection.md:137
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
477) Connection header at response/connection.md:1
HTTP 101 response with Upgrade and Content-Length header at response/connection.md:158
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
478) Connection header at response/connection.md:1
HTTP 101 response with Upgrade and Content-Length header at response/connection.md:158
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
479) Connection header at response/connection.md:1
HTTP 101 response with Upgrade and Content-Length header at response/connection.md:158
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
480) Connection header at response/connection.md:1
HTTP 101 response with Upgrade and Content-Length header at response/connection.md:158
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
481) Connection header at response/connection.md:1
HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:186
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
482) Connection header at response/connection.md:1
HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:186
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
483) Connection header at response/connection.md:1
HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:186
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
484) Connection header at response/connection.md:1
HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:186
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
485) Connection header at response/connection.md:1
HTTP 200 response with Upgrade header at response/connection.md:226
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
486) Connection header at response/connection.md:1
HTTP 200 response with Upgrade header at response/connection.md:226
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
487) Connection header at response/connection.md:1
HTTP 200 response with Upgrade header at response/connection.md:226
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
488) Connection header at response/connection.md:1
HTTP 200 response with Upgrade header at response/connection.md:226
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
489) Connection header at response/connection.md:1
HTTP 200 response with Upgrade header and Content-Length at response/connection.md:248
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
490) Connection header at response/connection.md:1
HTTP 200 response with Upgrade header and Content-Length at response/connection.md:248
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
491) Connection header at response/connection.md:1
HTTP 200 response with Upgrade header and Content-Length at response/connection.md:248
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
492) Connection header at response/connection.md:1
HTTP 200 response with Upgrade header and Content-Length at response/connection.md:248
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
493) Connection header at response/connection.md:1
HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:274
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
494) Connection header at response/connection.md:1
HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:274
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
495) Connection header at response/connection.md:1
HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:274
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
496) Connection header at response/connection.md:1
HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:274
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
497) Content-Length header at response/content-length.md:1
Response without `Content-Length`, but with body at response/content-length.md:4
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
498) Content-Length header at response/content-length.md:1
Response without `Content-Length`, but with body at response/content-length.md:4
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
499) Content-Length header at response/content-length.md:1
Response without `Content-Length`, but with body at response/content-length.md:4
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
500) Content-Length header at response/content-length.md:1
Response without `Content-Length`, but with body at response/content-length.md:4
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
501) Content-Length header at response/content-length.md:1
Content-Length-X at response/content-length.md:65
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
502) Content-Length header at response/content-length.md:1
Content-Length-X at response/content-length.md:65
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
503) Content-Length header at response/content-length.md:1
Content-Length-X at response/content-length.md:65
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
504) Content-Length header at response/content-length.md:1
Content-Length-X at response/content-length.md:65
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
505) Transfer-Encoding header at response/transfer-encoding.md:1
Trailing space on chunked body at response/transfer-encoding.md:4
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
506) Transfer-Encoding header at response/transfer-encoding.md:1
Trailing space on chunked body at response/transfer-encoding.md:4
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
507) Transfer-Encoding header at response/transfer-encoding.md:1
Trailing space on chunked body at response/transfer-encoding.md:4
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
508) Transfer-Encoding header at response/transfer-encoding.md:1
Trailing space on chunked body at response/transfer-encoding.md:4
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
509) Transfer-Encoding header at response/transfer-encoding.md:1
`chunked` before other transfer-coding at response/transfer-encoding.md:46
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
510) Transfer-Encoding header at response/transfer-encoding.md:1
`chunked` before other transfer-coding at response/transfer-encoding.md:46
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
511) Transfer-Encoding header at response/transfer-encoding.md:1
`chunked` before other transfer-coding at response/transfer-encoding.md:46
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
512) Transfer-Encoding header at response/transfer-encoding.md:1
`chunked` before other transfer-coding at response/transfer-encoding.md:46
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
513) Invalid responses at response/invalid.md:1
Incomplete HTTP protocol at response/invalid.md:4
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
514) Invalid responses at response/invalid.md:1
Incomplete HTTP protocol at response/invalid.md:4
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
515) Invalid responses at response/invalid.md:1
Extra digit in HTTP major version at response/invalid.md:20
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
516) Invalid responses at response/invalid.md:1
Extra digit in HTTP major version at response/invalid.md:20
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
517) Invalid responses at response/invalid.md:1
Extra digit in HTTP major version at response/invalid.md:20
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
518) Invalid responses at response/invalid.md:1
Extra digit in HTTP major version at response/invalid.md:20
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
519) Invalid responses at response/invalid.md:1
Extra digit in HTTP major version #2 at response/invalid.md:34
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
520) Invalid responses at response/invalid.md:1
Extra digit in HTTP major version #2 at response/invalid.md:34
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
521) Invalid responses at response/invalid.md:1
Extra digit in HTTP major version #2 at response/invalid.md:34
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
522) Invalid responses at response/invalid.md:1
Extra digit in HTTP major version #2 at response/invalid.md:34
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
523) Invalid responses at response/invalid.md:1
Extra digit in HTTP minor version at response/invalid.md:48
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
524) Invalid responses at response/invalid.md:1
Extra digit in HTTP minor version at response/invalid.md:48
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
525) Invalid responses at response/invalid.md:1
Extra digit in HTTP minor version at response/invalid.md:48
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
526) Invalid responses at response/invalid.md:1
Extra digit in HTTP minor version at response/invalid.md:48
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
527) Invalid responses at response/invalid.md:1
Tab after HTTP version at response/invalid.md:62
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
528) Invalid responses at response/invalid.md:1
Tab after HTTP version at response/invalid.md:62
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
529) Invalid responses at response/invalid.md:1
Tab after HTTP version at response/invalid.md:62
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
530) Invalid responses at response/invalid.md:1
Tab after HTTP version at response/invalid.md:62
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
531) Invalid responses at response/invalid.md:1
CR before response and tab after HTTP version at response/invalid.md:76
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
532) Invalid responses at response/invalid.md:1
CR before response and tab after HTTP version at response/invalid.md:76
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
533) Invalid responses at response/invalid.md:1
CR before response and tab after HTTP version at response/invalid.md:76
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
534) Invalid responses at response/invalid.md:1
CR before response and tab after HTTP version at response/invalid.md:76
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
535) Invalid responses at response/invalid.md:1
Headers separated by CR at response/invalid.md:90
should pass in mode="strict" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-none-c.5b7f81061d469992a851c3d23e26f6635aa34dbed71d44c7762fadb5eeb6928a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
at Context.<anonymous> (test/md-test.ts:112:22)
536) Invalid responses at response/invalid.md:1
Headers separated by CR at response/invalid.md:90
should pass in mode="strict" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-c.b284355eafdf5ddd9cde8e11536f6aa6fdcdde4c95ef1a5c9bf3363b9c4afc78"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
537) Invalid responses at response/invalid.md:1
Headers separated by CR at response/invalid.md:90
should pass in mode="loose" and for type="none":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-none-c.e267363f9e1cd50a861d9add64fe0ebb771c54c7946c970664a9533982ae9c36"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
538) Invalid responses at response/invalid.md:1
Headers separated by CR at response/invalid.md:90
should pass in mode="loose" and for type="response":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-c.5ae42d23233264bfc05ceb7c05f619e7cec7d95191f45f60d3fe45c04be7fabb"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
539) Finish at response/finish.md:1
It should be safe to finish with cb after empty response at response/finish.md:6
should pass in mode="strict" and for type="response-finish":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-finish.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-DLLPARSE__TEST_FINISH=llhttp__test_finish" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-finish.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-strict-response-finish-c.4534aba9c1a4afced9c1684553737730655358e5507f928c629aca4883d8446f"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
540) Finish at response/finish.md:1
It should be safe to finish with cb after empty response at response/finish.md:6
should pass in mode="loose" and for type="response-finish":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-finish.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-DLLHTTP__TEST_HTTP" "/Users/deargueta/code/oss/llhttp/src/native/http.c" "-DLLPARSE__TEST_INIT=llhttp__test_init_response" "-DLLPARSE__TEST_FINISH=llhttp__test_finish" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-finish.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/http-loose-response-finish-c.a7020fccfcbdeacf3ce6f758c1723c929ddfb5fdbf367d583ff5e943a8d3022d"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
541) URL tests at url.md:1
Absolute URL at url.md:3
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
542) URL tests at url.md:1
Absolute URL at url.md:3
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
543) URL tests at url.md:1
Relative URL at url.md:17
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
544) URL tests at url.md:1
Relative URL at url.md:17
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
545) URL tests at url.md:1
Failing on broken schema at url.md:29
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
546) URL tests at url.md:1
Failing on broken schema at url.md:29
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
547) URL tests at url.md:1
Proxy request at url.md:41
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
548) URL tests at url.md:1
Proxy request at url.md:41
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
549) URL tests at url.md:1
Proxy request with port at url.md:53
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
550) URL tests at url.md:1
Proxy request with port at url.md:53
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
551) URL tests at url.md:1
Proxy IPv6 request at url.md:65
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
552) URL tests at url.md:1
Proxy IPv6 request at url.md:65
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
553) URL tests at url.md:1
Proxy IPv6 request with port at url.md:77
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
554) URL tests at url.md:1
Proxy IPv6 request with port at url.md:77
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
555) URL tests at url.md:1
IPv4 in IPv6 address at url.md:89
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
556) URL tests at url.md:1
IPv4 in IPv6 address at url.md:89
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
557) URL tests at url.md:1
Extra `?` in query string at url.md:101
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
558) URL tests at url.md:1
Extra `?` in query string at url.md:101
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
559) URL tests at url.md:1
URL encoded space at url.md:116
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
560) URL tests at url.md:1
URL encoded space at url.md:116
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
561) URL tests at url.md:1
URL fragment at url.md:127
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
562) URL tests at url.md:1
URL fragment at url.md:127
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
563) URL tests at url.md:1
Complex URL fragment at url.md:138
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
564) URL tests at url.md:1
Complex URL fragment at url.md:138
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
565) URL tests at url.md:1
Complex URL from node.js url parser doc at url.md:153
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
566) URL tests at url.md:1
Complex URL from node.js url parser doc at url.md:153
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
567) URL tests at url.md:1
Complex URL with basic auth from node.js url parser doc at url.md:167
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
568) URL tests at url.md:1
Complex URL with basic auth from node.js url parser doc at url.md:167
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
569) URL tests at url.md:1
Double `@` at url.md:181
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
570) URL tests at url.md:1
Double `@` at url.md:181
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
571) URL tests at url.md:1
Proxy basic auth with url encoded space at url.md:193
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
572) URL tests at url.md:1
Proxy basic auth with url encoded space at url.md:193
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
573) URL tests at url.md:1
Proxy basic auth with unreserved chars at url.md:205
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
574) URL tests at url.md:1
Proxy basic auth with unreserved chars at url.md:205
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
575) URL tests at url.md:1
IPv6 address with Zone ID at url.md:217
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
576) URL tests at url.md:1
IPv6 address with Zone ID at url.md:217
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
577) URL tests at url.md:1
IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
578) URL tests at url.md:1
IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
579) URL tests at url.md:1
Disallow tab in URL in strict mode at url.md:241
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
580) URL tests at url.md:1
Tab in URL in loose mode at url.md:252
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
581) URL tests at url.md:1
Disallow form-feed in URL in strict mode at url.md:263
should pass in mode="strict" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-strict-url-c.c11065c024eab65e36473de98a9dd6922954b3fe3eafaf612d99db406edde650"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
582) URL tests at url.md:1
Form-feed in URL in loose mode at url.md:274
should pass in mode="loose" and for type="url":
Error: clang exit code: 1
arguments: "-g3" "-Os" "-fvisibility=hidden" "-I" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.h" "/Users/deargueta/code/oss/llhttp/node_modules/llparse-test-fixture/src/native/fixture.c" "-msse4.2" "-DLLHTTP__TEST" "-DLLPARSE__ERROR_PAUSE=21" "-include" "/Users/deargueta/code/oss/llhttp/test/tmp/cheaders.h" "/Users/deargueta/code/oss/llhttp/test/fixtures/extra.c" "-I" "/Users/deargueta/code/oss/llhttp/test/tmp" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url.c" "-o" "/Users/deargueta/code/oss/llhttp/test/tmp/url-loose-url-c.cb4e89ae7e0af99d1fd56fb071d2bf400443a801a16044cdfdd2b89f01a8106a"
at Fixture.clang (node_modules/llparse-test-fixture/src/fixture.ts:154:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Fixture.build (node_modules/llparse-test-fixture/src/fixture.ts:118:7)
at Object.build (test/fixtures/index.ts:73:10)
at buildMode (test/md-test.ts:68:10)
npm ERR! code ELIFECYCLE
npm ERR! errno 255
npm ERR! llhttp@2.2.0 mocha: `mocha --timeout=10000 -r ts-node/register/type-check --reporter progress test/*-test.ts`
npm ERR! Exit status 255
npm ERR!
npm ERR! Failed at the llhttp@2.2.0 mocha script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/deargueta/.npm/_logs/2020-11-18T10_34_18_475Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 255
npm ERR! llhttp@2.2.0 test: `npm run mocha && npm run lint`
npm ERR! Exit status 255
npm ERR!
npm ERR! Failed at the llhttp@2.2.0 test script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/deargueta/.npm/_logs/2020-11-18T10_34_18_503Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment