summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/buildok/iterate_histogram_buckets.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/buildok/iterate_histogram_buckets.stp b/testsuite/buildok/iterate_histogram_buckets.stp
index e7b4e48e..15bba00c 100755
--- a/testsuite/buildok/iterate_histogram_buckets.stp
+++ b/testsuite/buildok/iterate_histogram_buckets.stp
@@ -25,6 +25,10 @@ probe end
{
if (@hist_log(foo)[bucket] > 0)
printf("bucket %d: %d\n", bucket, @hist_log(foo)[bucket])
+# XXX: both these should work, but histogram for() loops
+# are emitted incorrectly
+# break
+# continue
}
}