Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/debugging/debugging.status')
-rw-r--r--deps/v8/test/debugging/debugging.status9
1 files changed, 8 insertions, 1 deletions
diff --git a/deps/v8/test/debugging/debugging.status b/deps/v8/test/debugging/debugging.status
index b5ebc844742..7cbaca0e9ba 100644
--- a/deps/v8/test/debugging/debugging.status
+++ b/deps/v8/test/debugging/debugging.status
@@ -2,4 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-[]
+[
+
+################################################################################
+['variant == stress_snapshot', {
+ '*': [SKIP], # only relevant for mjsunit tests.
+}],
+
+]