* [LTP] [PATCH] cleanup() should not be called before setup() in cases dup3_01 and eventfd2_01
@ 2011-02-14 2:20 Peng Haitao
2011-02-14 2:26 ` Garrett Cooper
0 siblings, 1 reply; 2+ messages in thread
From: Peng Haitao @ 2011-02-14 2:20 UTC (permalink / raw)
To: Garrett Cooper; +Cc: ltp-list
Hi Garrett,
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
---
testcases/kernel/syscalls/dup3/dup3_01.c | 4 ++--
testcases/kernel/syscalls/eventfd2/eventfd2_01.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/testcases/kernel/syscalls/dup3/dup3_01.c b/testcases/kernel/syscalls/dup3/dup3_01.c
index c95e79a..a0f1d63 100644
--- a/testcases/kernel/syscalls/dup3/dup3_01.c
+++ b/testcases/kernel/syscalls/dup3/dup3_01.c
@@ -126,7 +126,7 @@ int main(int argc, char *argv[])
int fd, coe;
if ((tst_kvercmp(2, 6, 27)) < 0)
- tst_brkm(TCONF, cleanup,
+ tst_brkm(TCONF, NULL,
"This test can only run on kernels that are 2.6.27 and higher");
setup();
@@ -161,4 +161,4 @@ int main(int argc, char *argv[])
cleanup();
tst_exit();
-}
\ No newline at end of file
+}
diff --git a/testcases/kernel/syscalls/eventfd2/eventfd2_01.c b/testcases/kernel/syscalls/eventfd2/eventfd2_01.c
index 38f2ed0..0e87e85 100644
--- a/testcases/kernel/syscalls/eventfd2/eventfd2_01.c
+++ b/testcases/kernel/syscalls/eventfd2/eventfd2_01.c
@@ -133,7 +133,7 @@ int main(int argc, char *argv[])
int fd, coe;
if ((tst_kvercmp(2, 6, 27)) < 0) {
- tst_brkm(TCONF, cleanup,
+ tst_brkm(TCONF, NULL,
"This test can only run on kernels that are 2.6.27 and higher");
}
setup();
@@ -167,4 +167,4 @@ int main(int argc, char *argv[])
tst_resm(TPASS, "eventfd2(EFD_CLOEXEC) Passed");
cleanup();
tst_exit();
-}
\ No newline at end of file
+}
--
1.7.3.1
--
Best Regards,
Peng Haitao
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-14 2:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-14 2:20 [LTP] [PATCH] cleanup() should not be called before setup() in cases dup3_01 and eventfd2_01 Peng Haitao
2011-02-14 2:26 ` Garrett Cooper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox