summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-12-21 19:52:57 -0800
committerRich Trott <rtrott@gmail.com>2019-01-29 09:10:36 -0800
commit87f6804b80b000e5a8d534b78c684e985ee9c3e6 (patch)
treeeb829d74d614349d094b611c20d298834e79f77f
parentb5304662ed23e81948f33d110bb15fc4f3a72cb1 (diff)
downloadandroid-node-v8-87f6804b80b000e5a8d534b78c684e985ee9c3e6.tar.gz
android-node-v8-87f6804b80b000e5a8d534b78c684e985ee9c3e6.tar.bz2
android-node-v8-87f6804b80b000e5a8d534b78c684e985ee9c3e6.zip
test: move heapdump tests to pummel
The heapdump tests take a lot more time to run than our other tests in parallel. They are also a bit of an internal test that perhaps does not need to be run on every commit on every platform. This change moves them to the pummel directory where they will be run on a single platform once a day in CI. This shaves more than 20 seconds off `make test` on my laptop, FWIW. PR-URL: https://github.com/nodejs/node/pull/25181 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
-rw-r--r--test/pummel/test-heapdump-dns.js (renamed from test/parallel/test-heapdump-dns.js)0
-rw-r--r--test/pummel/test-heapdump-fs-promise.js (renamed from test/parallel/test-heapdump-fs-promise.js)0
-rw-r--r--test/pummel/test-heapdump-http2.js (renamed from test/parallel/test-heapdump-http2.js)0
-rw-r--r--test/pummel/test-heapdump-inspector.js (renamed from test/parallel/test-heapdump-inspector.js)0
-rw-r--r--test/pummel/test-heapdump-tls.js (renamed from test/parallel/test-heapdump-tls.js)0
-rw-r--r--test/pummel/test-heapdump-worker.js (renamed from test/parallel/test-heapdump-worker.js)0
-rw-r--r--test/pummel/test-heapdump-zlib.js (renamed from test/parallel/test-heapdump-zlib.js)0
7 files changed, 0 insertions, 0 deletions
diff --git a/test/parallel/test-heapdump-dns.js b/test/pummel/test-heapdump-dns.js
index 6fe79f7dd4..6fe79f7dd4 100644
--- a/test/parallel/test-heapdump-dns.js
+++ b/test/pummel/test-heapdump-dns.js
diff --git a/test/parallel/test-heapdump-fs-promise.js b/test/pummel/test-heapdump-fs-promise.js
index ca170e13a6..ca170e13a6 100644
--- a/test/parallel/test-heapdump-fs-promise.js
+++ b/test/pummel/test-heapdump-fs-promise.js
diff --git a/test/parallel/test-heapdump-http2.js b/test/pummel/test-heapdump-http2.js
index caece96d01..caece96d01 100644
--- a/test/parallel/test-heapdump-http2.js
+++ b/test/pummel/test-heapdump-http2.js
diff --git a/test/parallel/test-heapdump-inspector.js b/test/pummel/test-heapdump-inspector.js
index d46be57c91..d46be57c91 100644
--- a/test/parallel/test-heapdump-inspector.js
+++ b/test/pummel/test-heapdump-inspector.js
diff --git a/test/parallel/test-heapdump-tls.js b/test/pummel/test-heapdump-tls.js
index fee19bf676..fee19bf676 100644
--- a/test/parallel/test-heapdump-tls.js
+++ b/test/pummel/test-heapdump-tls.js
diff --git a/test/parallel/test-heapdump-worker.js b/test/pummel/test-heapdump-worker.js
index 06679964a2..06679964a2 100644
--- a/test/parallel/test-heapdump-worker.js
+++ b/test/pummel/test-heapdump-worker.js
diff --git a/test/parallel/test-heapdump-zlib.js b/test/pummel/test-heapdump-zlib.js
index 0f86576bd1..0f86576bd1 100644
--- a/test/parallel/test-heapdump-zlib.js
+++ b/test/pummel/test-heapdump-zlib.js