summaryrefslogtreecommitdiffstats
path: root/memory/replace/dmd/test/script-diff-dark-matter1.json
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-23 16:31:42 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-23 16:31:42 +0200
commitfcd7ee3c886c435f178230b13d0b0cb0c9c40c53 (patch)
treeabfa8d9a272d739ffe2d92bfcf57d9fd5f7e5157 /memory/replace/dmd/test/script-diff-dark-matter1.json
parent612459488e5810335c493c467c239c40787cc1d3 (diff)
downloadUXP-fcd7ee3c886c435f178230b13d0b0cb0c9c40c53.tar
UXP-fcd7ee3c886c435f178230b13d0b0cb0c9c40c53.tar.gz
UXP-fcd7ee3c886c435f178230b13d0b0cb0c9c40c53.tar.lz
UXP-fcd7ee3c886c435f178230b13d0b0cb0c9c40c53.tar.xz
UXP-fcd7ee3c886c435f178230b13d0b0cb0c9c40c53.zip
Remove the Dark Matter Detector (DMD) Memeory debugger component.
This resolves #376.
Diffstat (limited to 'memory/replace/dmd/test/script-diff-dark-matter1.json')
-rw-r--r--memory/replace/dmd/test/script-diff-dark-matter1.json51
1 files changed, 0 insertions, 51 deletions
diff --git a/memory/replace/dmd/test/script-diff-dark-matter1.json b/memory/replace/dmd/test/script-diff-dark-matter1.json
deleted file mode 100644
index c8edafebe..000000000
--- a/memory/replace/dmd/test/script-diff-dark-matter1.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- "version": 5,
- "invocation": {
- "dmdEnvVar": "--mode=dark-matter",
- "mode": "dark-matter"
- },
- "blockList": [
- {"req": 4096, "alloc": "A", "num": 4},
-
- {"req": 4096, "alloc": "B", "num": 3},
- {"req": 4096, "alloc": "B"},
-
- {"req": 4096, "alloc": "C", "num": 2},
- {"req": 4096, "alloc": "C", "num": 2},
-
- {"req": 4096, "alloc": "D", "reps": ["R1"], "num": 2},
- {"req": 2000, "slop": 48, "alloc": "D", "reps": ["R1"]},
-
- {"req": 15360, "alloc": "F"},
- {"req": 512, "alloc": "F", "num": 2},
- {"req": 127, "alloc": "F"},
- {"req": 1024, "alloc": "F", "reps": ["R1"]},
- {"req": 127, "alloc": "F", "reps": ["R1"]},
- {"req": 1000, "slop": 24, "alloc": "F", "reps": ["R1", "R2"]},
- {"req": 127, "alloc": "F", "reps": ["R1", "R2"]},
-
- {"req": 4096 },
- {"req": 8192 },
- {"req": 16384 }
- ],
- "traceTable": {
- "A": ["AA"],
- "B": ["BB"],
- "C": ["CC"],
- "D": ["DD"],
- "E": ["EE"],
- "F": ["FF"],
- "R1": ["RR1"],
- "R2": ["RR2"]
- },
- "frameTable": {
- "AA": "#00: A (A.cpp:99)",
- "BB": "#00: B (B.cpp:99)",
- "CC": "#00: C (C.cpp:99)",
- "DD": "#00: D (D.cpp:99)",
- "EE": "#00: E (E.cpp:99)",
- "FF": "#00: F (F.cpp:99)",
- "RR1": "#00: R1 (R1.cpp:99)",
- "RR2": "#00: R2 (R2.cpp:99)"
- }
-}