port test_sharedarraybuffer to CTS (#46)
- port test_sharedarraybuffer to CTS
ports [test_sharedarraybuffer] from the Node.js test suite to the CTS.
Signed-off-by: Balakrishna Avulapati ba@bavulapati.com
- use skipTest and version check for experimental features
Signed-off-by: Balakrishna Avulapati ba@bavulapati.com
- remove redundant file
Signed-off-by: Balakrishna Avulapati ba@bavulapati.com
- remove process module consumption
Signed-off-by: Balakrishna Avulapati ba@bavulapati.com
Update implementors/node/tests.ts
Update implementors/node/tests.ts
Update implementors/node/tests.ts
Update implementors/node/tests.ts
Update implementors/node/tests.ts
Update implementors/node/tests.ts
Update implementors/node/tests.ts
Update implementors/node/tests.ts
Update implementors/node/tests.ts
Update implementors/node/tests.ts
Signed-off-by: Balakrishna Avulapati ba@bavulapati.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
Node-API Conformance Test Suite (
node-api-cts)A test suite for Node-API implementors across different JS engines and runtimes. Written in ECMAScript & C/C++ with an implementor customizable harness.
Overview
Tests
The tests are divided into three buckets:
tests/harness/*exercising the implementor’s test harness.and two parts based on the two header files declaring the Node-API functions:
tests/js-native-api/*testing the engine-specific part of Node-API defined in thejs_native_api.hheader.tests/node-api/*testing the runtime-specific part of Node-API defined in thenode_api.hheader.Implementors
This repository offers an opportunity for implementors of Node-API to maintain (parts of) their implementor-specific harness inside this repository, in a sub-directory of the
implementorsdirectory. We do this in hope of increased velocity from faster iteration and potentials for reuse of code across the harnesses.We maintain a list of other runtimes implementing Node-API in doc/node-api-engine-bindings.md of the
nodejs/abi-stable-noderepository.