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

Side by Side Diff: base/third_party/libevent/test/test.sh

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years 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 | « base/third_party/libevent/test/regress_rpc.c ('k') | base/third_party/libevent/test/test-eof.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 2
3 setup () { 3 setup () {
4 EVENT_NOKQUEUE=yes; export EVENT_NOKQUEUE 4 EVENT_NOKQUEUE=yes; export EVENT_NOKQUEUE
5 EVENT_NODEVPOLL=yes; export EVENT_NODEVPOLL 5 EVENT_NODEVPOLL=yes; export EVENT_NODEVPOLL
6 EVENT_NOPOLL=yes; export EVENT_NOPOLL 6 EVENT_NOPOLL=yes; export EVENT_NOPOLL
7 EVENT_NOSELECT=yes; export EVENT_NOSELECT 7 EVENT_NOSELECT=yes; export EVENT_NOSELECT
8 EVENT_NOEPOLL=yes; export EVENT_NOEPOLL 8 EVENT_NOEPOLL=yes; export EVENT_NOEPOLL
9 EVENT_NOEVPORT=yes; export EVENT_NOEVPORT 9 EVENT_NOEVPORT=yes; export EVENT_NOEVPORT
10 } 10 }
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 test 82 test
83 83
84 setup 84 setup
85 unset EVENT_NOEVPORT 85 unset EVENT_NOEVPORT
86 export EVENT_NOEVPORT 86 export EVENT_NOEVPORT
87 echo "EVPORT" 87 echo "EVPORT"
88 test 88 test
89 89
90 90
91 91
OLDNEW
« no previous file with comments | « base/third_party/libevent/test/regress_rpc.c ('k') | base/third_party/libevent/test/test-eof.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698