[DTrace-devel] [PATCH 4/6] test: remove XFAIL due to regression and buffer consumption fixes

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


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

These tests passed intermittently.  They started to fail
consistently with the regression in commit
efb65d35 "The exit() action must set the activity state to DRAINING".
With commit 92a4d218 "Buffer consumption semantics fixes", they
now pass.

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 test/unittest/end/tst.end.d             | 1 -
 test/unittest/end/tst.endwithoutbegin.d | 1 -
 test/unittest/providers/tst.profend.d   | 1 -
 test/unittest/providers/tst.trace.d     | 1 -
 4 files changed, 4 deletions(-)

diff --git a/test/unittest/end/tst.end.d b/test/unittest/end/tst.end.d
index 5d7e571d..120da936 100644
--- a/test/unittest/end/tst.end.d
+++ b/test/unittest/end/tst.end.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 */
 
 /*
  * ASSERTION:
diff --git a/test/unittest/end/tst.endwithoutbegin.d b/test/unittest/end/tst.endwithoutbegin.d
index e6930e62..27286c70 100644
--- a/test/unittest/end/tst.endwithoutbegin.d
+++ b/test/unittest/end/tst.endwithoutbegin.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 */
 
 /*
  * ASSERTION:
diff --git a/test/unittest/providers/tst.profend.d b/test/unittest/providers/tst.profend.d
index 33b0504d..a724e60d 100644
--- a/test/unittest/providers/tst.profend.d
+++ b/test/unittest/providers/tst.profend.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 */
 
 /*
  * ASSERTION:
diff --git a/test/unittest/providers/tst.trace.d b/test/unittest/providers/tst.trace.d
index 0ca10b8b..58630495 100644
--- a/test/unittest/providers/tst.trace.d
+++ b/test/unittest/providers/tst.trace.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 */
 
 /*
  * ASSERTION:
-- 
2.18.4




More information about the DTrace-devel mailing list