[DTrace-devel] [PATCH] test: remove @@xfail marker from some tests

Kris Van Hees kris.van.hees at oracle.com
Tue Sep 13 20:57:29 UTC 2022


Commit dee44bc6 "Add support for copyinstr() subroutine"
	Fixed test/unittest/dif/bcopy.d
	Fixed test/unittest/syscall/tst.openret.sh

Commit d97c8fa7 "Add support for copyin() subroutine"
	Fixed test/unittest/dif/copyin.d
	Fixed test/unittest/dif/loadX.d

Commit febf4570 "Support loading scalars from kernel addresses"
	Fixed test/unittest/vars/tst.ppid.d
	Fixed test/unittest/vars/tst.uid.d

Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
---
 test/unittest/dif/bcopy.d            | 1 -
 test/unittest/dif/copyin.d           | 1 -
 test/unittest/dif/loadX.d            | 1 -
 test/unittest/syscall/tst.openret.sh | 2 --
 test/unittest/vars/tst.ppid.d        | 1 -
 test/unittest/vars/tst.uid.d         | 1 -
 6 files changed, 7 deletions(-)

diff --git a/test/unittest/dif/bcopy.d b/test/unittest/dif/bcopy.d
index 1473b335..fc82028c 100644
--- a/test/unittest/dif/bcopy.d
+++ b/test/unittest/dif/bcopy.d
@@ -1,4 +1,3 @@
-/* @@xfail: dtv2 */
 /* @@trigger: open */
 
 syscall::open:entry
diff --git a/test/unittest/dif/copyin.d b/test/unittest/dif/copyin.d
index 0273b592..ed88c583 100644
--- a/test/unittest/dif/copyin.d
+++ b/test/unittest/dif/copyin.d
@@ -1,4 +1,3 @@
-/* @@xfail: dtv2 */
 /* @@trigger: open */
 
 ::open:entry
diff --git a/test/unittest/dif/loadX.d b/test/unittest/dif/loadX.d
index afc9d622..93e00973 100644
--- a/test/unittest/dif/loadX.d
+++ b/test/unittest/dif/loadX.d
@@ -1,4 +1,3 @@
-/* @@xfail: dtv2 */
 /* @@trigger: open */
 
 ::open:entry
diff --git a/test/unittest/syscall/tst.openret.sh b/test/unittest/syscall/tst.openret.sh
index d93d20bf..d3b018ab 100755
--- a/test/unittest/syscall/tst.openret.sh
+++ b/test/unittest/syscall/tst.openret.sh
@@ -4,8 +4,6 @@
 # Copyright (c) 2006, 2020, 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
 
 script() {
 	$dtrace -c 'cat shajirosan' -qs /dev/stdin <<EOF
diff --git a/test/unittest/vars/tst.ppid.d b/test/unittest/vars/tst.ppid.d
index 6f13704d..bb76b63c 100644
--- a/test/unittest/vars/tst.ppid.d
+++ b/test/unittest/vars/tst.ppid.d
@@ -4,7 +4,6 @@
  * Licensed under the Universal Permissive License v 1.0 as shown at
  * http://oss.oracle.com/licenses/upl.
  */
-/* @@xfail: dtv2 */
 
 #pragma D option quiet
 
diff --git a/test/unittest/vars/tst.uid.d b/test/unittest/vars/tst.uid.d
index b4727d53..081f686c 100644
--- a/test/unittest/vars/tst.uid.d
+++ b/test/unittest/vars/tst.uid.d
@@ -4,7 +4,6 @@
  * Licensed under the Universal Permissive License v 1.0 as shown at
  * http://oss.oracle.com/licenses/upl.
  */
-/* @@xfail: dtv2 */
 
 #pragma D option quiet
 
-- 
2.34.1




More information about the DTrace-devel mailing list