summaryrefslogtreecommitdiff
path: root/test/tick-processor
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-06-26 08:25:29 -0700
committerRich Trott <rtrott@gmail.com>2021-07-04 07:26:59 -0700
commit32b6f4be5373ecca3ac2a749f5760c177a5af220 (patch)
tree2dfff6f9b8af068fbce6ef90d5e673b9c034be02 /test/tick-processor
parent7868062ddb3556ac33acde4471ebe703066db270 (diff)
downloadnode-new-32b6f4be5373ecca3ac2a749f5760c177a5af220.tar.gz
test: remove common.enoughTestCpu
All hosts in CI return true for common.enoughTestCpu. At least for our CI, it is always true, so we can remove it. PR-URL: https://github.com/nodejs/node/pull/39161 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'test/tick-processor')
-rw-r--r--test/tick-processor/test-tick-processor-builtin.js3
-rw-r--r--test/tick-processor/test-tick-processor-cpp-core.js3
-rw-r--r--test/tick-processor/test-tick-processor-polyfill-brokenfile.js3
-rw-r--r--test/tick-processor/test-tick-processor-preprocess-flag.js3
-rw-r--r--test/tick-processor/test-tick-processor-unknown.js3
5 files changed, 0 insertions, 15 deletions
diff --git a/test/tick-processor/test-tick-processor-builtin.js b/test/tick-processor/test-tick-processor-builtin.js
index 1f38abe08c..f01f098668 100644
--- a/test/tick-processor/test-tick-processor-builtin.js
+++ b/test/tick-processor/test-tick-processor-builtin.js
@@ -2,9 +2,6 @@
const common = require('../common');
const { isCPPSymbolsNotMapped } = require('./util');
-if (!common.enoughTestCpu)
- common.skip('test is CPU-intensive');
-
if (isCPPSymbolsNotMapped) {
common.skip('C++ symbols are not mapped for this os.');
}
diff --git a/test/tick-processor/test-tick-processor-cpp-core.js b/test/tick-processor/test-tick-processor-cpp-core.js
index e76d99ab09..89943cca5c 100644
--- a/test/tick-processor/test-tick-processor-cpp-core.js
+++ b/test/tick-processor/test-tick-processor-cpp-core.js
@@ -2,9 +2,6 @@
const common = require('../common');
const { isCPPSymbolsNotMapped } = require('./util');
-if (!common.enoughTestCpu)
- common.skip('test is CPU-intensive');
-
if (isCPPSymbolsNotMapped) {
common.skip('C++ symbols are not mapped for this os.');
}
diff --git a/test/tick-processor/test-tick-processor-polyfill-brokenfile.js b/test/tick-processor/test-tick-processor-polyfill-brokenfile.js
index 98cbf5bb41..926c96e4d7 100644
--- a/test/tick-processor/test-tick-processor-polyfill-brokenfile.js
+++ b/test/tick-processor/test-tick-processor-polyfill-brokenfile.js
@@ -4,9 +4,6 @@ const { isCPPSymbolsNotMapped } = require('./util');
const tmpdir = require('../common/tmpdir');
tmpdir.refresh();
-if (!common.enoughTestCpu)
- common.skip('test is CPU-intensive');
-
if (isCPPSymbolsNotMapped) {
common.skip('C++ symbols are not mapped for this OS.');
}
diff --git a/test/tick-processor/test-tick-processor-preprocess-flag.js b/test/tick-processor/test-tick-processor-preprocess-flag.js
index 8b1ec9920f..b003f7c6b8 100644
--- a/test/tick-processor/test-tick-processor-preprocess-flag.js
+++ b/test/tick-processor/test-tick-processor-preprocess-flag.js
@@ -2,9 +2,6 @@
const common = require('../common');
const { isCPPSymbolsNotMapped } = require('./util');
-if (!common.enoughTestCpu)
- common.skip('test is CPU-intensive');
-
if (isCPPSymbolsNotMapped) {
common.skip('C++ symbols are not mapped for this os.');
}
diff --git a/test/tick-processor/test-tick-processor-unknown.js b/test/tick-processor/test-tick-processor-unknown.js
index f894ae919a..42208f3bb3 100644
--- a/test/tick-processor/test-tick-processor-unknown.js
+++ b/test/tick-processor/test-tick-processor-unknown.js
@@ -9,9 +9,6 @@ const common = require('../common');
if (common.isAIX)
common.skip('AIX address range too big for scripts.');
-if (!common.enoughTestCpu)
- common.skip('test is CPU-intensive');
-
const base = require('./tick-processor-base.js');
// Unknown checked for to prevent flakiness, if pattern is not found,