[DTrace-devel] [PATCH 40/47] Mark two pid tests XFAIL due to missing functionality

Kris Van Hees kris.van.hees at oracle.com
Sun May 3 20:18:13 PDT 2020


Orabug: 31220516
Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
---
 test/unittest/pid/err.D_PROC_NAME.badname.d | 2 +-
 test/unittest/pid/err.D_PROC_OFF.toobig.d   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/unittest/pid/err.D_PROC_NAME.badname.d b/test/unittest/pid/err.D_PROC_NAME.badname.d
index 2cf3b752..3918e829 100644
--- a/test/unittest/pid/err.D_PROC_NAME.badname.d
+++ b/test/unittest/pid/err.D_PROC_NAME.badname.d
@@ -5,7 +5,7 @@
  * http://oss.oracle.com/licenses/upl.
  */
 /* @@trigger: longsleep */
-/* @@no-xfail */
+/* @@xfail: dtv2 */
 
 /*
  * ASSERTION: Only entry, return and offsets are valid names
diff --git a/test/unittest/pid/err.D_PROC_OFF.toobig.d b/test/unittest/pid/err.D_PROC_OFF.toobig.d
index 06139f96..4509970c 100644
--- a/test/unittest/pid/err.D_PROC_OFF.toobig.d
+++ b/test/unittest/pid/err.D_PROC_OFF.toobig.d
@@ -5,7 +5,7 @@
  * http://oss.oracle.com/licenses/upl.
  */
 /* @@trigger: longsleep */
-/* @@no-xfail */
+/* @@xfail: dtv2 */
 
 /*
  * ASSERTION: Can't have an offset that's outside of a function
-- 
2.26.0




More information about the DTrace-devel mailing list