[DTrace-devel] [PATCH 3/6] test: remove XFAIL due to BEGIN/END ordering fix

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


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

With commit
fc8ad86a "Ensure that BEGIN is the first probe and END the last one",
these tests start to pass.

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 test/unittest/assocs/tst.diffprofile.d            | 1 -
 test/unittest/buffering/tst.ring2.d               | 1 -
 test/unittest/grammar/tst.clauses.d               | 1 -
 test/unittest/predicates/tst.basics.d             | 1 -
 test/unittest/predicates/tst.complex.d            | 1 -
 test/unittest/preprocessor/tst.ifdef.d            | 1 -
 test/unittest/preprocessor/tst.ifndef.d           | 1 -
 test/unittest/preprocessor/tst.ifnotdef.d         | 1 -
 test/unittest/preprocessor/tst.logicaland.d       | 1 -
 test/unittest/preprocessor/tst.logicalandor.d     | 1 -
 test/unittest/preprocessor/tst.logicalor.d        | 1 -
 test/unittest/preprocessor/tst.muland.d           | 1 -
 test/unittest/preprocessor/tst.mulor.d            | 1 -
 test/unittest/preprocessor/tst.precondi.d         | 1 -
 test/unittest/preprocessor/tst.predicatedeclare.d | 1 -
 test/unittest/preprocessor/tst.preexp.d           | 1 -
 test/unittest/preprocessor/tst.preexpelse.d       | 1 -
 test/unittest/preprocessor/tst.preexpif.d         | 1 -
 test/unittest/preprocessor/tst.preexpifelse.d     | 1 -
 test/unittest/preprocessor/tst.withinprobe.d      | 1 -
 test/unittest/providers/tst.basics.d              | 1 -
 test/unittest/providers/tst.profexit.d            | 1 -
 test/unittest/scalars/tst.basicvar.d              | 1 -
 test/unittest/tick-n/tst.tickms.d                 | 1 -
 test/unittest/tick-n/tst.tickmsec.d               | 1 -
 test/unittest/tick-n/tst.tickns.d                 | 1 -
 test/unittest/tick-n/tst.ticknsec.d               | 1 -
 test/unittest/tick-n/tst.ticks.d                  | 1 -
 test/unittest/tick-n/tst.ticksec.d                | 1 -
 test/unittest/tick-n/tst.tickus.d                 | 1 -
 test/unittest/tick-n/tst.tickusec.d               | 1 -
 31 files changed, 31 deletions(-)

diff --git a/test/unittest/assocs/tst.diffprofile.d b/test/unittest/assocs/tst.diffprofile.d
index a8176a12..7127ad3d 100644
--- a/test/unittest/assocs/tst.diffprofile.d
+++ b/test/unittest/assocs/tst.diffprofile.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/buffering/tst.ring2.d b/test/unittest/buffering/tst.ring2.d
index a2ddf142..1cbfa1e9 100644
--- a/test/unittest/buffering/tst.ring2.d
+++ b/test/unittest/buffering/tst.ring2.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 - exit causes duplication of output */
 
 /*
  * ASSERTION:
diff --git a/test/unittest/grammar/tst.clauses.d b/test/unittest/grammar/tst.clauses.d
index 38fef0c6..f2cfe4d6 100644
--- a/test/unittest/grammar/tst.clauses.d
+++ b/test/unittest/grammar/tst.clauses.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: Test the kinds of probe definition clause grammar rules.
diff --git a/test/unittest/predicates/tst.basics.d b/test/unittest/predicates/tst.basics.d
index 8fb5fada..7419800a 100644
--- a/test/unittest/predicates/tst.basics.d
+++ b/test/unittest/predicates/tst.basics.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/predicates/tst.complex.d b/test/unittest/predicates/tst.complex.d
index 59d48d22..de73914e 100644
--- a/test/unittest/predicates/tst.complex.d
+++ b/test/unittest/predicates/tst.complex.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/preprocessor/tst.ifdef.d b/test/unittest/preprocessor/tst.ifdef.d
index 70f02937..0f858cc5 100644
--- a/test/unittest/preprocessor/tst.ifdef.d
+++ b/test/unittest/preprocessor/tst.ifdef.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/preprocessor/tst.ifndef.d b/test/unittest/preprocessor/tst.ifndef.d
index cdf1c454..26f02f45 100644
--- a/test/unittest/preprocessor/tst.ifndef.d
+++ b/test/unittest/preprocessor/tst.ifndef.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/preprocessor/tst.ifnotdef.d b/test/unittest/preprocessor/tst.ifnotdef.d
index e7023403..50e12815 100644
--- a/test/unittest/preprocessor/tst.ifnotdef.d
+++ b/test/unittest/preprocessor/tst.ifnotdef.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/preprocessor/tst.logicaland.d b/test/unittest/preprocessor/tst.logicaland.d
index df2e7415..666bdda6 100644
--- a/test/unittest/preprocessor/tst.logicaland.d
+++ b/test/unittest/preprocessor/tst.logicaland.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/preprocessor/tst.logicalandor.d b/test/unittest/preprocessor/tst.logicalandor.d
index 27c751b0..b71f5a0e 100644
--- a/test/unittest/preprocessor/tst.logicalandor.d
+++ b/test/unittest/preprocessor/tst.logicalandor.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/preprocessor/tst.logicalor.d b/test/unittest/preprocessor/tst.logicalor.d
index 953a0307..106a097e 100644
--- a/test/unittest/preprocessor/tst.logicalor.d
+++ b/test/unittest/preprocessor/tst.logicalor.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/preprocessor/tst.muland.d b/test/unittest/preprocessor/tst.muland.d
index e2a9ba39..73338403 100644
--- a/test/unittest/preprocessor/tst.muland.d
+++ b/test/unittest/preprocessor/tst.muland.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/preprocessor/tst.mulor.d b/test/unittest/preprocessor/tst.mulor.d
index 4fd57a00..caf72bba 100644
--- a/test/unittest/preprocessor/tst.mulor.d
+++ b/test/unittest/preprocessor/tst.mulor.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/preprocessor/tst.precondi.d b/test/unittest/preprocessor/tst.precondi.d
index 612d162e..1deceed8 100644
--- a/test/unittest/preprocessor/tst.precondi.d
+++ b/test/unittest/preprocessor/tst.precondi.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/preprocessor/tst.predicatedeclare.d b/test/unittest/preprocessor/tst.predicatedeclare.d
index 93d20911..75213e17 100644
--- a/test/unittest/preprocessor/tst.predicatedeclare.d
+++ b/test/unittest/preprocessor/tst.predicatedeclare.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/preprocessor/tst.preexp.d b/test/unittest/preprocessor/tst.preexp.d
index 4e0f33c7..06f38273 100644
--- a/test/unittest/preprocessor/tst.preexp.d
+++ b/test/unittest/preprocessor/tst.preexp.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/preprocessor/tst.preexpelse.d b/test/unittest/preprocessor/tst.preexpelse.d
index e862a0d9..2b0dd4f0 100644
--- a/test/unittest/preprocessor/tst.preexpelse.d
+++ b/test/unittest/preprocessor/tst.preexpelse.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/preprocessor/tst.preexpif.d b/test/unittest/preprocessor/tst.preexpif.d
index 31f67f52..ab80a534 100644
--- a/test/unittest/preprocessor/tst.preexpif.d
+++ b/test/unittest/preprocessor/tst.preexpif.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/preprocessor/tst.preexpifelse.d b/test/unittest/preprocessor/tst.preexpifelse.d
index 95eef669..fea523f3 100644
--- a/test/unittest/preprocessor/tst.preexpifelse.d
+++ b/test/unittest/preprocessor/tst.preexpifelse.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/preprocessor/tst.withinprobe.d b/test/unittest/preprocessor/tst.withinprobe.d
index 1e3cd630..d7c366a0 100644
--- a/test/unittest/preprocessor/tst.withinprobe.d
+++ b/test/unittest/preprocessor/tst.withinprobe.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.basics.d b/test/unittest/providers/tst.basics.d
index a3049e15..5280e45d 100644
--- a/test/unittest/providers/tst.basics.d
+++ b/test/unittest/providers/tst.basics.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 - exit causes duplication of output */
 
 /*
  * ASSERTION:
diff --git a/test/unittest/providers/tst.profexit.d b/test/unittest/providers/tst.profexit.d
index 13912555..a0d69026 100644
--- a/test/unittest/providers/tst.profexit.d
+++ b/test/unittest/providers/tst.profexit.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/scalars/tst.basicvar.d b/test/unittest/scalars/tst.basicvar.d
index a5516042..5393ff67 100644
--- a/test/unittest/scalars/tst.basicvar.d
+++ b/test/unittest/scalars/tst.basicvar.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/tick-n/tst.tickms.d b/test/unittest/tick-n/tst.tickms.d
index f615aa60..ecf7be18 100644
--- a/test/unittest/tick-n/tst.tickms.d
+++ b/test/unittest/tick-n/tst.tickms.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/tick-n/tst.tickmsec.d b/test/unittest/tick-n/tst.tickmsec.d
index 0b2908af..d8fbf2b9 100644
--- a/test/unittest/tick-n/tst.tickmsec.d
+++ b/test/unittest/tick-n/tst.tickmsec.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/tick-n/tst.tickns.d b/test/unittest/tick-n/tst.tickns.d
index b246748d..05a682cb 100644
--- a/test/unittest/tick-n/tst.tickns.d
+++ b/test/unittest/tick-n/tst.tickns.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/tick-n/tst.ticknsec.d b/test/unittest/tick-n/tst.ticknsec.d
index b9da702c..f839edd9 100644
--- a/test/unittest/tick-n/tst.ticknsec.d
+++ b/test/unittest/tick-n/tst.ticknsec.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/tick-n/tst.ticks.d b/test/unittest/tick-n/tst.ticks.d
index 33c4ff70..729985e2 100644
--- a/test/unittest/tick-n/tst.ticks.d
+++ b/test/unittest/tick-n/tst.ticks.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/tick-n/tst.ticksec.d b/test/unittest/tick-n/tst.ticksec.d
index e6536a4d..f8839fcc 100644
--- a/test/unittest/tick-n/tst.ticksec.d
+++ b/test/unittest/tick-n/tst.ticksec.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/tick-n/tst.tickus.d b/test/unittest/tick-n/tst.tickus.d
index c1fe37ae..754da319 100644
--- a/test/unittest/tick-n/tst.tickus.d
+++ b/test/unittest/tick-n/tst.tickus.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/tick-n/tst.tickusec.d b/test/unittest/tick-n/tst.tickusec.d
index 6890caa2..6b217063 100644
--- a/test/unittest/tick-n/tst.tickusec.d
+++ b/test/unittest/tick-n/tst.tickusec.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