Skip to content
Branch: master
Find file History
Trott test: add logging in case of infinite loop
test-inspector-contexts may be entering an infinite loop (or very
long-running loop) in CI, resulting in flakiness. Or maybe not. Add
logging to find out.

PR-URL: #30649
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Latest commit 15146e6 Nov 26, 2019
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
abort test: add addon tests for `RegisterSignalHandler()` Jun 14, 2019
addons src: add file name to 'Module did not self-register' error Nov 19, 2019
async-hooks test: remove unnecessary --expose-internals flags Oct 10, 2019
benchmark test: use spread instead of Object.assign Nov 25, 2019
cctest src: add abstract `IsolatePlatformDelegate` Nov 20, 2019
common test: switch to object spread in common/benchmark.js Nov 23, 2019
doctool tools: make doctool work if no internet available Nov 6, 2019
es-module esm: data URLs should ignore unknown parameters Nov 26, 2019
fixtures test: test cover cases when trace is empty Nov 24, 2019
internet test: refactor test-dgram-multicast-set-interface-lo.js Nov 22, 2019
js-native-api doc: remove "it is important to" phrasing Oct 26, 2019
known_issues test: add test-fs-writeFileSync-invalid-windows Jul 11, 2019
message module: reduce circular dependency of internal/modules/cjs/loader Nov 19, 2019
node-api n-api: mark version 5 N-APIs as stable Sep 5, 2019
parallel test: add regression test for signal handler removal in exit Nov 28, 2019
pseudo-tty tty: truecolor check moved before 256 check Nov 27, 2019
pummel test: clean tmpdir on process exit Aug 11, 2019
report report: modify getReport() to return an Object Jul 12, 2019
sequential test: add logging in case of infinite loop Nov 28, 2019
testpy test: fix test runner for Python 3 on Windows Oct 20, 2019
tick-processor lib: change var to let Nov 24, 2019
tools test: fix Python unittests in ./test and ./tools Nov 11, 2019
v8-updates test: update test-postmortem-metadata.js Nov 8, 2019
wpt encoding: make TextDecoder handle BOM correctly Nov 5, 2019
.eslintrc.yaml src: implement v8 host weakref hooks Oct 13, 2019
README.md test: remove spaces inside code span elements Oct 10, 2019
root.status tools: remove eslint rule no-let-in-for-declaration Mar 26, 2019

README.md

Node.js Core Tests

This directory contains code and data used to test the Node.js implementation.

For a detailed guide on how to write tests in this directory, see the guide on writing tests.

On how to run tests in this directory, see the contributing guide.

For the tests to run on Windows, be sure to clone Node.js source code with the autocrlf git config flag set to true.

Test Directories

Directory Runs on CI Purpose
abort Yes Tests for when the --abort-on-uncaught-exception flag is used.
addons Yes Tests for addon functionality along with some tests that require an addon.
async-hooks Yes Tests for async_hooks functionality.
benchmark No Test minimal functionality of benchmarks.
cctest Yes C++ tests that are run as part of the build process.
code-cache No Tests for a Node.js binary compiled with V8 code cache.
common Common modules shared among many tests. Documentation
doctool Yes Tests for the documentation generator.
es-module Yes Test ESM module loading.
fixtures Test fixtures used in various tests throughout the test suite.
internet No Tests that make real outbound network connections. Tests for networking related modules may also be present in other directories, but those tests do not make outbound connections.
js-native-api Yes Tests for Node.js-agnostic n-api functionality.
known_issues Yes Tests reproducing known issues within the system. All tests inside of this directory are expected to fail. If a test doesn't fail on certain platforms, those should be skipped via known_issues.status.
message Yes Tests for messages that are output for various conditions (console.log, error messages etc.)
node-api Yes Tests for Node.js-specific n-api functionality.
parallel Yes Various tests that are able to be run in parallel.
pseudo-tty Yes Tests that require stdin/stdout/stderr to be a TTY.
pummel No Various tests for various modules / system functionality operating under load.
sequential Yes Various tests that must not run in parallel.
testpy Test configuration utility used by various test suites.
tick-processor No Tests for the V8 tick processor integration. The tests are for the logic in lib/internal/v8_prof_processor.js and lib/internal/v8_prof_polyfill.js. The tests confirm that the profile processor packages the correct set of scripts from V8 and introduces the correct platform specific logic.
v8-updates No Tests for V8 performance integration.
You can’t perform that action at this time.