Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: client/tests/ltp/ltp.patch

Issue 1161005: autotest: Make the "ltp" test comile on ARM. (Closed)
Patch Set: Move configure() back to utils Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/common_lib/utils.py ('k') | client/tests/ltp/ltp.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/ltp/ltp.patch
diff --git a/client/tests/ltp/ltp.patch b/client/tests/ltp/ltp.patch
index c207686d946aaaf2c68ef22abfe768a9d54a5012..98706db390a4f444975c4ea094e71cde0d835b04 100644
--- a/client/tests/ltp/ltp.patch
+++ b/client/tests/ltp/ltp.patch
@@ -10,3 +10,14 @@ diff -urN ltp-full-20091231_vanilla/runtest/syscalls ltp-full-20091231/runtest/s
wait02 wait02
+--- ltp-full-20091231_vanilla/testcases/kernel/syscalls/epoll/epoll-ltp.c 2010-03-22 17:25:18.000000000 -0700
++++ ltp-full-20091231/testcases/kernel/syscalls/epoll/epoll-ltp.c 2010-03-22 17:27:06.000000000 -0700
+@@ -450,7 +450,7 @@
+ ev_ptr = &event;
+ break;
+ case 1: /* Pass unaligned struct */
+- unaligned_event_ptr->data.u64 = 0;
++ memset(&unaligned_event_ptr->data.u64, 0, sizeof(unaligned_event_ptr->data.u64));
+ ev_ptr = unaligned_event_ptr;
+ break;
+ case 2:
« no previous file with comments | « client/common_lib/utils.py ('k') | client/tests/ltp/ltp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698