Skip to content

Commit

Permalink
pid: a few more tests are now passing
Browse files Browse the repository at this point in the history
These all depended on probefunc etc working.

Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>
  • Loading branch information
nickalcock authored and kvanhees committed Oct 25, 2022
1 parent ef080b4 commit 7f01099
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion test/unittest/pid/tst.probefunc.d
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

/* @@runtest-opts: -c /bin/date */
/* @@trigger: none */
/* @@xfail: dtv2 -- probe* builtin variables do not work for pid probes yet */

pid$target:libc.so:malloc:entry
{
Expand Down
3 changes: 1 addition & 2 deletions test/unittest/pid/tst.weak1.d
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*
* Oracle Linux DTrace.
* Copyright (c) 2006, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2006, 2022, 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 */
/* @@runtest-opts: $_pid */
/* @@trigger: pid-tst-weak1 */
/* @@trigger-timing: before */
Expand Down
3 changes: 1 addition & 2 deletions test/unittest/pid/tst.weak2.d
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*
* Oracle Linux DTrace.
* Copyright (c) 2006, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2006, 2022, 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 */
/* @@runtest-opts: $_pid */
/* @@trigger: pid-tst-weak2 */
/* @@trigger-timing: before */
Expand Down

0 comments on commit 7f01099

Please sign in to comment.