Skip to content

Commit

Permalink
test: Annotate tests that require missing features
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
Reviewed-by: Eugene Loh <eugene.loh@oracle.com>
  • Loading branch information
kvanhees committed Sep 8, 2022
1 parent f98d9a5 commit fb264ec
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion test/unittest/aggs/tst.clear.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
/* @@xfail: dtv2 */
/* @@xfail: dtv2 - requires clear() */

/*
* ASSERTION:
Expand Down
2 changes: 1 addition & 1 deletion test/unittest/aggs/tst.clearavg.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
/* @@xfail: dtv2 */
/* @@xfail: dtv2 - requires clear() */

/*
* ASSERTION:
Expand Down
2 changes: 1 addition & 1 deletion test/unittest/aggs/tst.clearavg2.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
/* @@xfail: dtv2 */
/* @@xfail: dtv2 - requires clear() */
/*
* ASSERTION:
* Positive avg() test
Expand Down
2 changes: 1 addition & 1 deletion test/unittest/aggs/tst.cleardenormalize.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
/* @@xfail: dtv2 */
/* @@xfail: dtv2 - requires clear() */

/*
* ASSERTION:
Expand Down
2 changes: 1 addition & 1 deletion test/unittest/aggs/tst.clearlquantize.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
/* @@xfail: dtv2 */
/* @@xfail: dtv2 - requires clear() */

/*
* ASSERTION:
Expand Down
2 changes: 1 addition & 1 deletion test/unittest/aggs/tst.clearnormalize.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
/* @@xfail: dtv2 */
/* @@xfail: dtv2 - requires clear() */

/*
* ASSERTION:
Expand Down
2 changes: 1 addition & 1 deletion test/unittest/aggs/tst.negtrunc.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
/* @@xfail: dtv2 */
/* @@xfail: dtv2 - requires trunc() */

#pragma D option quiet

Expand Down
2 changes: 1 addition & 1 deletion test/unittest/aggs/tst.negtruncquant.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
/* @@xfail: dtv2 */
/* @@xfail: dtv2 - requires trunc() */

#pragma D option quiet

Expand Down
2 changes: 1 addition & 1 deletion test/unittest/aggs/tst.trunc.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
/* @@xfail: dtv2 */
/* @@xfail: dtv2 - requires trunc() */

#pragma D option quiet

Expand Down
2 changes: 1 addition & 1 deletion test/unittest/aggs/tst.trunc0.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
/* @@xfail: dtv2 */
/* @@xfail: dtv2 - requires trunc() */

#pragma D option quiet
#pragma D option aggrate=1ms
Expand Down
2 changes: 1 addition & 1 deletion test/unittest/aggs/tst.truncquant.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
/* @@xfail: dtv2 */
/* @@xfail: dtv2 - requires trunc() */

#pragma D option quiet

Expand Down

0 comments on commit fb264ec

Please sign in to comment.