public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] syscalls/sysfs: replace the TWARN to TCONF
@ 2015-07-24  7:22 Li Wang
  2015-07-26 11:45 ` Jan Stancek
  0 siblings, 1 reply; 5+ messages in thread
From: Li Wang @ 2015-07-24  7:22 UTC (permalink / raw)
  To: ltp-list

I run some of these cases on aarch64 today and get a series waring, that's because
sysfs syscall is not implemented on aarch64. So, maybe TCONF is better than TWARN
in the testcase.

Signed-off-by: Li Wang <liwang@redhat.com>
---
 testcases/kernel/syscalls/sysfs/sysfs01.c | 2 +-
 testcases/kernel/syscalls/sysfs/sysfs02.c | 2 +-
 testcases/kernel/syscalls/sysfs/sysfs03.c | 2 +-
 testcases/kernel/syscalls/sysfs/sysfs04.c | 2 +-
 testcases/kernel/syscalls/sysfs/sysfs05.c | 2 +-
 testcases/kernel/syscalls/sysfs/sysfs06.c | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/testcases/kernel/syscalls/sysfs/sysfs01.c b/testcases/kernel/syscalls/sysfs/sysfs01.c
index 11ebe43..c29f6c0 100644
--- a/testcases/kernel/syscalls/sysfs/sysfs01.c
+++ b/testcases/kernel/syscalls/sysfs/sysfs01.c
@@ -103,7 +103,7 @@ int main(int ac, char **av)
 		}
 	}			/*End of TEST_LOOPING */
 #else
-	tst_resm(TWARN,
+	tst_resm(TCONF,
 		 "This test can only run on kernels that support the sysfs system call");
 #endif
 
diff --git a/testcases/kernel/syscalls/sysfs/sysfs02.c b/testcases/kernel/syscalls/sysfs/sysfs02.c
index f7cb96a..54557cc 100644
--- a/testcases/kernel/syscalls/sysfs/sysfs02.c
+++ b/testcases/kernel/syscalls/sysfs/sysfs02.c
@@ -103,7 +103,7 @@ int main(int ac, char **av)
 		}
 	}			/*End of TEST_LOOPING */
 #else
-	tst_resm(TWARN,
+	tst_resm(TCONF,
 		 "This test can only run on kernels that support the sysfs system call");
 #endif
 
diff --git a/testcases/kernel/syscalls/sysfs/sysfs03.c b/testcases/kernel/syscalls/sysfs/sysfs03.c
index 59b997e..9048dfe 100644
--- a/testcases/kernel/syscalls/sysfs/sysfs03.c
+++ b/testcases/kernel/syscalls/sysfs/sysfs03.c
@@ -101,7 +101,7 @@ int main(int ac, char **av)
 		}
 	}			/*End of TEST_LOOPING */
 #else
-	tst_resm(TWARN,
+	tst_resm(TCONF,
 		 "This test can only run on kernels that support the sysfs system call");
 #endif
 
diff --git a/testcases/kernel/syscalls/sysfs/sysfs04.c b/testcases/kernel/syscalls/sysfs/sysfs04.c
index f4fda36..2b2530a 100644
--- a/testcases/kernel/syscalls/sysfs/sysfs04.c
+++ b/testcases/kernel/syscalls/sysfs/sysfs04.c
@@ -105,7 +105,7 @@ int main(int ac, char **av)
 		}
 	}
 #else
-	tst_resm(TWARN,
+	tst_resm(TCONF,
 		 "This test can only run on kernels that support the sysfs system call");
 #endif
 
diff --git a/testcases/kernel/syscalls/sysfs/sysfs05.c b/testcases/kernel/syscalls/sysfs/sysfs05.c
index e97f0c8..2ab6707 100644
--- a/testcases/kernel/syscalls/sysfs/sysfs05.c
+++ b/testcases/kernel/syscalls/sysfs/sysfs05.c
@@ -129,7 +129,7 @@ int main(int ac, char **av)
 		}		/*End of TEST LOOPS */
 	}
 #else
-	tst_resm(TWARN,
+	tst_resm(TCONF,
 		 "This test can only run on kernels that support the sysfs system call");
 #endif
 
diff --git a/testcases/kernel/syscalls/sysfs/sysfs06.c b/testcases/kernel/syscalls/sysfs/sysfs06.c
index 121e944..7ef5ee2 100644
--- a/testcases/kernel/syscalls/sysfs/sysfs06.c
+++ b/testcases/kernel/syscalls/sysfs/sysfs06.c
@@ -132,7 +132,7 @@ int main(int ac, char **av)
 		}		/*End of TEST LOOPS */
 	}
 #else
-	tst_resm(TWARN,
+	tst_resm(TCONF,
 		 "This test can only run on kernels that support the sysfs system call");
 #endif
 
-- 
1.8.3.1


------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-27  8:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-24  7:22 [LTP] [PATCH] syscalls/sysfs: replace the TWARN to TCONF Li Wang
2015-07-26 11:45 ` Jan Stancek
2015-07-27  5:54   ` Li Wang
2015-07-27  7:34     ` Jan Stancek
2015-07-27  8:27       ` Li Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox