[DTrace-devel] [PATCH v3 22/22] pid: a few more tests are now passing

Nick Alcock nick.alcock at oracle.com
Thu Sep 8 14:52:01 UTC 2022


These all depended on probefunc etc working.

Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
---
 test/unittest/pid/tst.provregex3.sh | 1 -
 test/unittest/pid/tst.weak1.d       | 3 +--
 test/unittest/pid/tst.weak2.d       | 3 +--
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/test/unittest/pid/tst.provregex3.sh b/test/unittest/pid/tst.provregex3.sh
index 3e597636b48f..19783d59decf 100755
--- a/test/unittest/pid/tst.provregex3.sh
+++ b/test/unittest/pid/tst.provregex3.sh
@@ -9,7 +9,6 @@
 # USDT probes as well as pid probes (e.g., p*d$target matches both 
 # pid$target and pyramid$target.)
 #
-# @@xfail: dtv2
 
 dtrace=$1
 DIR=$tmpdir/provregex3.$$
diff --git a/test/unittest/pid/tst.weak1.d b/test/unittest/pid/tst.weak1.d
index 9e97ae5df8e1..b2a7f790e207 100644
--- a/test/unittest/pid/tst.weak1.d
+++ b/test/unittest/pid/tst.weak1.d
@@ -1,10 +1,9 @@
 /*
  * Oracle Linux DTrace.
- * Copyright (c) 2006, 2020, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2022, Oracle and/or its affiliates. All rights reserved.
  * Licensed under the Universal Permissive License v 1.0 as shown at
  * http://oss.oracle.com/licenses/upl.
  */
-/* @@xfail: dtv2 */
 /* @@runtest-opts: $_pid */
 /* @@trigger: pid-tst-weak1 */
 /* @@trigger-timing: before */
diff --git a/test/unittest/pid/tst.weak2.d b/test/unittest/pid/tst.weak2.d
index f74cd396192f..c0c182276bf5 100644
--- a/test/unittest/pid/tst.weak2.d
+++ b/test/unittest/pid/tst.weak2.d
@@ -1,10 +1,9 @@
 /*
  * Oracle Linux DTrace.
- * Copyright (c) 2006, 2020, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2022, Oracle and/or its affiliates. All rights reserved.
  * Licensed under the Universal Permissive License v 1.0 as shown at
  * http://oss.oracle.com/licenses/upl.
  */
-/* @@xfail: dtv2 */
 /* @@runtest-opts: $_pid */
 /* @@trigger: pid-tst-weak2 */
 /* @@trigger-timing: before */
-- 
2.37.1.265.g363c192786.dirty




More information about the DTrace-devel mailing list