From fafb7ba7c17a9e734661b118b18340f904d4ee5c Mon Sep 17 00:00:00 2001 From: David Smith Date: Mon, 23 Jul 2012 14:39:07 -0500 Subject: [PATCH] Another PR13456 fix by removing the kfail. * testsuite/systemtap.syscall/nd_syscall.exp (syscall_kfails): Removed kfail for poll test. --- testsuite/systemtap.syscall/nd_syscall.exp | 1 - 1 file changed, 1 deletion(-) diff --git a/testsuite/systemtap.syscall/nd_syscall.exp b/testsuite/systemtap.syscall/nd_syscall.exp index 0b02e306b..136bce49e 100644 --- a/testsuite/systemtap.syscall/nd_syscall.exp +++ b/testsuite/systemtap.syscall/nd_syscall.exp @@ -4,7 +4,6 @@ source $srcdir/$subdir/test.tcl proc syscall_kfails {NAME} { switch $NAME { "pipe" { return 13454 } - "poll" { return 13456 } default { return 0 } } } -- 2.43.5