[DTrace-devel] [PATCH 6/6] test: remove XFAIL due to default-action fix

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


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

With commit
58ab018c "Use default action ONLY if the clause is empty",
these tests started to pass.

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 test/demo/dtrace/end.d                  | 1 -
 test/unittest/speculation/tst.negspec.d | 1 -
 2 files changed, 2 deletions(-)

diff --git a/test/demo/dtrace/end.d b/test/demo/dtrace/end.d
index d284d30f..c31740dd 100644
--- a/test/demo/dtrace/end.d
+++ b/test/demo/dtrace/end.d
@@ -5,7 +5,6 @@
  * http://oss.oracle.com/licenses/upl.
  */
 
-/* @@xfail: dtv2 */
 /* @@trigger: none */
 
 BEGIN
diff --git a/test/unittest/speculation/tst.negspec.d b/test/unittest/speculation/tst.negspec.d
index dc749a6f..f1f60f20 100644
--- a/test/unittest/speculation/tst.negspec.d
+++ b/test/unittest/speculation/tst.negspec.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 */
 
 BEGIN
 {
-- 
2.18.4




More information about the DTrace-devel mailing list