Guest User

Untitled

a guest
Apr 20th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.93 KB | None | 0 0
  1. 1)
  2. Array#flatten returns subclass instance for Array subclasses FAILED
  3. Expected Array
  4. to equal ArraySpecs::MyArray
  5.  
  6. ./mspec/expectations.rb:10:in `fail_with'
  7. ./mspec/matchers/base.rb:8:in `=='
  8. ./spec/ruby/1.8//core/array/flatten_spec.rb:32
  9. ./mspec/runner/mspec.rb:120:in `call'
  10. ./mspec/runner/mspec.rb:120:in `protect'
  11. ./mspec/runner/state.rb:46:in `protect'
  12. ./mspec/runner/state.rb:46:in `each'
  13. ./mspec/runner/state.rb:46:in `protect'
  14. ./mspec/runner/state.rb:60:in `process'
  15. ./mspec/runner/state.rb:56:in `each'
  16. ./mspec/runner/state.rb:56:in `process'
  17. ./mspec/runner/mspec.rb:27:in `describe'
  18. ./mspec/runner/object.rb:11:in `describe'
  19. ./spec/ruby/1.8//core/array/flatten_spec.rb:4
  20. ./mspec/runner/mspec.rb:45:in `load'
  21. ./mspec/runner/mspec.rb:45:in `files'
  22. ./mspec/runner/mspec.rb:120:in `call'
  23. ./mspec/runner/mspec.rb:120:in `protect'
  24. ./mspec/runner/mspec.rb:45:in `files'
  25. ./mspec/runner/mspec.rb:42:in `each'
  26. ./mspec/runner/mspec.rb:42:in `files'
  27. ./mspec/runner/mspec.rb:34:in `process'
  28. mspec/bin/mspec-ci:66:in `run'
  29. ./mspec/bin/script.rb:75:in `main'
  30. mspec/bin/mspec-ci:73
  31.  
  32. 2)
  33. Array#slice! does (not?) expand array with indices out of bounds FAILED
  34. Expected [1, 2, nil, nil, nil, nil]
  35. to equal [1, 2, nil, nil, nil, nil, nil, nil]
  36.  
  37. ./mspec/expectations.rb:10:in `fail_with'
  38. ./mspec/matchers/base.rb:8:in `=='
  39. ./spec/ruby/1.8//core/array/slice_spec.rb:122
  40. ./mspec/runner/mspec.rb:120:in `call'
  41. ./mspec/runner/mspec.rb:120:in `protect'
  42. ./mspec/runner/state.rb:46:in `protect'
  43. ./mspec/runner/state.rb:46:in `each'
  44. ./mspec/runner/state.rb:46:in `protect'
  45. ./mspec/runner/state.rb:60:in `process'
  46. ./mspec/runner/state.rb:56:in `each'
  47. ./mspec/runner/state.rb:56:in `process'
  48. ./mspec/runner/mspec.rb:27:in `describe'
  49. ./mspec/runner/object.rb:11:in `describe'
  50. ./spec/ruby/1.8//core/array/slice_spec.rb:5
  51. ./mspec/runner/mspec.rb:45:in `load'
  52. ./mspec/runner/mspec.rb:45:in `files'
  53. ./mspec/runner/mspec.rb:120:in `call'
  54. ./mspec/runner/mspec.rb:120:in `protect'
  55. ./mspec/runner/mspec.rb:45:in `files'
  56. ./mspec/runner/mspec.rb:42:in `each'
  57. ./mspec/runner/mspec.rb:42:in `files'
  58. ./mspec/runner/mspec.rb:34:in `process'
  59. mspec/bin/mspec-ci:66:in `run'
  60. ./mspec/bin/script.rb:75:in `main'
  61. mspec/bin/mspec-ci:73
  62.  
  63. 3)
  64. Bignum#div returns self divided by other FAILED
  65. Expected 2147483648.5 to be within +/- 3.0e-05 of 2147483648
  66. ./mspec/expectations.rb:10:in `fail_with'
  67. ./mspec/expectations/should.rb:6:in `should'
  68. ./spec/ruby/1.8//core/bignum/shared/divide.rb:10
  69. ./mspec/runner/mspec.rb:120:in `call'
  70. ./mspec/runner/mspec.rb:120:in `protect'
  71. ./mspec/runner/state.rb:46:in `protect'
  72. ./mspec/runner/state.rb:46:in `each'
  73. ./mspec/runner/state.rb:46:in `protect'
  74. ./mspec/runner/state.rb:60:in `process'
  75. ./mspec/runner/state.rb:56:in `each'
  76. ./mspec/runner/state.rb:56:in `process'
  77. ./mspec/runner/mspec.rb:27:in `describe'
  78. ./mspec/runner/object.rb:11:in `describe'
  79. ./spec/ruby/1.8//core/bignum/shared/divide.rb:2
  80. ./mspec/runner/shared.rb:10:in `[]'
  81. ./mspec/runner/shared.rb:10:in `it_behaves_like'
  82. ./spec/ruby/1.8//core/bignum/div_spec.rb:5
  83. ./mspec/runner/mspec.rb:120:in `call'
  84. ./mspec/runner/mspec.rb:120:in `protect'
  85. ./mspec/runner/state.rb:46:in `protect'
  86. ./mspec/runner/state.rb:46:in `each'
  87. ./mspec/runner/state.rb:46:in `protect'
  88. ./mspec/runner/state.rb:50:in `process'
  89. ./mspec/runner/mspec.rb:27:in `describe'
  90. ./mspec/runner/object.rb:11:in `describe'
  91. ./spec/ruby/1.8//core/bignum/div_spec.rb:4
  92. ./mspec/runner/mspec.rb:45:in `load'
  93. ./mspec/runner/mspec.rb:45:in `files'
  94. ./mspec/runner/mspec.rb:120:in `call'
  95. ./mspec/runner/mspec.rb:120:in `protect'
  96. ./mspec/runner/mspec.rb:45:in `files'
  97. ./mspec/runner/mspec.rb:42:in `each'
  98. ./mspec/runner/mspec.rb:42:in `files'
  99. ./mspec/runner/mspec.rb:34:in `process'
  100. mspec/bin/mspec-ci:66:in `run'
  101. ./mspec/bin/script.rb:75:in `main'
  102. mspec/bin/mspec-ci:73
  103.  
  104. 4)
  105. Bignum#div does NOT raise ZeroDivisionError if other is zero and is a Float ERROR
  106. Infinity
  107. ./spec/ruby/1.8//core/bignum/shared/divide.rb:25:in `div'
  108. ./spec/ruby/1.8//core/bignum/shared/divide.rb:25:in `send'
  109. ./spec/ruby/1.8//core/bignum/shared/divide.rb:25
  110. ./mspec/runner/mspec.rb:120:in `call'
  111. ./mspec/runner/mspec.rb:120:in `protect'
  112. ./mspec/runner/state.rb:46:in `protect'
  113. ./mspec/runner/state.rb:46:in `each'
  114. ./mspec/runner/state.rb:46:in `protect'
  115. ./mspec/runner/state.rb:60:in `process'
  116. ./mspec/runner/state.rb:56:in `each'
  117. ./mspec/runner/state.rb:56:in `process'
  118. ./mspec/runner/mspec.rb:27:in `describe'
  119. ./mspec/runner/object.rb:11:in `describe'
  120. ./spec/ruby/1.8//core/bignum/shared/divide.rb:2
  121. ./mspec/runner/shared.rb:10:in `[]'
  122. ./mspec/runner/shared.rb:10:in `it_behaves_like'
  123. ./spec/ruby/1.8//core/bignum/div_spec.rb:5
  124. ./mspec/runner/mspec.rb:120:in `call'
  125. ./mspec/runner/mspec.rb:120:in `protect'
  126. ./mspec/runner/state.rb:46:in `protect'
  127. ./mspec/runner/state.rb:46:in `each'
  128. ./mspec/runner/state.rb:46:in `protect'
  129. ./mspec/runner/state.rb:50:in `process'
  130. ./mspec/runner/mspec.rb:27:in `describe'
  131. ./mspec/runner/object.rb:11:in `describe'
  132. ./spec/ruby/1.8//core/bignum/div_spec.rb:4
  133. ./mspec/runner/mspec.rb:45:in `load'
  134. ./mspec/runner/mspec.rb:45:in `files'
  135. ./mspec/runner/mspec.rb:120:in `call'
  136. ./mspec/runner/mspec.rb:120:in `protect'
  137. ./mspec/runner/mspec.rb:45:in `files'
  138. ./mspec/runner/mspec.rb:42:in `each'
  139. ./mspec/runner/mspec.rb:42:in `files'
  140. ./mspec/runner/mspec.rb:34:in `process'
  141. mspec/bin/mspec-ci:66:in `run'
  142. ./mspec/bin/script.rb:75:in `main'
  143. mspec/bin/mspec-ci:73
  144.  
  145. 5)
  146. Bignum#divmod raises a FloatDomainError when the given argument is 0 and a Float FAILED
  147. Expected FloatDomainError (NaN) but no exception was raised
  148. ./mspec/expectations.rb:10:in `fail_with'
  149. ./mspec/expectations/should.rb:6:in `should'
  150. ./spec/ruby/1.8//core/bignum/divmod_spec.rb:36
  151. ./mspec/runner/mspec.rb:120:in `call'
  152. ./mspec/runner/mspec.rb:120:in `protect'
  153. ./mspec/runner/state.rb:46:in `protect'
  154. ./mspec/runner/state.rb:46:in `each'
  155. ./mspec/runner/state.rb:46:in `protect'
  156. ./mspec/runner/state.rb:60:in `process'
  157. ./mspec/runner/state.rb:56:in `each'
  158. ./mspec/runner/state.rb:56:in `process'
  159. ./mspec/runner/mspec.rb:27:in `describe'
  160. ./mspec/runner/object.rb:11:in `describe'
  161. ./spec/ruby/1.8//core/bignum/divmod_spec.rb:3
  162. ./mspec/runner/mspec.rb:45:in `load'
  163. ./mspec/runner/mspec.rb:45:in `files'
  164. ./mspec/runner/mspec.rb:120:in `call'
  165. ./mspec/runner/mspec.rb:120:in `protect'
  166. ./mspec/runner/mspec.rb:45:in `files'
  167. ./mspec/runner/mspec.rb:42:in `each'
  168. ./mspec/runner/mspec.rb:42:in `files'
  169. ./mspec/runner/mspec.rb:34:in `process'
  170. mspec/bin/mspec-ci:66:in `run'
  171. ./mspec/bin/script.rb:75:in `main'
  172. mspec/bin/mspec-ci:73
  173.  
  174. 6)
  175. Dir#each raises an IOError when called on a closed Dir instance FAILED
  176. Expected IOError but no exception was raised
  177. ./mspec/expectations.rb:10:in `fail_with'
  178. ./mspec/expectations/should.rb:6:in `should'
  179. ./spec/ruby/1.8//core/dir/shared/closed.rb:4
  180. ./mspec/runner/mspec.rb:120:in `call'
  181. ./mspec/runner/mspec.rb:120:in `protect'
  182. ./mspec/runner/state.rb:46:in `protect'
  183. ./mspec/runner/state.rb:46:in `each'
  184. ./mspec/runner/state.rb:46:in `protect'
  185. ./mspec/runner/state.rb:60:in `process'
  186. ./mspec/runner/state.rb:56:in `each'
  187. ./mspec/runner/state.rb:56:in `process'
  188. ./mspec/runner/mspec.rb:27:in `describe'
  189. ./mspec/runner/object.rb:11:in `describe'
  190. ./spec/ruby/1.8//core/dir/shared/closed.rb:2
  191. ./mspec/runner/shared.rb:10:in `[]'
  192. ./mspec/runner/shared.rb:10:in `it_behaves_like'
  193. ./spec/ruby/1.8//core/dir/each_spec.rb:32
  194. ./mspec/runner/mspec.rb:120:in `call'
  195. ./mspec/runner/mspec.rb:120:in `protect'
  196. ./mspec/runner/state.rb:46:in `protect'
  197. ./mspec/runner/state.rb:46:in `each'
  198. ./mspec/runner/state.rb:46:in `protect'
  199. ./mspec/runner/state.rb:50:in `process'
  200. ./mspec/runner/mspec.rb:27:in `describe'
  201. ./mspec/runner/object.rb:11:in `describe'
  202. ./spec/ruby/1.8//core/dir/each_spec.rb:31
  203. ./mspec/runner/mspec.rb:45:in `load'
  204. ./mspec/runner/mspec.rb:45:in `files'
  205. ./mspec/runner/mspec.rb:120:in `call'
  206. ./mspec/runner/mspec.rb:120:in `protect'
  207. ./mspec/runner/mspec.rb:45:in `files'
  208. ./mspec/runner/mspec.rb:42:in `each'
  209. ./mspec/runner/mspec.rb:42:in `files'
  210. ./mspec/runner/mspec.rb:34:in `process'
  211. mspec/bin/mspec-ci:66:in `run'
  212. ./mspec/bin/script.rb:75:in `main'
  213. mspec/bin/mspec-ci:73
  214.  
  215. 7)
  216. Dir.foreach raises a SystemCallError if passed a nonexistent directory FAILED
  217. Expected SystemCallError but no exception was raised
  218. ./mspec/expectations.rb:10:in `fail_with'
  219. ./mspec/expectations/should.rb:6:in `should'
  220. ./spec/ruby/1.8//core/dir/foreach_spec.rb:20
  221. ./mspec/runner/mspec.rb:120:in `call'
  222. ./mspec/runner/mspec.rb:120:in `protect'
  223. ./mspec/runner/state.rb:46:in `protect'
  224. ./mspec/runner/state.rb:46:in `each'
  225. ./mspec/runner/state.rb:46:in `protect'
  226. ./mspec/runner/state.rb:60:in `process'
  227. ./mspec/runner/state.rb:56:in `each'
  228. ./mspec/runner/state.rb:56:in `process'
  229. ./mspec/runner/mspec.rb:27:in `describe'
  230. ./mspec/runner/object.rb:11:in `describe'
  231. ./spec/ruby/1.8//core/dir/foreach_spec.rb:4
  232. ./mspec/runner/mspec.rb:45:in `load'
  233. ./mspec/runner/mspec.rb:45:in `files'
  234. ./mspec/runner/mspec.rb:120:in `call'
  235. ./mspec/runner/mspec.rb:120:in `protect'
  236. ./mspec/runner/mspec.rb:45:in `files'
  237. ./mspec/runner/mspec.rb:42:in `each'
  238. ./mspec/runner/mspec.rb:42:in `files'
  239. ./mspec/runner/mspec.rb:34:in `process'
  240. mspec/bin/mspec-ci:66:in `run'
  241. ./mspec/bin/script.rb:75:in `main'
  242. mspec/bin/mspec-ci:73
  243.  
  244. 8)
  245. Dir#path raises an IOError when called on a closed Dir instance FAILED
  246. Expected IOError but no exception was raised
  247. ./mspec/expectations.rb:10:in `fail_with'
  248. ./mspec/expectations/should.rb:6:in `should'
  249. ./spec/ruby/1.8//core/dir/shared/closed.rb:4
  250. ./mspec/runner/mspec.rb:120:in `call'
  251. ./mspec/runner/mspec.rb:120:in `protect'
  252. ./mspec/runner/state.rb:46:in `protect'
  253. ./mspec/runner/state.rb:46:in `each'
  254. ./mspec/runner/state.rb:46:in `protect'
  255. ./mspec/runner/state.rb:60:in `process'
  256. ./mspec/runner/state.rb:56:in `each'
  257. ./mspec/runner/state.rb:56:in `process'
  258. ./mspec/runner/mspec.rb:27:in `describe'
  259. ./mspec/runner/object.rb:11:in `describe'
  260. ./spec/ruby/1.8//core/dir/shared/closed.rb:2
  261. ./mspec/runner/shared.rb:10:in `[]'
  262. ./mspec/runner/shared.rb:10:in `it_behaves_like'
  263. ./spec/ruby/1.8//core/dir/path_spec.rb:14
  264. ./mspec/runner/mspec.rb:120:in `call'
  265. ./mspec/runner/mspec.rb:120:in `protect'
  266. ./mspec/runner/state.rb:46:in `protect'
  267. ./mspec/runner/state.rb:46:in `each'
  268. ./mspec/runner/state.rb:46:in `protect'
  269. ./mspec/runner/state.rb:50:in `process'
  270. ./mspec/runner/mspec.rb:27:in `describe'
  271. ./mspec/runner/object.rb:11:in `describe'
  272. ./spec/ruby/1.8//core/dir/path_spec.rb:13
  273. ./mspec/runner/mspec.rb:45:in `load'
  274. ./mspec/runner/mspec.rb:45:in `files'
  275. ./mspec/runner/mspec.rb:120:in `call'
  276. ./mspec/runner/mspec.rb:120:in `protect'
  277. ./mspec/runner/mspec.rb:45:in `files'
  278. ./mspec/runner/mspec.rb:42:in `each'
  279. ./mspec/runner/mspec.rb:42:in `files'
  280. ./mspec/runner/mspec.rb:34:in `process'
  281. mspec/bin/mspec-ci:66:in `run'
  282. ./mspec/bin/script.rb:75:in `main'
  283. mspec/bin/mspec-ci:73
  284.  
  285. 9)
  286. Enumerable#partition throws LocalJumpError if called without a block FAILED
  287. Expected LocalJumpError but no exception was raised
  288. ./mspec/expectations.rb:10:in `fail_with'
  289. ./mspec/expectations/should.rb:6:in `should'
  290. ./spec/ruby/1.8//core/enumerable/partition_spec.rb:10
  291. ./mspec/runner/mspec.rb:120:in `call'
  292. ./mspec/runner/mspec.rb:120:in `protect'
  293. ./mspec/runner/state.rb:46:in `protect'
  294. ./mspec/runner/state.rb:46:in `each'
  295. ./mspec/runner/state.rb:46:in `protect'
  296. ./mspec/runner/state.rb:60:in `process'
  297. ./mspec/runner/state.rb:56:in `each'
  298. ./mspec/runner/state.rb:56:in `process'
  299. ./mspec/runner/mspec.rb:27:in `describe'
  300. ./mspec/runner/object.rb:11:in `describe'
  301. ./spec/ruby/1.8//core/enumerable/partition_spec.rb:4
  302. ./mspec/runner/mspec.rb:45:in `load'
  303. ./mspec/runner/mspec.rb:45:in `files'
  304. ./mspec/runner/mspec.rb:120:in `call'
  305. ./mspec/runner/mspec.rb:120:in `protect'
  306. ./mspec/runner/mspec.rb:45:in `files'
  307. ./mspec/runner/mspec.rb:42:in `each'
  308. ./mspec/runner/mspec.rb:42:in `files'
  309. ./mspec/runner/mspec.rb:34:in `process'
  310. mspec/bin/mspec-ci:66:in `run'
  311. ./mspec/bin/script.rb:75:in `main'
  312. mspec/bin/mspec-ci:73
  313.  
  314. 10)
  315. Enumerable#reject raises a LocalJumpError if no block is given FAILED
  316. Expected LocalJumpError but no exception was raised
  317. ./mspec/expectations.rb:10:in `fail_with'
  318. ./mspec/expectations/should.rb:6:in `should'
  319. ./spec/ruby/1.8//core/enumerable/reject_spec.rb:15
  320. ./mspec/runner/mspec.rb:120:in `call'
  321. ./mspec/runner/mspec.rb:120:in `protect'
  322. ./mspec/runner/state.rb:46:in `protect'
  323. ./mspec/runner/state.rb:46:in `each'
  324. ./mspec/runner/state.rb:46:in `protect'
  325. ./mspec/runner/state.rb:60:in `process'
  326. ./mspec/runner/state.rb:56:in `each'
  327. ./mspec/runner/state.rb:56:in `process'
  328. ./mspec/runner/mspec.rb:27:in `describe'
  329. ./mspec/runner/object.rb:11:in `describe'
  330. ./spec/ruby/1.8//core/enumerable/reject_spec.rb:4
  331. ./mspec/runner/mspec.rb:45:in `load'
  332. ./mspec/runner/mspec.rb:45:in `files'
  333. ./mspec/runner/mspec.rb:120:in `call'
  334. ./mspec/runner/mspec.rb:120:in `protect'
  335. ./mspec/runner/mspec.rb:45:in `files'
  336. ./mspec/runner/mspec.rb:42:in `each'
  337. ./mspec/runner/mspec.rb:42:in `files'
  338. ./mspec/runner/mspec.rb:34:in `process'
  339. mspec/bin/mspec-ci:66:in `run'
  340. ./mspec/bin/script.rb:75:in `main'
  341. mspec/bin/mspec-ci:73
  342.  
  343. 11)
  344. ENV#delete_if raises LocalJumpError if no block given FAILED
  345. Expected LocalJumpError but no exception was raised
  346. ./mspec/expectations.rb:10:in `fail_with'
  347. ./mspec/expectations/should.rb:6:in `should'
  348. ./spec/ruby/1.8//core/env/delete_if_spec.rb:16
  349. ./mspec/runner/mspec.rb:120:in `call'
  350. ./mspec/runner/mspec.rb:120:in `protect'
  351. ./mspec/runner/state.rb:46:in `protect'
  352. ./mspec/runner/state.rb:46:in `each'
  353. ./mspec/runner/state.rb:46:in `protect'
  354. ./mspec/runner/state.rb:60:in `process'
  355. ./mspec/runner/state.rb:56:in `each'
  356. ./mspec/runner/state.rb:56:in `process'
  357. ./mspec/runner/mspec.rb:27:in `describe'
  358. ./mspec/runner/object.rb:11:in `describe'
  359. ./spec/ruby/1.8//core/env/delete_if_spec.rb:3
  360. ./mspec/runner/mspec.rb:45:in `load'
  361. ./mspec/runner/mspec.rb:45:in `files'
  362. ./mspec/runner/mspec.rb:120:in `call'
  363. ./mspec/runner/mspec.rb:120:in `protect'
  364. ./mspec/runner/mspec.rb:45:in `files'
  365. ./mspec/runner/mspec.rb:42:in `each'
  366. ./mspec/runner/mspec.rb:42:in `files'
  367. ./mspec/runner/mspec.rb:34:in `process'
  368. mspec/bin/mspec-ci:66:in `run'
  369. ./mspec/bin/script.rb:75:in `main'
  370. mspec/bin/mspec-ci:73
  371.  
  372. 12)
  373. ENV#each_key raises LocalJumpError if no block given FAILED
  374. Expected LocalJumpError but no exception was raised
  375. ./mspec/expectations.rb:10:in `fail_with'
  376. ./mspec/expectations/should.rb:6:in `should'
  377. ./spec/ruby/1.8//core/env/each_key_spec.rb:21
  378. ./mspec/runner/mspec.rb:120:in `call'
  379. ./mspec/runner/mspec.rb:120:in `protect'
  380. ./mspec/runner/state.rb:46:in `protect'
  381. ./mspec/runner/state.rb:46:in `each'
  382. ./mspec/runner/state.rb:46:in `protect'
  383. ./mspec/runner/state.rb:60:in `process'
  384. ./mspec/runner/state.rb:56:in `each'
  385. ./mspec/runner/state.rb:56:in `process'
  386. ./mspec/runner/mspec.rb:27:in `describe'
  387. ./mspec/runner/object.rb:11:in `describe'
  388. ./spec/ruby/1.8//core/env/each_key_spec.rb:3
  389. ./mspec/runner/mspec.rb:45:in `load'
  390. ./mspec/runner/mspec.rb:45:in `files'
  391. ./mspec/runner/mspec.rb:120:in `call'
  392. ./mspec/runner/mspec.rb:120:in `protect'
  393. ./mspec/runner/mspec.rb:45:in `files'
  394. ./mspec/runner/mspec.rb:42:in `each'
  395. ./mspec/runner/mspec.rb:42:in `files'
  396. ./mspec/runner/mspec.rb:34:in `process'
  397. mspec/bin/mspec-ci:66:in `run'
  398. ./mspec/bin/script.rb:75:in `main'
  399. mspec/bin/mspec-ci:73
  400.  
  401. 13)
  402. ENV#each_pair raises LocalJumpError if no block given FAILED
  403. Expected LocalJumpError but no exception was raised
  404. ./mspec/expectations.rb:10:in `fail_with'
  405. ./mspec/expectations/should.rb:6:in `should'
  406. ./spec/ruby/1.8//core/env/shared/each.rb:20
  407. ./mspec/runner/mspec.rb:120:in `call'
  408. ./mspec/runner/mspec.rb:120:in `protect'
  409. ./mspec/runner/state.rb:46:in `protect'
  410. ./mspec/runner/state.rb:46:in `each'
  411. ./mspec/runner/state.rb:46:in `protect'
  412. ./mspec/runner/state.rb:60:in `process'
  413. ./mspec/runner/state.rb:56:in `each'
  414. ./mspec/runner/state.rb:56:in `process'
  415. ./mspec/runner/mspec.rb:27:in `describe'
  416. ./mspec/runner/object.rb:11:in `describe'
  417. ./spec/ruby/1.8//core/env/shared/each.rb:2
  418. ./mspec/runner/shared.rb:10:in `[]'
  419. ./mspec/runner/shared.rb:10:in `it_behaves_like'
  420. ./spec/ruby/1.8//core/env/each_pair_spec.rb:5
  421. ./mspec/runner/mspec.rb:120:in `call'
  422. ./mspec/runner/mspec.rb:120:in `protect'
  423. ./mspec/runner/state.rb:46:in `protect'
  424. ./mspec/runner/state.rb:46:in `each'
  425. ./mspec/runner/state.rb:46:in `protect'
  426. ./mspec/runner/state.rb:50:in `process'
  427. ./mspec/runner/mspec.rb:27:in `describe'
  428. ./mspec/runner/object.rb:11:in `describe'
  429. ./spec/ruby/1.8//core/env/each_pair_spec.rb:4
  430. ./mspec/runner/mspec.rb:45:in `load'
  431. ./mspec/runner/mspec.rb:45:in `files'
  432. ./mspec/runner/mspec.rb:120:in `call'
  433. ./mspec/runner/mspec.rb:120:in `protect'
  434. ./mspec/runner/mspec.rb:45:in `files'
  435. ./mspec/runner/mspec.rb:42:in `each'
  436. ./mspec/runner/mspec.rb:42:in `files'
  437. ./mspec/runner/mspec.rb:34:in `process'
  438. mspec/bin/mspec-ci:66:in `run'
  439. ./mspec/bin/script.rb:75:in `main'
  440. mspec/bin/mspec-ci:73
  441.  
  442. 14)
  443. ENV#each raises LocalJumpError if no block given FAILED
  444. Expected LocalJumpError but no exception was raised
  445. ./mspec/expectations.rb:10:in `fail_with'
  446. ./mspec/expectations/should.rb:6:in `should'
  447. ./spec/ruby/1.8//core/env/shared/each.rb:20
  448. ./mspec/runner/mspec.rb:120:in `call'
  449. ./mspec/runner/mspec.rb:120:in `protect'
  450. ./mspec/runner/state.rb:46:in `protect'
  451. ./mspec/runner/state.rb:46:in `each'
  452. ./mspec/runner/state.rb:46:in `protect'
  453. ./mspec/runner/state.rb:60:in `process'
  454. ./mspec/runner/state.rb:56:in `each'
  455. ./mspec/runner/state.rb:56:in `process'
  456. ./mspec/runner/mspec.rb:27:in `describe'
  457. ./mspec/runner/object.rb:11:in `describe'
  458. ./spec/ruby/1.8//core/env/shared/each.rb:2
  459. ./mspec/runner/shared.rb:10:in `[]'
  460. ./mspec/runner/shared.rb:10:in `it_behaves_like'
  461. ./spec/ruby/1.8//core/env/each_spec.rb:5
  462. ./mspec/runner/mspec.rb:120:in `call'
  463. ./mspec/runner/mspec.rb:120:in `protect'
  464. ./mspec/runner/state.rb:46:in `protect'
  465. ./mspec/runner/state.rb:46:in `each'
  466. ./mspec/runner/state.rb:46:in `protect'
  467. ./mspec/runner/state.rb:50:in `process'
  468. ./mspec/runner/mspec.rb:27:in `describe'
  469. ./mspec/runner/object.rb:11:in `describe'
  470. ./spec/ruby/1.8//core/env/each_spec.rb:4
  471. ./mspec/runner/mspec.rb:45:in `load'
  472. ./mspec/runner/mspec.rb:45:in `files'
  473. ./mspec/runner/mspec.rb:120:in `call'
  474. ./mspec/runner/mspec.rb:120:in `protect'
  475. ./mspec/runner/mspec.rb:45:in `files'
  476. ./mspec/runner/mspec.rb:42:in `each'
  477. ./mspec/runner/mspec.rb:42:in `files'
  478. ./mspec/runner/mspec.rb:34:in `process'
  479. mspec/bin/mspec-ci:66:in `run'
  480. ./mspec/bin/script.rb:75:in `main'
  481. mspec/bin/mspec-ci:73
  482.  
  483. 15)
  484. ENV#each_value raises LocalJumpError if no block given FAILED
  485. Expected LocalJumpError but no exception was raised
  486. ./mspec/expectations.rb:10:in `fail_with'
  487. ./mspec/expectations/should.rb:6:in `should'
  488. ./spec/ruby/1.8//core/env/each_value_spec.rb:21
  489. ./mspec/runner/mspec.rb:120:in `call'
  490. ./mspec/runner/mspec.rb:120:in `protect'
  491. ./mspec/runner/state.rb:46:in `protect'
  492. ./mspec/runner/state.rb:46:in `each'
  493. ./mspec/runner/state.rb:46:in `protect'
  494. ./mspec/runner/state.rb:60:in `process'
  495. ./mspec/runner/state.rb:56:in `each'
  496. ./mspec/runner/state.rb:56:in `process'
  497. ./mspec/runner/mspec.rb:27:in `describe'
  498. ./mspec/runner/object.rb:11:in `describe'
  499. ./spec/ruby/1.8//core/env/each_value_spec.rb:3
  500. ./mspec/runner/mspec.rb:45:in `load'
  501. ./mspec/runner/mspec.rb:45:in `files'
  502. ./mspec/runner/mspec.rb:120:in `call'
  503. ./mspec/runner/mspec.rb:120:in `protect'
  504. ./mspec/runner/mspec.rb:45:in `files'
  505. ./mspec/runner/mspec.rb:42:in `each'
  506. ./mspec/runner/mspec.rb:42:in `files'
  507. ./mspec/runner/mspec.rb:34:in `process'
  508. mspec/bin/mspec-ci:66:in `run'
  509. ./mspec/bin/script.rb:75:in `main'
  510. mspec/bin/mspec-ci:73
  511.  
  512. 16)
  513. ENV#reject! raises on no block given FAILED
  514. Expected LocalJumpError but no exception was raised
  515. ./mspec/expectations.rb:10:in `fail_with'
  516. ./mspec/expectations/should.rb:6:in `should'
  517. ./spec/ruby/1.8//core/env/reject_spec.rb:24
  518. ./mspec/runner/mspec.rb:120:in `call'
  519. ./mspec/runner/mspec.rb:120:in `protect'
  520. ./mspec/runner/state.rb:46:in `protect'
  521. ./mspec/runner/state.rb:46:in `each'
  522. ./mspec/runner/state.rb:46:in `protect'
  523. ./mspec/runner/state.rb:60:in `process'
  524. ./mspec/runner/state.rb:56:in `each'
  525. ./mspec/runner/state.rb:56:in `process'
  526. ./mspec/runner/mspec.rb:27:in `describe'
  527. ./mspec/runner/object.rb:11:in `describe'
  528. ./spec/ruby/1.8//core/env/reject_spec.rb:3
  529. ./mspec/runner/mspec.rb:45:in `load'
  530. ./mspec/runner/mspec.rb:45:in `files'
  531. ./mspec/runner/mspec.rb:120:in `call'
  532. ./mspec/runner/mspec.rb:120:in `protect'
  533. ./mspec/runner/mspec.rb:45:in `files'
  534. ./mspec/runner/mspec.rb:42:in `each'
  535. ./mspec/runner/mspec.rb:42:in `files'
  536. ./mspec/runner/mspec.rb:34:in `process'
  537. mspec/bin/mspec-ci:66:in `run'
  538. ./mspec/bin/script.rb:75:in `main'
  539. mspec/bin/mspec-ci:73
  540.  
  541. 17)
  542. ENV#reject raises on no block given FAILED
  543. Expected LocalJumpError but no exception was raised
  544. ./mspec/expectations.rb:10:in `fail_with'
  545. ./mspec/expectations/should.rb:6:in `should'
  546. ./spec/ruby/1.8//core/env/reject_spec.rb:60
  547. ./mspec/runner/mspec.rb:120:in `call'
  548. ./mspec/runner/mspec.rb:120:in `protect'
  549. ./mspec/runner/state.rb:46:in `protect'
  550. ./mspec/runner/state.rb:46:in `each'
  551. ./mspec/runner/state.rb:46:in `protect'
  552. ./mspec/runner/state.rb:60:in `process'
  553. ./mspec/runner/state.rb:56:in `each'
  554. ./mspec/runner/state.rb:56:in `process'
  555. ./mspec/runner/mspec.rb:27:in `describe'
  556. ./mspec/runner/object.rb:11:in `describe'
  557. ./spec/ruby/1.8//core/env/reject_spec.rb:38
  558. ./mspec/runner/mspec.rb:45:in `load'
  559. ./mspec/runner/mspec.rb:45:in `files'
  560. ./mspec/runner/mspec.rb:120:in `call'
  561. ./mspec/runner/mspec.rb:120:in `protect'
  562. ./mspec/runner/mspec.rb:45:in `files'
  563. ./mspec/runner/mspec.rb:42:in `each'
  564. ./mspec/runner/mspec.rb:42:in `files'
  565. ./mspec/runner/mspec.rb:34:in `process'
  566. mspec/bin/mspec-ci:66:in `run'
  567. ./mspec/bin/script.rb:75:in `main'
  568. mspec/bin/mspec-ci:73
  569.  
  570. 18)
  571. ENV#select raises when no block is given FAILED
  572. Expected LocalJumpError but no exception was raised
  573. ./mspec/expectations.rb:10:in `fail_with'
  574. ./mspec/expectations/should.rb:6:in `should'
  575. ./spec/ruby/1.8//core/env/select_spec.rb:12
  576. ./mspec/runner/mspec.rb:120:in `call'
  577. ./mspec/runner/mspec.rb:120:in `protect'
  578. ./mspec/runner/state.rb:46:in `protect'
  579. ./mspec/runner/state.rb:46:in `each'
  580. ./mspec/runner/state.rb:46:in `protect'
  581. ./mspec/runner/state.rb:60:in `process'
  582. ./mspec/runner/state.rb:56:in `each'
  583. ./mspec/runner/state.rb:56:in `process'
  584. ./mspec/runner/mspec.rb:27:in `describe'
  585. ./mspec/runner/object.rb:11:in `describe'
  586. ./spec/ruby/1.8//core/env/select_spec.rb:3
  587. ./mspec/runner/mspec.rb:45:in `load'
  588. ./mspec/runner/mspec.rb:45:in `files'
  589. ./mspec/runner/mspec.rb:120:in `call'
  590. ./mspec/runner/mspec.rb:120:in `protect'
  591. ./mspec/runner/mspec.rb:45:in `files'
  592. ./mspec/runner/mspec.rb:42:in `each'
  593. ./mspec/runner/mspec.rb:42:in `files'
  594. ./mspec/runner/mspec.rb:34:in `process'
  595. mspec/bin/mspec-ci:66:in `run'
  596. ./mspec/bin/script.rb:75:in `main'
  597. mspec/bin/mspec-ci:73
  598.  
  599. 19)
  600. Fixnum#& raises a RangeError if passed a Float out of Fixnum range FAILED
  601. Expected RangeError but no exception was raised
  602. ./mspec/expectations.rb:10:in `fail_with'
  603. ./mspec/expectations/should.rb:6:in `should'
  604. ./spec/ruby/1.8//core/fixnum/bit_and_spec.rb:16
  605. ./mspec/runner/mspec.rb:120:in `call'
  606. ./mspec/runner/mspec.rb:120:in `protect'
  607. ./mspec/runner/state.rb:46:in `protect'
  608. ./mspec/runner/state.rb:46:in `each'
  609. ./mspec/runner/state.rb:46:in `protect'
  610. ./mspec/runner/state.rb:60:in `process'
  611. ./mspec/runner/state.rb:56:in `each'
  612. ./mspec/runner/state.rb:56:in `process'
  613. ./mspec/runner/mspec.rb:27:in `describe'
  614. ./mspec/runner/object.rb:11:in `describe'
  615. ./spec/ruby/1.8//core/fixnum/bit_and_spec.rb:3
  616. ./mspec/runner/mspec.rb:45:in `load'
  617. ./mspec/runner/mspec.rb:45:in `files'
  618. ./mspec/runner/mspec.rb:120:in `call'
  619. ./mspec/runner/mspec.rb:120:in `protect'
  620. ./mspec/runner/mspec.rb:45:in `files'
  621. ./mspec/runner/mspec.rb:42:in `each'
  622. ./mspec/runner/mspec.rb:42:in `files'
  623. ./mspec/runner/mspec.rb:34:in `process'
  624. mspec/bin/mspec-ci:66:in `run'
  625. ./mspec/bin/script.rb:75:in `main'
  626. mspec/bin/mspec-ci:73
  627.  
  628. 20)
  629. Fixnum#& raises a RangeError when the given argument is out of range of Integer FAILED
  630. Expected RangeError but no exception was raised
  631. ./mspec/expectations.rb:10:in `fail_with'
  632. ./mspec/expectat
Add Comment
Please, Sign In to add comment