Guest User

Untitled

a guest
Oct 30th, 2020
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.96 KB | None | 0 0
  1. pull (Darcs2, Patience, WithIndex): [Success]
  2. pull-dont-prompt-deps (Darcs2, Patience, WithIndex): [Success]
  3. pull-reorder (Darcs2, Patience, WithIndex): [Success]
  4. pull_complement (Darcs2, Patience, WithIndex): [Success]
  5. push (Darcs2, Patience, WithIndex): [Success]
  6. push-dry-run (Darcs2, Patience, WithIndex): [Success]
  7. rebase-0.0-compat (Darcs2, Patience, WithIndex): [Failed]
  8. |
  9. | rm -rf R log
  10. | + rm -rf R log
  11. | unpack_testdata rebase-0.0
  12. | + unpack_testdata rebase-0.0
  13. | + tar -xzf /home/ganesh/darcs/screened/tests/data/rebase-0.0.tgz
  14. |
  15. | cd R
  16. | + cd R
  17. | darcs rebase log 2>../log
  18. | + darcs rebase log
  19. | grep 'Rebase in progress: 1 suspended patch' ../log
  20. | + grep 'Rebase in progress: 1 suspended patch' ../log
  21. |
  22. | darcs rebase unsuspend -a
  23. | + darcs rebase unsuspend -a
  24. | Warning, cannot access the index:
  25. | _darcs/index: DeleteFile "\\\\?\\C:\\Users\\Ganesh\\AppData\\Local\\Temp\\tmpC140\\R\\_darcs\\index": permission denied (Access is denied.)
  26. | We have conflicts in the following files:
  27. | ./file
  28. | darcs.exe: _darcs/index: DeleteFile "\\\\?\\C:\\Users\\Ganesh\\AppData\\Local\\Temp\\tmpC140\\R\\_darcs\\index": permission denied (Access is denied.)
  29.  
  30. rebase-0.2-compat (Darcs2, Patience, WithIndex): [Failed]
  31. |
  32. | rm -rf R log
  33. | + rm -rf R log
  34. | unpack_testdata rebase-0.2
  35. | + unpack_testdata rebase-0.2
  36. | + tar -xzf /home/ganesh/darcs/screened/tests/data/rebase-0.2.tgz
  37. |
  38. | cd R
  39. | + cd R
  40. | darcs rebase log 2>../log
  41. | + darcs rebase log
  42. | grep 'Rebase in progress: 1 suspended patch' ../log
  43. | + grep 'Rebase in progress: 1 suspended patch' ../log
  44. |
  45. | darcs rebase unsuspend -a
  46. | + darcs rebase unsuspend -a
  47. | Warning, cannot access the index:
  48. | _darcs/index: DeleteFile "\\\\?\\C:\\Users\\Ganesh\\AppData\\Local\\Temp\\tmpF90A\\R\\_darcs\\index": permission denied (Access is denied.)
  49. | We have conflicts in the following files:
  50. | ./file
  51. | darcs.exe: _darcs/index: DeleteFile "\\\\?\\C:\\Users\\Ganesh\\AppData\\Local\\Temp\\tmpF90A\\R\\_darcs\\index": permission denied (Access is denied.)
  52.  
  53. rebase-amend (Darcs2, Patience, WithIndex): [Success]
  54. rebase-apply (Darcs2, Patience, WithIndex): [Success]
  55. rebase-basic (Darcs2, Patience, WithIndex): [Success]
  56. rebase-changes (Darcs2, Patience, WithIndex): [Success]
  57. rebase-changes-partial-conflict (Darcs2, Patience, WithIndex): [Success]
  58. rebase-conflict-resolution (Darcs2, Patience, WithIndex): [Success]
  59. rebase-conflict-upgrade (Darcs2, Patience, WithIndex): [Failed]
  60. |
  61. | rm -rf R log
  62. | + rm -rf R log
  63. | unpack_testdata old-style-rebase-conflict
  64. | + unpack_testdata old-style-rebase-conflict
  65. | + tar -xzf /home/ganesh/darcs/screened/tests/data/old-style-rebase-conflict.tgz
  66. |
  67. | cd R
  68. | + cd R
  69. | darcs rebase upgrade
  70. | + darcs rebase upgrade
  71. | Rebase in progress: 1 suspended patch
  72. | darcs.exe: _darcs/index: DeleteFile "\\\\?\\C:\\Users\\Ganesh\\AppData\\Local\\Temp\\tmpC853\\R\\_darcs\\index": permission denied (Access is denied.)
  73.  
  74. rebase-conflicting-threeeway (Darcs2, Patience, WithIndex): [Success]
  75. rebase-count (Darcs2, Patience, WithIndex): [Success]
  76. rebase-keeps-deps (Darcs2, Patience, WithIndex): [Success]
  77. rebase-keeps-deps-on-amend (Darcs2, Patience, WithIndex): [Success]
  78. rebase-move (Darcs2, Patience, WithIndex): [Success]
  79. rebase-move-2 (Darcs2, Patience, WithIndex): [Success]
  80. rebase-new-style (Darcs2, Patience, WithIndex): [Failed]
  81. |
  82. | rm -rf R S T log
  83. | + rm -rf R S T log
  84. | unpack_testdata old-style-rebase
  85. | + unpack_testdata old-style-rebase
  86. | + tar -xzf /home/ganesh/darcs/screened/tests/data/old-style-rebase.tgz
  87. | darcs init S
  88. | + darcs init S
  89. | echo ../S > R/_darcs/prefs/defaultrepo
  90. | + echo ../S
  91. |
  92. | not darcs clone R T 2>&1 | tee log
  93. | + not darcs clone R T
  94. | + tee log
  95. | grep 'clone a repository with an old-style rebase' log
  96. | + grep 'clone a repository with an old-style rebase' log
  97. |
  98. | # TODO for this test I need a tar ball with a darcs-1 repo in it
  99. | # not darcs convert darcs-2 R T 2>&1 | tee log
  100. | # grep 'old-style rebase is in progress' log
  101. |
  102. | # init, help, and convert import are not an issue
  103. |
  104. | IFS='
  105. | '
  106. | + IFS='
  107. | '
  108. | commands='
  109. | record
  110. | push
  111. | pull
  112. | log
  113. | diff
  114. | show contents f1
  115. | show dependencies
  116. | show files
  117. | show index
  118. | show pristine
  119. | show repo
  120. | show authors
  121. | show tags
  122. | show patch-index
  123. | amend
  124. | rebase pull
  125. | rebase apply
  126. | rebase suspend
  127. | rebase unsuspend
  128. | rebase obliterate
  129. | rebase log
  130. | rebase reify
  131. | rebase inject
  132. | rebase changes
  133. | unrecord
  134. | obliterate
  135. | tag
  136. | send
  137. | apply
  138. | optimize clean
  139. | optimize http
  140. | optimize reorder
  141. | optimize enable-patch-index
  142. | optimize disable-patch-index
  143. | optimize compress
  144. | optimize uncompress
  145. | optimize relink
  146. | optimize pristine
  147. | mark-conflicts
  148. | repair
  149. | convert export
  150. | fetch'
  151. | + commands='
  152. | record
  153. | push
  154. | pull
  155. | log
  156. | diff
  157. | show contents f1
  158. | show dependencies
  159. | show files
  160. | show index
  161. | show pristine
  162. | show repo
  163. | show authors
  164. | show tags
  165. | show patch-index
  166. | amend
  167. | rebase pull
  168. | rebase apply
  169. | rebase suspend
  170. | rebase unsuspend
  171. | rebase obliterate
  172. | rebase log
  173. | rebase reify
  174. | rebase inject
  175. | rebase changes
  176. | unrecord
  177. | obliterate
  178. | tag
  179. | send
  180. | apply
  181. | optimize clean
  182. | optimize http
  183. | optimize reorder
  184. | optimize enable-patch-index
  185. | optimize disable-patch-index
  186. | optimize compress
  187. | optimize uncompress
  188. | optimize relink
  189. | optimize pristine
  190. | mark-conflicts
  191. | repair
  192. | convert export
  193. | fetch'
  194. |
  195. | cd R
  196. | + cd R
  197. | for cmd in $commands; do
  198. | unset IFS
  199. | not darcs $cmd 2>&1 | tee ../log
  200. | grep 'old-style rebase is in progress' ../log
  201. | done
  202. | + for cmd in $commands
  203. | + unset IFS
  204. | + not darcs record
  205. | + tee ../log
  206. | + grep 'old-style rebase is in progress' ../log
  207. | + for cmd in $commands
  208. | + unset IFS
  209. | + not darcs push
  210. | + tee ../log
  211. | + grep 'old-style rebase is in progress' ../log
  212. | + for cmd in $commands
  213. | + unset IFS
  214. | + not darcs pull
  215. | + tee ../log
  216. | + grep 'old-style rebase is in progress' ../log
  217. | + for cmd in $commands
  218. | + unset IFS
  219. | + not darcs log
  220. | + tee ../log
  221. | + grep 'old-style rebase is in progress' ../log
  222. | + for cmd in $commands
  223. | + unset IFS
  224. | + not darcs diff
  225. | + tee ../log
  226. | + grep 'old-style rebase is in progress' ../log
  227. | + for cmd in $commands
  228. | + unset IFS
  229. | + not darcs show contents f1
  230. | + tee ../log
  231. | + grep 'old-style rebase is in progress' ../log
  232. | + for cmd in $commands
  233. | + unset IFS
  234. | + not darcs show dependencies
  235. | + tee ../log
  236. | + grep 'old-style rebase is in progress' ../log
  237. | + for cmd in $commands
  238. | + unset IFS
  239. | + not darcs show files
  240. | + tee ../log
  241. | + grep 'old-style rebase is in progress' ../log
  242. | + for cmd in $commands
  243. | + unset IFS
  244. | + not darcs show index
  245. | + tee ../log
  246. | + grep 'old-style rebase is in progress' ../log
  247. | + for cmd in $commands
  248. | + unset IFS
  249. | + not darcs show pristine
  250. | + tee ../log
  251. | + grep 'old-style rebase is in progress' ../log
  252. | + for cmd in $commands
  253. | + unset IFS
  254. | + not darcs show repo
  255. | + tee ../log
  256. | + grep 'old-style rebase is in progress' ../log
  257. | + for cmd in $commands
  258. | + unset IFS
  259. | + not darcs show authors
  260. | + tee ../log
  261. | + grep 'old-style rebase is in progress' ../log
  262. | + for cmd in $commands
  263. | + unset IFS
  264. | + not darcs show tags
  265. | + tee ../log
  266. | + grep 'old-style rebase is in progress' ../log
  267. | + for cmd in $commands
  268. | + unset IFS
  269. | + not darcs show patch-index
  270. | + tee ../log
  271. | + grep 'old-style rebase is in progress' ../log
  272. | + for cmd in $commands
  273. | + unset IFS
  274. | + not darcs amend
  275. | + tee ../log
  276. | + grep 'old-style rebase is in progress' ../log
  277. | + for cmd in $commands
  278. | + unset IFS
  279. | + not darcs rebase pull
  280. | + tee ../log
  281. | + grep 'old-style rebase is in progress' ../log
  282. | + for cmd in $commands
  283. | + unset IFS
  284. | + not darcs rebase apply
  285. | + tee ../log
  286. | + grep 'old-style rebase is in progress' ../log
  287. | + for cmd in $commands
  288. | + unset IFS
  289. | + not darcs rebase suspend
  290. | + tee ../log
  291. | + grep 'old-style rebase is in progress' ../log
  292. | + for cmd in $commands
  293. | + unset IFS
  294. | + not darcs rebase unsuspend
  295. | + tee ../log
  296. | + grep 'old-style rebase is in progress' ../log
  297. | + for cmd in $commands
  298. | + unset IFS
  299. | + not darcs rebase obliterate
  300. | + tee ../log
  301. | + grep 'old-style rebase is in progress' ../log
  302. | + for cmd in $commands
  303. | + unset IFS
  304. | + not darcs rebase log
  305. | + tee ../log
  306. | + grep 'old-style rebase is in progress' ../log
  307. | + for cmd in $commands
  308. | + unset IFS
  309. | + not darcs rebase reify
  310. | + tee ../log
  311. | + grep 'old-style rebase is in progress' ../log
  312. | + for cmd in $commands
  313. | + unset IFS
  314. | + not darcs rebase inject
  315. | + tee ../log
  316. | + grep 'old-style rebase is in progress' ../log
  317. | + for cmd in $commands
  318. | + unset IFS
  319. | + not darcs rebase changes
  320. | + tee ../log
  321. | + grep 'old-style rebase is in progress' ../log
  322. | + for cmd in $commands
  323. | + unset IFS
  324. | + not darcs unrecord
  325. | + tee ../log
  326. | + grep 'old-style rebase is in progress' ../log
  327. | + for cmd in $commands
  328. | + unset IFS
  329. | + not darcs obliterate
  330. | + tee ../log
  331. | + grep 'old-style rebase is in progress' ../log
  332. | + for cmd in $commands
  333. | + unset IFS
  334. | + not darcs tag
  335. | + tee ../log
  336. | + grep 'old-style rebase is in progress' ../log
  337. | + for cmd in $commands
  338. | + unset IFS
  339. | + not darcs send
  340. | + tee ../log
  341. | + grep 'old-style rebase is in progress' ../log
  342. | + for cmd in $commands
  343. | + unset IFS
  344. | + not darcs apply
  345. | + tee ../log
  346. | + grep 'old-style rebase is in progress' ../log
  347. | + for cmd in $commands
  348. | + unset IFS
  349. | + not darcs optimize clean
  350. | + tee ../log
  351. | + grep 'old-style rebase is in progress' ../log
  352. | + for cmd in $commands
  353. | + unset IFS
  354. | + not darcs optimize http
  355. | + tee ../log
  356. | + grep 'old-style rebase is in progress' ../log
  357. | + for cmd in $commands
  358. | + unset IFS
  359. | + not darcs optimize reorder
  360. | + tee ../log
  361. | + grep 'old-style rebase is in progress' ../log
  362. | + for cmd in $commands
  363. | + unset IFS
  364. | + not darcs optimize enable-patch-index
  365. | + tee ../log
  366. | + grep 'old-style rebase is in progress' ../log
  367. | + for cmd in $commands
  368. | + unset IFS
  369. | + not darcs optimize disable-patch-index
  370. | + tee ../log
  371. | + grep 'old-style rebase is in progress' ../log
  372. | + for cmd in $commands
  373. | + unset IFS
  374. | + not darcs optimize compress
  375. | + tee ../log
  376. | + grep 'old-style rebase is in progress' ../log
  377. | + for cmd in $commands
  378. | + unset IFS
  379. | + not darcs optimize uncompress
  380. | + tee ../log
  381. | + grep 'old-style rebase is in progress' ../log
  382. | + for cmd in $commands
  383. | + unset IFS
  384. | + not darcs optimize relink
  385. | + tee ../log
  386. | + grep 'old-style rebase is in progress' ../log
  387. | + for cmd in $commands
  388. | + unset IFS
  389. | + not darcs optimize pristine
  390. | + tee ../log
  391. | + grep 'old-style rebase is in progress' ../log
  392. | + for cmd in $commands
  393. | + unset IFS
  394. | + not darcs mark-conflicts
  395. | + tee ../log
  396. | + grep 'old-style rebase is in progress' ../log
  397. | + for cmd in $commands
  398. | + unset IFS
  399. | + not darcs repair
  400. | + tee ../log
  401. | + grep 'old-style rebase is in progress' ../log
  402. | + for cmd in $commands
  403. | + unset IFS
  404. | + not darcs convert export
  405. | + tee ../log
  406. | + grep 'old-style rebase is in progress' ../log
  407. | + for cmd in $commands
  408. | + unset IFS
  409. | + not darcs fetch
  410. | + tee ../log
  411. | + grep 'old-style rebase is in progress' ../log
  412. | darcs rebase upgrade
  413. | + darcs rebase upgrade
  414. | Rebase in progress: 1 suspended patch
  415. | darcs.exe: _darcs/index: DeleteFile "\\\\?\\C:\\Users\\Ganesh\\AppData\\Local\\Temp\\tmp8905\\R\\_darcs\\index": permission denied (Access is denied.)
  416.  
  417. rebase-nochanges (Darcs2, Patience, WithIndex): [Success]
  418. rebase-obliterate (Darcs2, Patience, WithIndex): [Success]
  419. rebase-old-style-not-head (Darcs2, Patience, WithIndex): [Failed]
  420. |
  421. | rm -rf R log
  422. | + rm -rf R log
  423. | unpack_testdata old-style-rebase-not-head
  424. | + unpack_testdata old-style-rebase-not-head
  425. | + tar -xzf /home/ganesh/darcs/screened/tests/data/old-style-rebase-not-head.tgz
  426. |
  427. | cd R
  428. | + cd R
  429. | darcs rebase upgrade
  430. | + darcs rebase upgrade
  431. | Rebase in progress: 1 suspended patch
  432. | darcs.exe: _darcs/index: DeleteFile "\\\\?\\C:\\Users\\Ganesh\\AppData\\Local\\Temp\\tmp6E57\\R\\_darcs\\index": permission denied (Access is denied.)
  433.  
Add Comment
Please, Sign In to add comment