[DTrace-devel] [PATCH 17/22] test: Tweak spec sizes to bracket size jumps more narrowly
eugene.loh at oracle.com
eugene.loh at oracle.com
Thu Aug 29 05:22:14 UTC 2024
From: Eugene Loh <eugene.loh at oracle.com>
Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
.../speculation/tst.SpecSizeVariations.r | 22 -------------------
.../speculation/tst.SpecSizeVariations.sh | 2 +-
2 files changed, 1 insertion(+), 23 deletions(-)
diff --git a/test/unittest/speculation/tst.SpecSizeVariations.r b/test/unittest/speculation/tst.SpecSizeVariations.r
index 51f0596c..2748b307 100644
--- a/test/unittest/speculation/tst.SpecSizeVariations.r
+++ b/test/unittest/speculation/tst.SpecSizeVariations.r
@@ -11,26 +11,6 @@ Speculative buffer ID: 1
123456706
counts: 1 1
-Speculative buffer ID: 1
-123456700
-123456701
-123456702
-123456703
-123456704
-123456705
-123456706
-counts: 1 1
-
-Speculative buffer ID: 1
-123456700
-123456701
-123456702
-123456703
-123456704
-123456705
-123456706
-counts: 2 1
-
Speculative buffer ID: 1
123456700
123456701
@@ -64,5 +44,3 @@ counts: 2 1
dtrace: 2 speculative drops
dtrace: 1 speculative drop
dtrace: 1 speculative drop
-dtrace: 1 speculative drop
-dtrace: 1 speculative drop
diff --git a/test/unittest/speculation/tst.SpecSizeVariations.sh b/test/unittest/speculation/tst.SpecSizeVariations.sh
index 75e527d9..79995b59 100755
--- a/test/unittest/speculation/tst.SpecSizeVariations.sh
+++ b/test/unittest/speculation/tst.SpecSizeVariations.sh
@@ -9,7 +9,7 @@
dtrace=$1
-for x in 63 64 79 80 143 144; do
+for x in 71 72 159 160; do
$dtrace $dt_flags -xspecsize=$x -qn '
BEGIN
{
--
2.43.5
More information about the DTrace-devel
mailing list