Skip to content

Commit

Permalink
test: remove @@xfail marker from some tests
Browse files Browse the repository at this point in the history
Commit dee44bc "Add support for copyinstr() subroutine"
	Fixed test/unittest/dif/bcopy.d
	Fixed test/unittest/syscall/tst.openret.sh

Commit d97c8fa "Add support for copyin() subroutine"
	Fixed test/unittest/dif/copyin.d
	Fixed test/unittest/dif/loadX.d

Commit febf457 "Support loading scalars from kernel addresses"
	Fixed test/unittest/vars/tst.ppid.d
	Fixed test/unittest/vars/tst.uid.d

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 13, 2022
1 parent ea1a50c commit 16a526d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion test/unittest/dif/bcopy.d
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* @@xfail: dtv2 */
/* @@trigger: open */

syscall::open:entry
Expand Down
1 change: 0 additions & 1 deletion test/unittest/dif/copyin.d
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* @@xfail: dtv2 */
/* @@trigger: open */

::open:entry
Expand Down
1 change: 0 additions & 1 deletion test/unittest/dif/loadX.d
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* @@xfail: dtv2 */
/* @@trigger: open */

::open:entry
Expand Down
2 changes: 0 additions & 2 deletions test/unittest/syscall/tst.openret.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Copyright (c) 2006, 2020, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at
# http://oss.oracle.com/licenses/upl.
#
# @@xfail: dtv2

script() {
$dtrace -c 'cat shajirosan' -qs /dev/stdin <<EOF
Expand Down
1 change: 0 additions & 1 deletion test/unittest/vars/tst.ppid.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
/* @@xfail: dtv2 */

#pragma D option quiet

Expand Down
1 change: 0 additions & 1 deletion test/unittest/vars/tst.uid.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
/* @@xfail: dtv2 */

#pragma D option quiet

Expand Down

0 comments on commit 16a526d

Please sign in to comment.