summaryrefslogtreecommitdiff
path: root/test/parallel/parallel.status
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2017-12-14 12:41:24 -0500
committercjihrig <cjihrig@gmail.com>2017-12-18 09:24:16 -0500
commit68c63a9fa362138bed852714862ac37b85c06adb (patch)
treea097944994f96e7a8d5678d4039ae81b9f178ea0 /test/parallel/parallel.status
parent36ffa21af248c4f3d188d48e06c21e7ec8abe58d (diff)
downloadandroid-node-v8-68c63a9fa362138bed852714862ac37b85c06adb.tar.gz
android-node-v8-68c63a9fa362138bed852714862ac37b85c06adb.tar.bz2
android-node-v8-68c63a9fa362138bed852714862ac37b85c06adb.zip
test: add test for postmortem metadata validation
This commit adds a test to validate postmortem debugging metadata. When this test runs, it can check for the presence of metadata constants used by tools such as llnode and mdb and report if any have accidentally been removed. PR-URL: https://github.com/nodejs/node/pull/17685 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'test/parallel/parallel.status')
-rw-r--r--test/parallel/parallel.status2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index 2297aad9c8..8163bc672f 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -5,6 +5,8 @@ prefix parallel
# sample-test : PASS,FLAKY
[true] # This section applies to all platforms
+# Postmortem debugging data is prone to accidental removal during V8 updates.
+test-postmortem-metadata: PASS,FLAKY
[$system==win32]