[DTrace-devel] [PATCH 15/16] cpc: Skip platform-specific test for now

eugene.loh at oracle.com eugene.loh at oracle.com
Fri Jan 27 02:23:28 UTC 2023


From: Eugene Loh <eugene.loh at oracle.com>

It needs to be ported from cpustat, but we also have to decide what
a "platform-specific event" means now.
---
 test/unittest/cpc/tst.platformevent.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/unittest/cpc/tst.platformevent.sh b/test/unittest/cpc/tst.platformevent.sh
index e02377ae..d77bc60c 100755
--- a/test/unittest/cpc/tst.platformevent.sh
+++ b/test/unittest/cpc/tst.platformevent.sh
@@ -10,6 +10,8 @@
 # specific event.
 #
 
+# @@skip: must port from cpustat and decide what a platform-specific event now means
+
 if [ $# != 1 ]; then
         print -u2 "expected one argument: <dtrace-path>"
         exit 2
-- 
2.18.4




More information about the DTrace-devel mailing list