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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « client/common_lib/utils.py ('k') | client/tests/ltp/ltp.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 diff -urN ltp-full-20091231_vanilla/runtest/syscalls ltp-full-20091231/runtest/s yscalls 1 diff -urN ltp-full-20091231_vanilla/runtest/syscalls ltp-full-20091231/runtest/s yscalls
2 --- ltp-full-20091231_vanilla/runtest/syscalls 2010-01-05 17:16:06.000000000 -0 800 2 --- ltp-full-20091231_vanilla/runtest/syscalls 2010-01-05 17:16:06.000000000 -0 800
3 +++ ltp-full-20091231/runtest/syscalls 2010-01-05 17:30:32.000000000 -0800 3 +++ ltp-full-20091231/runtest/syscalls 2010-01-05 17:30:32.000000000 -0800
4 @@ -1245,7 +1245,7 @@ 4 @@ -1245,7 +1245,7 @@
5 vhangup02 vhangup02 5 vhangup02 vhangup02
6 6
7 #vmsplice test cases 7 #vmsplice test cases
8 -vmsplice01 vmsplice01 8 -vmsplice01 vmsplice01
9 +#vmsplice01 vmsplice01 9 +#vmsplice01 vmsplice01
10 10
11 wait02 wait02 11 wait02 wait02
12 12
13 --- ltp-full-20091231_vanilla/testcases/kernel/syscalls/epoll/epoll-ltp.c 2010-03-22 17:25:18.000000000 -0700
14 +++ ltp-full-20091231/testcases/kernel/syscalls/epoll/epoll-ltp.c 2010-03- 22 17:27:06.000000000 -0700
15 @@ -450,7 +450,7 @@
16 ev_ptr = &event;
17 break;
18 case 1: /* Pass unaligned struct */
19 - unaligned_event_ptr->data.u64 = 0;
20 + memset(&unaligned_event_ptr->data.u64, 0, sizeof(unalign ed_event_ptr->data.u64));
21 ev_ptr = unaligned_event_ptr;
22 break;
23 case 2:
OLDNEW
« 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