[DTrace-devel] [PATCH 1/6] test: remove XFAIL for tests already passing

eugene.loh at oracle.com eugene.loh at oracle.com
Tue Sep 29 13:36:47 PDT 2020


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

These tests were already passing in 2.0.0-1.2.

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 test/unittest/pid/err.D_PROC_NAME.badname.d | 1 -
 test/unittest/pid/err.D_PROC_OFF.toobig.d   | 1 -
 2 files changed, 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 3918e829..befe9bc5 100644
--- a/test/unittest/pid/err.D_PROC_NAME.badname.d
+++ b/test/unittest/pid/err.D_PROC_NAME.badname.d
@@ -5,7 +5,6 @@
  * http://oss.oracle.com/licenses/upl.
  */
 /* @@trigger: longsleep */
-/* @@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 4509970c..e72e121b 100644
--- a/test/unittest/pid/err.D_PROC_OFF.toobig.d
+++ b/test/unittest/pid/err.D_PROC_OFF.toobig.d
@@ -5,7 +5,6 @@
  * http://oss.oracle.com/licenses/upl.
  */
 /* @@trigger: longsleep */
-/* @@xfail: dtv2 */
 
 /*
  * ASSERTION: Can't have an offset that's outside of a function
-- 
2.18.4




More information about the DTrace-devel mailing list