[DTrace-devel] [PATCH] test: Remove XFAIL for ppid and uid

eugene.loh at oracle.com eugene.loh at oracle.com
Wed Aug 10 04:36:55 UTC 2022


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

This patch can be squashed back into
febf4570 Support loading scalars from kernel addresses

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 test/unittest/vars/tst.ppid.d | 3 +--
 test/unittest/vars/tst.uid.d  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/test/unittest/vars/tst.ppid.d b/test/unittest/vars/tst.ppid.d
index 6f13704d..ab1866c6 100644
--- a/test/unittest/vars/tst.ppid.d
+++ b/test/unittest/vars/tst.ppid.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 */
 
 #pragma D option quiet
 
diff --git a/test/unittest/vars/tst.uid.d b/test/unittest/vars/tst.uid.d
index b4727d53..802c1843 100644
--- a/test/unittest/vars/tst.uid.d
+++ b/test/unittest/vars/tst.uid.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 */
 
 #pragma D option quiet
 
-- 
2.18.4




More information about the DTrace-devel mailing list