summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-02-28 20:54:35 -0500
committercjihrig <cjihrig@gmail.com>2019-03-02 21:17:19 -0500
commitfe292fac55c2b41432db2c326fe40ae154a1ab21 (patch)
tree659b2ae6022f0077b5acf9d83bf6657fabea79e3 /test
parent060af324ae7093a390edd1524855d7679ce6837b (diff)
downloadandroid-node-v8-fe292fac55c2b41432db2c326fe40ae154a1ab21.tar.gz
android-node-v8-fe292fac55c2b41432db2c326fe40ae154a1ab21.tar.bz2
android-node-v8-fe292fac55c2b41432db2c326fe40ae154a1ab21.zip
test: rename node-report suite to report
This commit renames the "node-report" test suite to "report" in order to begin differentiating core's diagnostic reporting from the original node-report module on npm PR-URL: https://github.com/nodejs/node/pull/26371 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/report/test-report-fatal-error.js (renamed from test/node-report/test-fatal-error.js)0
-rw-r--r--test/report/test-report-getreport.js (renamed from test/node-report/test-api-getreport.js)0
-rw-r--r--test/report/test-report-signal.js (renamed from test/node-report/test-signal.js)0
-rw-r--r--test/report/test-report-triggerreport.js (renamed from test/node-report/test-api-nohooks.js)0
-rw-r--r--test/report/test-report-uncaught-exception.js (renamed from test/node-report/test-exception.js)0
-rw-r--r--test/report/test-report-uv-handles.js (renamed from test/node-report/test-api-uvhandles.js)0
-rw-r--r--test/report/testcfg.py (renamed from test/node-report/testcfg.py)2
7 files changed, 1 insertions, 1 deletions
diff --git a/test/node-report/test-fatal-error.js b/test/report/test-report-fatal-error.js
index b6cf792725..b6cf792725 100644
--- a/test/node-report/test-fatal-error.js
+++ b/test/report/test-report-fatal-error.js
diff --git a/test/node-report/test-api-getreport.js b/test/report/test-report-getreport.js
index 9f40e61c2e..9f40e61c2e 100644
--- a/test/node-report/test-api-getreport.js
+++ b/test/report/test-report-getreport.js
diff --git a/test/node-report/test-signal.js b/test/report/test-report-signal.js
index 129933b546..129933b546 100644
--- a/test/node-report/test-signal.js
+++ b/test/report/test-report-signal.js
diff --git a/test/node-report/test-api-nohooks.js b/test/report/test-report-triggerreport.js
index 4ac8f1a9a5..4ac8f1a9a5 100644
--- a/test/node-report/test-api-nohooks.js
+++ b/test/report/test-report-triggerreport.js
diff --git a/test/node-report/test-exception.js b/test/report/test-report-uncaught-exception.js
index b3da7c4244..b3da7c4244 100644
--- a/test/node-report/test-exception.js
+++ b/test/report/test-report-uncaught-exception.js
diff --git a/test/node-report/test-api-uvhandles.js b/test/report/test-report-uv-handles.js
index 6473b630f5..6473b630f5 100644
--- a/test/node-report/test-api-uvhandles.js
+++ b/test/report/test-report-uv-handles.js
diff --git a/test/node-report/testcfg.py b/test/report/testcfg.py
index e5ea1f57a0..c06b75ce5c 100644
--- a/test/node-report/testcfg.py
+++ b/test/report/testcfg.py
@@ -3,4 +3,4 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
import testpy
def GetConfiguration(context, root):
- return testpy.ParallelTestConfiguration(context, root, 'node-report')
+ return testpy.ParallelTestConfiguration(context, root, 'report')