From: eugene.loh@oracle.com
To: dtrace@lists.linux.dev, dtrace-devel@oss.oracle.com
Subject: [PATCH 3/4] test: Supply XFAIL for tests that use vtimestamp
Date: Mon, 6 Oct 2025 17:57:25 -0400 [thread overview]
Message-ID: <20251006215726.8893-3-eugene.loh@oracle.com> (raw)
In-Reply-To: <20251006215726.8893-1-eugene.loh@oracle.com>
From: Eugene Loh <eugene.loh@oracle.com>
Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
---
test/stress/fbtsafety/tst.index.d | 2 ++
test/stress/fbtsafety/tst.strjoin.d | 2 ++
test/stress/fbtsafety/tst.strstr.d | 2 ++
test/stress/fbtsafety/tst.strtok.d | 2 ++
test/stress/fbtsafety/tst.substr.d | 2 ++
test/unittest/variables/bvar/tst.vtimestamp.d | 2 +-
6 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/test/stress/fbtsafety/tst.index.d b/test/stress/fbtsafety/tst.index.d
index e30b94c0a..3a2e40567 100644
--- a/test/stress/fbtsafety/tst.index.d
+++ b/test/stress/fbtsafety/tst.index.d
@@ -5,6 +5,8 @@
* http://oss.oracle.com/licenses/upl.
*/
+/* @@xfail: dtv2: need vtimestamp support */
+
#pragma D option bufsize=1000
#pragma D option bufpolicy=ring
#pragma D option statusrate=10ms
diff --git a/test/stress/fbtsafety/tst.strjoin.d b/test/stress/fbtsafety/tst.strjoin.d
index a22cc7943..4192bdf9e 100644
--- a/test/stress/fbtsafety/tst.strjoin.d
+++ b/test/stress/fbtsafety/tst.strjoin.d
@@ -5,6 +5,8 @@
* http://oss.oracle.com/licenses/upl.
*/
+/* @@xfail: dtv2: need vtimestamp support */
+
#pragma D option bufsize=1000
#pragma D option bufpolicy=ring
#pragma D option statusrate=10ms
diff --git a/test/stress/fbtsafety/tst.strstr.d b/test/stress/fbtsafety/tst.strstr.d
index 13f4a9245..ee8512f0f 100644
--- a/test/stress/fbtsafety/tst.strstr.d
+++ b/test/stress/fbtsafety/tst.strstr.d
@@ -5,6 +5,8 @@
* http://oss.oracle.com/licenses/upl.
*/
+/* @@xfail: dtv2: need vtimestamp support */
+
#pragma D option bufsize=1000
#pragma D option bufpolicy=ring
#pragma D option statusrate=10ms
diff --git a/test/stress/fbtsafety/tst.strtok.d b/test/stress/fbtsafety/tst.strtok.d
index bc0a707eb..0c5d586fb 100644
--- a/test/stress/fbtsafety/tst.strtok.d
+++ b/test/stress/fbtsafety/tst.strtok.d
@@ -5,6 +5,8 @@
* http://oss.oracle.com/licenses/upl.
*/
+/* @@xfail: dtv2: need vtimestamp support */
+
#pragma D option bufsize=1000
#pragma D option bufpolicy=ring
#pragma D option statusrate=10ms
diff --git a/test/stress/fbtsafety/tst.substr.d b/test/stress/fbtsafety/tst.substr.d
index 8cd021176..ee7234473 100644
--- a/test/stress/fbtsafety/tst.substr.d
+++ b/test/stress/fbtsafety/tst.substr.d
@@ -5,6 +5,8 @@
* http://oss.oracle.com/licenses/upl.
*/
+/* @@xfail: dtv2: need vtimestamp support */
+
#pragma D option bufsize=1000
#pragma D option bufpolicy=ring
#pragma D option statusrate=10ms
diff --git a/test/unittest/variables/bvar/tst.vtimestamp.d b/test/unittest/variables/bvar/tst.vtimestamp.d
index b72eb8a7f..7d92bf4cc 100644
--- a/test/unittest/variables/bvar/tst.vtimestamp.d
+++ b/test/unittest/variables/bvar/tst.vtimestamp.d
@@ -4,7 +4,7 @@
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
-/* @@xfail: dtv2 need vtimestamp support */
+/* @@xfail: dtv2: need vtimestamp support */
/*
* ASSERTION: The 'vtimestamp' variable can be accessed and is not -1.
--
2.47.3
next prev parent reply other threads:[~2025-10-06 21:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-06 21:57 [PATCH 1/4] test: Turn char[16] into string to ignore garbage bytes eugene.loh
2025-10-06 21:57 ` [PATCH 2/4] test: Use syscall in case of no execveat() wrapper eugene.loh
2025-10-07 15:38 ` [DTrace-devel] " Kris Van Hees
2025-10-07 17:44 ` Eugene Loh
2025-10-06 21:57 ` eugene.loh [this message]
2025-10-07 15:41 ` [DTrace-devel] [PATCH 3/4] test: Supply XFAIL for tests that use vtimestamp Kris Van Hees
2025-10-07 22:54 ` Eugene Loh
2025-10-06 21:57 ` [PATCH 4/4] test: Skip D return() action if kernel not configured right eugene.loh
2025-10-06 22:14 ` Kris Van Hees
2025-10-07 15:37 ` [PATCH 1/4] test: Turn char[16] into string to ignore garbage bytes Kris Van Hees
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251006215726.8893-3-eugene.loh@oracle.com \
--to=eugene.loh@oracle.com \
--cc=dtrace-devel@oss.oracle.com \
--cc=dtrace@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox