Advertisement
Guest User

Irrlicht test GCC 4.7 Ubuntu 32bit

a guest
Apr 24th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.08 KB | None | 0 0
  1.  
  2. Starting test 0, 'disambiguateTextures'
  3.  
  4. Starting test 1, 'testIrrArray'
  5. crashTestFastAlloc
  6.  
  7. All tests passed
  8.  
  9. Starting test 2, 'testIrrMap'
  10.  
  11. All tests passed
  12.  
  13. Starting test 3, 'testIrrList'
  14.  
  15. All tests passed
  16.  
  17. Starting test 4, 'exports'
  18. Checking whether IdentityMatrix is exported.
  19.  
  20. Starting test 5, 'irrCoreEquals'
  21.  
  22. Starting test 6, 'testIrrString'
  23. Test stringc
  24. Test stringw
  25. Test stringw::split()
  26. Test io::path
  27. Test self assignment
  28. test fast alloc
  29.  
  30. All tests passed
  31.  
  32. Starting test 7, 'testLine2d'
  33.  
  34. Line 1 = 1.0 1.0 to 1.0 3.0
  35. Line 2 = 0.0 2.0 to 2.0 2.0
  36. line1 with line2 = hit at 1.0 2.0 - expected
  37. line2 with line1 = hit at 1.0 2.0 - expected
  38.  
  39. Line 1 = 0.0 0.0 to 2.0 2.0
  40. Line 2 = 0.0 2.0 to 2.0 0.0
  41. line1 with line2 = hit at 1.0 1.0 - expected
  42. line2 with line1 = hit at 1.0 1.0 - expected
  43.  
  44. Line 1 = 1.0 1.0 to 1.0 3.0
  45. Line 2 = 0.0 4.0 to 2.0 4.0
  46. line1 with line2 = miss - expected
  47. line2 with line1 = miss - expected
  48.  
  49. Line 1 = 0.0 0.0 to 2.0 2.0
  50. Line 2 = 3.0 4.0 to 4.0 3.0
  51. line1 with line2 = miss - expected
  52. line2 with line1 = miss - expected
  53.  
  54. Line 1 = 0.0 0.0 to 1.0 0.0
  55. Line 2 = 1.0 0.0 to 2.0 0.0
  56. line1 with line2 = hit at 1.0 0.0 - expected
  57. line2 with line1 = hit at 1.0 0.0 - expected
  58.  
  59. Line 1 = 0.0 0.0 to 1.0 0.0
  60. Line 2 = 1.0 0.0 to 0.0 1.0
  61. line1 with line2 = hit at 1.0 0.0 - expected
  62. line2 with line1 = hit at 1.0 0.0 - expected
  63.  
  64. Line 1 = 0.0 0.0 to 1.0 0.0
  65. Line 2 = 1.0 0.0 to 0.0 -1.0
  66. line1 with line2 = hit at 1.0 0.0 - expected
  67. line2 with line1 = hit at 1.0 0.0 - expected
  68.  
  69. Line 1 = 0.0 0.0 to 0.0 1.0
  70. Line 2 = 0.0 1.0 to 1.0 1.0
  71. line1 with line2 = hit at 0.0 1.0 - expected
  72. line2 with line1 = hit at 0.0 1.0 - expected
  73.  
  74. Line 1 = 0.0 0.0 to 0.0 1.0
  75. Line 2 = 0.0 1.0 to 1.0 -1.0
  76. line1 with line2 = hit at 0.0 1.0 - expected
  77. line2 with line1 = hit at 0.0 1.0 - expected
  78.  
  79. Line 1 = 0.0 0.0 to 0.0 1.0
  80. Line 2 = 0.0 1.0 to 0.0 2.0
  81. line1 with line2 = hit at 0.0 1.0 - expected
  82. line2 with line1 = hit at 0.0 1.0 - expected
  83.  
  84. Line 1 = 0.0 0.0 to 1.0 0.0
  85. Line 2 = 1.0 0.0 to 2.0 0.0
  86. line1 with line2 = hit at 1.0 0.0 - expected
  87. line2 with line1 = hit at 1.0 0.0 - expected
  88.  
  89. Line 1 = 0.0 0.0 to 1.0 1.0
  90. Line 2 = 1.0 1.0 to 0.0 2.0
  91. line1 with line2 = hit at 1.0 1.0 - expected
  92. line2 with line1 = hit at 1.0 1.0 - expected
  93.  
  94. Line 1 = 0.0 0.0 to 1.0 1.0
  95. Line 2 = 1.0 1.0 to 2.0 0.0
  96. line1 with line2 = hit at 1.0 1.0 - expected
  97. line2 with line1 = hit at 1.0 1.0 - expected
  98.  
  99. Line 1 = 0.0 0.0 to 1.0 1.0
  100. Line 2 = 1.0 1.0 to 2.0 2.0
  101. line1 with line2 = hit at 1.0 1.0 - expected
  102. line2 with line1 = hit at 1.0 1.0 - expected
  103.  
  104. Line 1 = 0.0 0.0 to 1.0 0.0
  105. Line 2 = 0.0 1.0 to 1.0 1.0
  106. line1 with line2 = miss - expected
  107. line2 with line1 = miss - expected
  108.  
  109. Line 1 = 0.0 0.0 to 0.0 1.0
  110. Line 2 = 1.0 0.0 to 1.0 1.0
  111. line1 with line2 = miss - expected
  112. line2 with line1 = miss - expected
  113.  
  114. Line 1 = 0.0 0.0 to 1.0 0.0
  115. Line 2 = 0.0 1.0 to 0.0 2.0
  116. line1 with line2 = miss - expected
  117. line2 with line1 = miss - expected
  118.  
  119. Line 1 = 0.0 0.0 to 0.0 1.0
  120. Line 2 = 1.0 0.0 to 2.0 0.0
  121. line1 with line2 = miss - expected
  122. line2 with line1 = miss - expected
  123.  
  124. Line 1 = 0.0 0.0 to 1.0 0.0
  125. Line 2 = 0.0 0.0 to 1.0 0.0
  126. line1 with line2 = hit at 0.0 0.0 - expected
  127. line2 with line1 = hit at 0.0 0.0 - expected
  128.  
  129. Line 1 = 2.0 0.0 to 0.0 2.0
  130. Line 2 = 2.0 0.0 to 0.0 2.0
  131. line1 with line2 = hit at 2.0 0.0 - expected
  132. line2 with line1 = hit at 2.0 0.0 - expected
  133.  
  134. Line 1 = 0.0 0.0 to 1.0 1.0
  135. Line 2 = 2.0 2.0 to 3.0 3.0
  136. line1 with line2 = miss - expected
  137. line2 with line1 = miss - expected
  138.  
  139. Line 1 = 0.0 0.0 to 1.0 0.0
  140. Line 2 = 2.0 0.0 to 3.0 0.0
  141. line1 with line2 = miss - expected
  142. line2 with line1 = miss - expected
  143.  
  144. Line 1 = 0.0 0.0 to 0.0 1.0
  145. Line 2 = 0.0 2.0 to 0.0 3.0
  146. line1 with line2 = miss - expected
  147. line2 with line1 = miss - expected
  148.  
  149. Line 1 = 1.0 0.0 to 2.0 0.0
  150. Line 2 = 0.0 0.0 to 3.0 0.0
  151. line1 with line2 = hit at 1.5 0.0 - expected
  152. line2 with line1 = hit at 1.5 0.0 - expected
  153.  
  154. Line 1 = 0.0 1.0 to 0.0 2.0
  155. Line 2 = 0.0 0.0 to 0.0 3.0
  156. line1 with line2 = hit at 0.0 1.5 - expected
  157. line2 with line1 = hit at 0.0 1.5 - expected
  158.  
  159. Line 1 = 1.0 0.0 to 2.0 0.0
  160. Line 2 = 0.0 0.0 to 3.0 0.0
  161. line1 with line2 = hit at 1.5 0.0 - expected
  162. line2 with line1 = hit at 1.5 0.0 - expected
  163.  
  164. Line 1 = 0.0 1.0 to 0.0 2.0
  165. Line 2 = 0.0 0.0 to 0.0 3.0
  166. line1 with line2 = hit at 0.0 1.5 - expected
  167. line2 with line1 = hit at 0.0 1.5 - expected
  168.  
  169. Line 1 = 1.0 1.0 to 2.0 2.0
  170. Line 2 = 0.0 0.0 to 3.0 3.0
  171. line1 with line2 = hit at 1.5 1.5 - expected
  172. line2 with line1 = hit at 1.5 1.5 - expected
  173.  
  174. Line 1 = 1.0 2.0 to 2.0 1.0
  175. Line 2 = 0.0 3.0 to 3.0 0.0
  176. line1 with line2 = hit at 1.5 1.5 - expected
  177. line2 with line1 = hit at 1.5 1.5 - expected
  178.  
  179. Line 1 = 0.0 0.0 to 10.0 8.0
  180. Line 2 = 2.5 2.0 to 5.0 4.0
  181. line1 with line2 = hit at 3.8 3.0 - expected
  182. line2 with line1 = hit at 3.8 3.0 - expected
  183.  
  184. Line 1 = 0.0 0.0 to 2000.0 1000.0
  185. Line 2 = 2.0 1.0 to 2.2 1.4
  186. line1 with line2 = hit at 2.0 1.0 - expected
  187. line2 with line1 = hit at 2.0 1.0 - expected
  188.  
  189. All tests passed
  190.  
  191. Starting test 8, 'matrixOps'
  192.  
  193. Starting test 9, 'testDimension2d'
  194.  
  195. Starting test 10, 'testVector2d'
  196. vector2d interpolation
  197. vector2d quadratic interpolation
  198. vector2d getAngle
  199. vector2df tests passed
  200.  
  201. vector2d interpolation
  202. vector2d quadratic interpolation
  203. vector2d getAngle
  204. vector2d<f64> tests passed
  205.  
  206. vector2d interpolation
  207. vector2d quadratic interpolation
  208. vector2d getAngle
  209. vector2di tests passed
  210.  
  211.  
  212. Starting test 11, 'testVector3d'
  213. vector3df tests passed
  214.  
  215. vector3d<f64> tests passed
  216.  
  217. vector3di tests passed
  218.  
  219.  
  220. Starting test 12, 'testQuaternion'
  221.  
  222. Starting test 13, 'testS3DVertex'
  223.  
  224. Starting test 14, 'testaabbox3d'
  225. aabbox3d<f32> tests passed
  226.  
  227. aabbox3d<f64> tests passed
  228.  
  229. aabbox3d<s32> tests passed
  230.  
  231.  
  232. Starting test 15, 'color'
  233.  
  234. Starting test 16, 'testTriangle3d'
  235. Test isPointInside with f32
  236. Test isPointInside with f64
  237. Test isPointInside with s32
  238. Test isPointInsideWithSinglePrecision
  239.  
  240. All tests passed
  241.  
  242. Starting test 17, 'vectorPositionDimension2d'
  243. vector,position,dimension test with s32
  244.  
  245. tests passed
  246.  
  247. vector,position,dimension test with f32
  248.  
  249. tests passed
  250.  
  251. vector,position,dimension test with f64
  252.  
  253. tests passed
  254.  
  255.  
  256. Starting test 18, 'filesystem'
  257.  
  258. Starting test 19, 'archiveReader'
  259. Testing mount file.
  260. Testing mount file.
  261. Testing zip files.
  262. Testing pak files.
  263. Testing npk files.
  264. Testing encrypted zip files.
  265. Directory name: doc
  266. Full path: doc
  267. File name: readme.txt
  268. Full path: doc/readme.txt
  269. File name: upgrade-guide.txt
  270. Full path: doc/upgrade-guide.txt
  271. Testing special zip files.
  272. Directory name: monty
  273. Full path: monty
  274. File name: license.txt
  275. Full path: monty/license.txt
  276. File name: materials.dat
  277. Full path: monty/materials.dat
  278. File name: monty.kart
  279. Full path: monty/monty.kart
  280. Testing special zip files lzma.
  281. File name: tahoma10_.xml
  282. Full path: tahoma10_.xml
  283. File name: tahoma10_0.png
  284. Full path: tahoma10_0.png
  285. File name: tahoma10_1.png
  286. Full path: tahoma10_1.png
  287. Testing add/remove with filenames.
  288.  
  289. Starting test 20, 'testXML'
  290. Test simple XML reader features.
  291. Test XML reader CDATA support.
  292. Test XML reader attribute support.
  293.  
  294. Starting test 21, 'serializeAttributes'
  295.  
  296. Starting test 22, 'fast_atof'
  297.  
  298. String '340282346638528859811704183484516925440.000000'
  299. New fast 340282346638528859811704183484516925440.0000000000000000000000000000000000000000
  300. Old fast 0.0000000000000000000000000000000000000000
  301. atof 340282346638528859811704183484516925440.0000000000000000000000000000000000000000
  302.  
  303. String '3.402823466e+38F'
  304. New fast 340282326356119256160033759537265639424.0000000000000000000000000000000000000000
  305. Old fast 3.4028234481811523437500000000000000000000
  306. atof 340282346638528859811704183484516925440.0000000000000000000000000000000000000000
  307.  
  308. String '3402823466e+29F'
  309. New fast 340282346638528859811704183484516925440.0000000000000000000000000000000000000000
  310. Old fast 3402823424.0000000000000000000000000000000000000000
  311. atof 340282346638528859811704183484516925440.0000000000000000000000000000000000000000
  312.  
  313. String '-340282346638528859811704183484516925440.000000'
  314. New fast -340282346638528859811704183484516925440.0000000000000000000000000000000000000000
  315. Old fast -0.0000000000000000000000000000000000000000
  316. atof -340282346638528859811704183484516925440.0000000000000000000000000000000000000000
  317.  
  318. String '-3.402823466e+38F'
  319. New fast -340282326356119256160033759537265639424.0000000000000000000000000000000000000000
  320. Old fast -3.4028234481811523437500000000000000000000
  321. atof -340282346638528859811704183484516925440.0000000000000000000000000000000000000000
  322.  
  323. String '-3402823466e+29F'
  324. New fast -340282346638528859811704183484516925440.0000000000000000000000000000000000000000
  325. Old fast -3402823424.0000000000000000000000000000000000000000
  326. atof -340282346638528859811704183484516925440.0000000000000000000000000000000000000000
  327.  
  328. String '34028234663852885981170418348451692544.000000'
  329. New fast 34028234663852885981170418348451692544.0000000000000000000000000000000000000000
  330. Old fast 0.0000000000000000000000000000000000000000
  331. atof 34028234663852885981170418348451692544.0000000000000000000000000000000000000000
  332.  
  333. String '3.402823466e+37F'
  334. New fast 34028234663852885981170418348451692544.0000000000000000000000000000000000000000
  335. Old fast 3.4028234481811523437500000000000000000000
  336. atof 34028234663852885981170418348451692544.0000000000000000000000000000000000000000
  337.  
  338. String '3402823466e+28F'
  339. New fast 34028232128551685524711615355045281792.0000000000000000000000000000000000000000
  340. Old fast 3402823424.0000000000000000000000000000000000000000
  341. atof 34028234663852885981170418348451692544.0000000000000000000000000000000000000000
  342.  
  343. String '-34028234663852885981170418348451692544.000000'
  344. New fast -34028234663852885981170418348451692544.0000000000000000000000000000000000000000
  345. Old fast -0.0000000000000000000000000000000000000000
  346. atof -34028234663852885981170418348451692544.0000000000000000000000000000000000000000
  347.  
  348. String '-3.402823466e+37F'
  349. New fast -34028234663852885981170418348451692544.0000000000000000000000000000000000000000
  350. Old fast -3.4028234481811523437500000000000000000000
  351. atof -34028234663852885981170418348451692544.0000000000000000000000000000000000000000
  352.  
  353. String '-3402823466e+28F'
  354. New fast -34028232128551685524711615355045281792.0000000000000000000000000000000000000000
  355. Old fast -3402823424.0000000000000000000000000000000000000000
  356. atof -34028234663852885981170418348451692544.0000000000000000000000000000000000000000
  357.  
  358. String '.00234567'
  359. New fast 0.0023456700146198272705078125000000000000
  360. Old fast 0.0023456700146198272705078125000000000000
  361. atof 0.0023456700146198272705078125000000000000
  362.  
  363. String '-.00234567'
  364. New fast -0.0023456700146198272705078125000000000000
  365. Old fast -0.0023456700146198272705078125000000000000
  366. atof -0.0023456700146198272705078125000000000000
  367.  
  368. String '0.00234567'
  369. New fast 0.0023456700146198272705078125000000000000
  370. Old fast 0.0023456700146198272705078125000000000000
  371. atof 0.0023456700146198272705078125000000000000
  372.  
  373. String '-0.00234567'
  374. New fast -0.0023456700146198272705078125000000000000
  375. Old fast -0.0023456700146198272705078125000000000000
  376. atof -0.0023456700146198272705078125000000000000
  377.  
  378. String '1.175494351e-38F'
  379. New fast 0.0000000000000000000000000000000000000118
  380. Old fast 0.0000000000000000000000000000000000000118
  381. atof 0.0000000000000000000000000000000000000118
  382.  
  383. String '1175494351e-47F'
  384. New fast 0.0000000000000000000000000000000000000000
  385. Old fast 1175494400.0000000000000000000000000000000000000000
  386. atof 0.0000000000000000000000000000000000000118
  387.  
  388. String '1.175494351e-37F'
  389. New fast 0.0000000000000000000000000000000000001175
  390. Old fast 0.0000000000000000000000000000000000001175
  391. atof 0.0000000000000000000000000000000000001175
  392.  
  393. String '1.175494351e-36F'
  394. New fast 0.0000000000000000000000000000000000011755
  395. Old fast 0.0000000000000000000000000000000000011755
  396. atof 0.0000000000000000000000000000000000011755
  397.  
  398. String '-1.175494351e-36F'
  399. New fast -0.0000000000000000000000000000000000011755
  400. Old fast -0.0000000000000000000000000000000000011755
  401. atof -0.0000000000000000000000000000000000011755
  402.  
  403. String '123456.789'
  404. New fast 123456.7890625000000000000000000000000000000000
  405. Old fast 123456.7890625000000000000000000000000000000000
  406. atof 123456.7890625000000000000000000000000000000000
  407.  
  408. String '-123456.789'
  409. New fast -123456.7890625000000000000000000000000000000000
  410. Old fast -123456.7890625000000000000000000000000000000000
  411. atof -123456.7890625000000000000000000000000000000000
  412.  
  413. String '0000123456.789'
  414. New fast 123456.7890625000000000000000000000000000000000
  415. Old fast 123456.7890625000000000000000000000000000000000
  416. atof 123456.7890625000000000000000000000000000000000
  417.  
  418. String '-0000123456.789'
  419. New fast -123456.7890625000000000000000000000000000000000
  420. Old fast -123456.7890625000000000000000000000000000000000
  421. atof -123456.7890625000000000000000000000000000000000
  422.  
  423. String '-0.0690462109446526'
  424. New fast -0.0690462142229080200195312500000000000000
  425. Old fast -0.0000003166941553445212775841355323791504
  426. atof -0.0690462142229080200195312500000000000000
  427. Speed test
  428. atof time = 43
  429. fast_atof Time = 30
  430. old fast_atof time = 24
  431.  
  432. String '340282346638528859811704183484516925440'
  433. New fast 2147483647
  434. Old fast 0
  435. strtol 2147483647
  436.  
  437. String '3402823466'
  438. New fast 2147483647
  439. Old fast -892143830
  440. strtol 2147483647
  441.  
  442. String '3402823466e+29F'
  443. New fast 2147483647
  444. Old fast -892143830
  445. strtol 2147483647
  446.  
  447. String '-340282346638528859811704183484516925440'
  448. New fast -2147483648
  449. Old fast 0
  450. strtol -2147483648
  451.  
  452. String '-3402823466'
  453. New fast -2147483648
  454. Old fast 0
  455. strtol -2147483648
  456.  
  457. String '-3402823466e+29F'
  458. New fast -2147483648
  459. Old fast 0
  460. strtol -2147483648
  461.  
  462. String '402823466385288598117'
  463. New fast 2147483647
  464. Old fast 1587679845
  465. strtol 2147483647
  466.  
  467. String '402823466'
  468. New fast 402823466
  469. Old fast 402823466
  470. strtol 402823466
  471.  
  472. String '402823466e+28F'
  473. New fast 402823466
  474. Old fast 402823466
  475. strtol 402823466
  476.  
  477. String '402823466385288598117'
  478. New fast 2147483647
  479. Old fast 1587679845
  480. strtol 2147483647
  481.  
  482. String '-402823466'
  483. New fast -402823466
  484. Old fast 0
  485. strtol -402823466
  486.  
  487. String '-402823466e+28F'
  488. New fast -402823466
  489. Old fast 0
  490. strtol -402823466
  491.  
  492. String '.00234567'
  493. New fast 0
  494. Old fast 0
  495. strtol 0
  496.  
  497. String '-234567'
  498. New fast -234567
  499. Old fast 0
  500. strtol -234567
  501.  
  502. String '234567'
  503. New fast 234567
  504. Old fast 234567
  505. strtol 234567
  506.  
  507. String '-234567'
  508. New fast -234567
  509. Old fast 0
  510. strtol -234567
  511.  
  512. String '1175494351'
  513. New fast 1175494351
  514. Old fast 1175494351
  515. strtol 1175494351
  516.  
  517. String '11754943512'
  518. New fast 2147483647
  519. Old fast -1129958376
  520. strtol 2147483647
  521.  
  522. String '11754943513'
  523. New fast 2147483647
  524. Old fast -1129958375
  525. strtol 2147483647
  526.  
  527. String '11754943514'
  528. New fast 2147483647
  529. Old fast -1129958374
  530. strtol 2147483647
  531.  
  532. String '-1175494351'
  533. New fast -1175494351
  534. Old fast 0
  535. strtol -1175494351
  536.  
  537. String '123456789'
  538. New fast 123456789
  539. Old fast 123456789
  540. strtol 123456789
  541.  
  542. String '-123456789'
  543. New fast -123456789
  544. Old fast 0
  545. strtol -123456789
  546.  
  547. String '123456.789'
  548. New fast 123456
  549. Old fast 123456
  550. strtol 123456
  551.  
  552. String '-123456.789'
  553. New fast -123456
  554. Old fast 0
  555. strtol -123456
  556.  
  557. String '-109446526'
  558. New fast -109446526
  559. Old fast 0
  560. strtol -109446526
  561. Speed test
  562. strtol time = 56
  563. strtol10 time = 76
  564. old strtol10 time = 5
  565. The fast method is slower than strtol()
  566.  
  567. ******** Test failure ********
  568. Test 22 'fast_atof' failed
  569. ******** Test failure ********
  570.  
  571. Starting test 23, 'loadTextures'
  572.  
  573. Starting test 24, 'collisionResponseAnimator'
  574. Collision callback at -5.005000 0.000000 0.000000
  575. Collision callback at 5.005000 0.000000 0.000000
  576. Collision callback at -5.005000 0.000000 0.000000
  577.  
  578. Starting test 25, 'enumerateImageManipulators'
  579.  
  580. Starting test 26, 'removeCustomAnimator'
  581.  
  582. Starting test 27, 'sceneCollisionManager'
  583. bbox intersection checks 3937 hits (of 14000).
  584. bbox intersection resulted in 0 misses at a speed of 16 (old) compared to 15 (new).
  585. bbox intersection checks 0 hits (of 14000).
  586. bbox intersection resulted in 0 misses at a speed of 16 (old) compared to 16 (new).
  587.  
  588. Starting test 28, 'sceneNodeAnimator'
  589.  
  590. Starting test 29, 'meshLoaders'
  591.  
  592. Starting test 30, 'testTimer'
  593. Testing virtual timer.
  594. Testing virtual timer done. Success
  595. Testing real timer.
  596. Warning: Real timer did not progress. Maybe the time slices are too coarse to see.
  597. Real time and date. 24.4.2012 at 19:55:5
  598. This is day 115 of the year and weekday 2. The current time zone has daylight saving enabled
  599.  
  600. Starting test 31, 'softwareDevice'
  601. Image match: 100.000000%
  602.  
  603. Starting test 32, 'b3dAnimation'
  604. Image match: 99.529968%
  605. Image match: 99.550148%
  606.  
  607. Starting test 33, 'burningsVideo'
  608. Image match: 100.000000%
  609.  
  610. Starting test 34, 'billboards'
  611. Image match: 100.000000%
  612. Image match: 99.999367%
  613.  
  614. Starting test 35, 'createImage'
  615. Image match: 100.000000%
  616.  
  617. Starting test 36, 'cursorSetVisible'
  618.  
  619. Starting test 37, 'flyCircleAnimator'
  620. Image match: 100.000000%
  621.  
  622. Starting test 38, 'guiDisabledMenu'
  623. Image match: 99.985542%
  624.  
  625. Starting test 39, 'makeColorKeyTexture'
  626. Image match: 99.503014%
  627. Image match: 100.000000%
  628. Image match: 99.450661%
  629. Image match: 100.000000%
  630.  
  631. Starting test 40, 'md2Animation'
  632. Image match: 99.955605%
  633. Image match: 99.991570%
  634.  
  635. Starting test 41, 'meshTransform'
  636. Image match: 99.999359%
  637.  
  638. Starting test 42, 'skinnedMesh'
  639. Testing setMesh()
  640. Ignore error message in log, this is intended.
  641.  
  642. Starting test 43, 'testGeometryCreator'
  643. Image match: 99.999573%
  644. Image match: 100.000000%
  645.  
  646. Starting test 44, 'writeImageToFile'
  647.  
  648. Starting test 45, 'ioScene'
  649. Test scene.irrTest scene2.irrImage match: 97.769066%
  650.  
  651. Starting test 46, 'videoDriver'
  652. Running test testVideoDriver
  653. Testing driver Irrlicht Software Driver 1.0
  654. MaxTextures: 1
  655. MaxSupportedTextures: 4
  656. MaxLights: 0
  657. MaxAnisotropy: 1
  658. MaxUserClipPlanes: 0
  659. MaxAuxBuffers: 0
  660. MaxMultipleRenderTargets: 1
  661. MaxIndices: 65536
  662. MaxTextureSize: 1024
  663. MaxGeometryVerticesOut: 0
  664. Version: 1
  665. ShaderLanguageVersion: 0
  666.  
  667. Testing driver Burning's Video 0.47 beautiful
  668. MaxTextures: 2
  669. MaxSupportedTextures: 4
  670. MaxLights: 8
  671. MaxAnisotropy: 1
  672. MaxUserClipPlanes: 0
  673. MaxAuxBuffers: 0
  674. MaxMultipleRenderTargets: 1
  675. MaxIndices: 65536
  676. MaxTextureSize: 1024
  677. MaxGeometryVerticesOut: 0
  678. Version: 47
  679. ShaderLanguageVersion: 0
  680.  
  681. Testing driver OpenGL 4.0.10237
  682. MaxTextures: 4
  683. MaxSupportedTextures: 8
  684. MaxLights: 8
  685. MaxAnisotropy: 16
  686. MaxUserClipPlanes: 8
  687. MaxAuxBuffers: 0
  688. MaxMultipleRenderTargets: 8
  689. MaxIndices: 16777215
  690. MaxTextureSize: 16384
  691. MaxGeometryVerticesOut: 1024
  692. Version: 400
  693. ShaderLanguageVersion: 400
  694.  
  695.  
  696. Starting test 47, 'drawPixel'
  697. Running test lineRender
  698. Testing driver Irrlicht Software Driver 1.0
  699. Image match: 100.000000%
  700. Testing driver Burning's Video 0.47 beautiful
  701. Image match: 100.000000%
  702. Testing driver OpenGL 4.0.10237
  703. Image match: 95.532219%
  704. Writing mismatched image to 'results/OpenGL-drawPixel.png'
  705. Running test pixelAccuracy
  706. Testing driver Irrlicht Software Driver 1.0
  707. Image match: 100.000000%
  708. Testing driver Burning's Video 0.47 beautiful
  709. Image match: 100.000000%
  710. Testing driver OpenGL 4.0.10237
  711. Image match: 93.897057%
  712. Writing mismatched image to 'results/OpenGL-pixelAccuracy.png'
  713. Running test drawLine
  714. Testing driver Irrlicht Software Driver 1.0
  715. Image match: 100.000000%
  716. Testing driver Burning's Video 0.47 beautiful
  717. Image match: 100.000000%
  718. Testing driver OpenGL 4.0.10237
  719. Image match: 90.540359%
  720. Writing mismatched image to 'results/OpenGL-drawLine.png'
  721.  
  722. ******** Test failure ********
  723. Test 47 'drawPixel' failed
  724. ******** Test failure ********
  725.  
  726. Starting test 48, 'drawRectOutline'
  727. Running test testWithDriver
  728. Testing driver Irrlicht Software Driver 1.0
  729. Image match: 99.998222%
  730. Testing driver Burning's Video 0.47 beautiful
  731. Image match: 99.788490%
  732. Testing driver OpenGL 4.0.10237
  733. Image match: 89.479179%
  734. Writing mismatched image to 'results/OpenGL-drawRectOutline.png'
  735.  
  736. ******** Test failure ********
  737. Test 48 'drawRectOutline' failed
  738. ******** Test failure ********
  739.  
  740. Starting test 49, 'material'
  741. Running test polygonOffset
  742. Image match: 96.550743%
  743. Writing mismatched image to 'results/OpenGL-polygonBack.png'
  744. Image match: 96.551369%
  745. Writing mismatched image to 'results/OpenGL-polygonFront.png'
  746.  
  747. ******** Test failure ********
  748. Test 49 'material' failed
  749. ******** Test failure ********
  750.  
  751. Starting test 50, 'renderTargetTexture'
  752. Running test testWith2DImage
  753. Testing driver Irrlicht Software Driver 1.0
  754. Image match: 100.000000%
  755. Testing driver Burning's Video 0.47 beautiful
  756. Image match: 100.000000%
  757. Testing driver OpenGL 4.0.10237
  758. Image match: 97.796913%
  759. Writing mismatched image to 'results/OpenGL-rttWith2DImage.png'
  760. Running test rttAndAntiAliasing
  761. Testing driver OpenGL 4.0.10237
  762. Image match: 98.782211%
  763. Writing mismatched image to 'results/OpenGL-rttAndAntiAlias.png'
  764. Running test rttAndText
  765. Testing driver Irrlicht Software Driver 1.0
  766. Image match: 99.999840%
  767. Testing driver Burning's Video 0.47 beautiful
  768. Image match: 99.999992%
  769. Testing driver OpenGL 4.0.10237
  770. Image match: 90.163483%
  771. Writing mismatched image to 'results/OpenGL-rttAndText.png'
  772. Test RTT format support
  773. Running test rttFormats
  774. Testing driver OpenGL 4.0.10237
  775. Format changed: ECF_A1R5G5B5 to 3
  776. Format unsupported: ECF_R5G6B5
  777. Format changed: ECF_R8G8B8 to 3
  778. Format supported: ECF_A8R8G8B8
  779. Format changed: ECF_R16F to 3
  780. Format changed: ECF_G16R16F to 3
  781. Format changed: ECF_A16B16G16R16F to 3
  782. Format changed: ECF_R32F to 3
  783. Format changed: ECF_G32R32F to 3
  784. Format changed: ECF_A32B32G32R32F to 3
  785.  
  786. ******** Test failure ********
  787. Test 50 'renderTargetTexture' failed
  788. ******** Test failure ********
  789.  
  790. Starting test 51, 'textureFeatures'
  791. Running test renderMipLevels
  792. Testing driver Burning's Video 0.47 beautiful
  793. Image match: 100.000000%
  794. Passed
  795. Testing driver OpenGL 4.0.10237
  796. Image match: 84.913719%
  797. Writing mismatched image to 'results/OpenGL-renderMipmap.png'
  798. mipmap render failed.
  799. Running test lockAllMipLevels
  800. Testing driver Burning's Video 0.47 beautiful
  801. Passed
  802. Testing driver OpenGL 4.0.10237
  803. Passed
  804. Running test lockWithAutoMipmap
  805. Testing driver Burning's Video 0.47 beautiful
  806. Passed
  807. Testing driver OpenGL 4.0.10237
  808. Passed
  809.  
  810. ******** Test failure ********
  811. Test 51 'textureFeatures' failed
  812. ******** Test failure ********
  813.  
  814. Starting test 52, 'textureRenderStates'
  815. Running test renderAndLoad
  816. Testing driver Irrlicht Software Driver 1.0
  817. Image match: 100.000000%
  818. Testing driver Burning's Video 0.47 beautiful
  819. Image match: 100.000000%
  820. Testing driver OpenGL 4.0.10237
  821. Image match: 98.338524%
  822. Writing mismatched image to 'results/OpenGL-textureRenderStates.png'
  823. Running test renderAndRemove
  824. Testing driver Irrlicht Software Driver 1.0
  825. Testing driver Burning's Video 0.47 beautiful
  826. Testing driver OpenGL 4.0.10237
  827. Running test testTextureMatrixInMixedScenes
  828. Testing driver OpenGL 4.0.10237
  829. Image match: 87.381866%
  830. Writing mismatched image to 'results/OpenGL-textureMatrixInMixedScenes.png'
  831. Running test manyTextures
  832. Testing driver Irrlicht Software Driver 1.0
  833. Image match: 100.000000%
  834. Testing driver Burning's Video 0.47 beautiful
  835. Image match: 100.000000%
  836. Testing driver OpenGL 4.0.10237
  837. Image match: 90.140404%
  838. Writing mismatched image to 'results/OpenGL-multiTexture.png'
  839. Running test textureMatrix
  840. Testing driver OpenGL 4.0.10237
  841. Image match: 91.242874%
  842. Writing mismatched image to 'results/OpenGL-textureMatrix.png'
  843. Image match: 91.244438%
  844. Writing mismatched image to 'results/OpenGL-textureMatrix2.png'
  845.  
  846. ******** Test failure ********
  847. Test 52 'textureRenderStates' failed
  848. ******** Test failure ********
  849.  
  850. Starting test 53, 'transparentMaterials'
  851. Running test testTransparentAlphaChannel
  852. Testing driver Burning's Video 0.47 beautiful
  853. Image match: 99.999916%
  854. Running test testTransparentAlphaChannelRef
  855. Testing driver Burning's Video 0.47 beautiful
  856. Image match: 99.921005%
  857. Running test testTransparentVertexAlpha
  858. Testing driver Burning's Video 0.47 beautiful
  859. Image match: 99.999908%
  860. Running test testTransparentAddColor
  861. Testing driver Burning's Video 0.47 beautiful
  862. Image match: 99.999908%
  863. Running test testTransparentReflection2Layer
  864. Testing driver Burning's Video 0.47 beautiful
  865. Image match: 100.000000%
  866. Running test testTransparentVertexAlphaMore
  867. Testing driver Burning's Video 0.47 beautiful
  868. Image match: 99.996300%
  869.  
  870. Starting test 54, 'antiAliasing'
  871. Running test testLineRendering
  872. Testing driver OpenGL 4.0.10237
  873. Image match: 89.669327%
  874. Writing mismatched image to 'results/OpenGL-lineAntiAliasing.png'
  875.  
  876. ******** Test failure ********
  877. Test 54 'antiAliasing' failed
  878. ******** Test failure ********
  879.  
  880. Starting test 55, 'draw2DImage'
  881. Running test testWithRenderTarget
  882. Testing driver Irrlicht Software Driver 1.0
  883. Image match: 100.000000%
  884. Testing driver Burning's Video 0.47 beautiful
  885. Image match: 100.000000%
  886. Testing driver OpenGL 4.0.10237
  887. Image match: 85.345825%
  888. Writing mismatched image to 'results/OpenGL-draw2DImageRTT.png'
  889. Running test testWithPNG
  890. Testing driver OpenGL 4.0.10237
  891. Image match: 65.352493%
  892. Writing mismatched image to 'results/OpenGL-draw2DImagePNG.png'
  893. Running test testExactPlacement
  894. Testing driver Burning's Video 0.47 beautiful
  895. Image match: 100.000000%
  896. Running test testRectangles
  897. Testing driver Irrlicht Software Driver 1.0
  898. Image match: 100.000000%
  899. Testing driver Burning's Video 0.47 beautiful
  900. Image match: 100.000000%
  901. Testing driver OpenGL 4.0.10237
  902. Image match: 85.529015%
  903. Writing mismatched image to 'results/OpenGL-draw2DImageRect.png'
  904.  
  905. ******** Test failure ********
  906. Test 55 'draw2DImage' failed
  907. ******** Test failure ********
  908.  
  909. Starting test 56, 'lights'
  910. Running test testLightTypes
  911. Testing driver Burning's Video 0.47 beautiful
  912. Image match: 100.000000%
  913. Testing driver OpenGL 4.0.10237
  914. Image match: 99.228943%
  915. Writing mismatched image to 'results/OpenGL-lightType.png'
  916.  
  917. ******** Test failure ********
  918. Test 56 'lights' failed
  919. ******** Test failure ********
  920.  
  921. Starting test 57, 'twodmaterial'
  922. Running test addBlend2d
  923. Testing driver Burning's Video 0.47 beautiful
  924. Image match: 99.364639%
  925. Testing driver OpenGL 4.0.10237
  926. Image match: 95.483826%
  927. Writing mismatched image to 'results/OpenGL-addBlend2D.png'
  928. Running test moreFilterTests
  929. Testing driver Burning's Video 0.47 beautiful
  930. Image match: 100.000000%
  931. Testing driver OpenGL 4.0.10237
  932. Image match: 97.801796%
  933. Writing mismatched image to 'results/OpenGL-2dmatFilter.png'
  934. Running test draw2DImage4c
  935. Testing driver Burning's Video 0.47 beautiful
  936. Image match: 99.958885%
  937. Testing driver OpenGL 4.0.10237
  938. Image match: 81.963402%
  939. Writing mismatched image to 'results/OpenGL-draw2DImage4cFilter.png'
  940.  
  941. ******** Test failure ********
  942. Test 57 'twodmaterial' failed
  943. ******** Test failure ********
  944.  
  945. Starting test 58, 'viewPort'
  946. Running test viewPortText
  947. Testing driver Irrlicht Software Driver 1.0
  948. Image match: 99.453995%
  949. Testing driver Burning's Video 0.47 beautiful
  950. Image match: 99.503571%
  951. Testing driver OpenGL 4.0.10237
  952. Image match: 87.363205%
  953. Writing mismatched image to 'results/OpenGL-viewPortText.png'
  954.  
  955. ******** Test failure ********
  956. Test 58 'viewPort' failed
  957. ******** Test failure ********
  958.  
  959. Starting test 59, 'mrt'
  960. Running test testWithDriver
  961. Testing driver OpenGL 4.0.10237
  962. Image match: 90.303032%
  963. Writing mismatched image to 'results/OpenGL-mrt.png'
  964. Image match: 96.444443%
  965. Writing mismatched image to 'results/OpenGL-mrt2.png'
  966.  
  967. ******** Test failure ********
  968. Test 59 'mrt' failed
  969. ******** Test failure ********
  970.  
  971. Starting test 60, 'projectionMatrix'
  972. Running test runTestWithDriver
  973. Testing driver Irrlicht Software Driver 1.0
  974. Image match: 99.814812%
  975. Testing driver Burning's Video 0.47 beautiful
  976. Image match: 99.567131%
  977. Testing driver OpenGL 4.0.10237
  978. Image match: 91.715279%
  979. Writing mismatched image to 'results/OpenGL-projMat.png'
  980.  
  981. ******** Test failure ********
  982. Test 60 'projectionMatrix' failed
  983. ******** Test failure ********
  984.  
  985. Starting test 61, 'planeMatrix'
  986.  
  987. Rotation matrix
  988. 1.00 0.00 -0.00 0.00
  989. 0.00 -0.00 1.00 0.00
  990. 0.00 -1.00 -0.00 0.00
  991. 0.00 0.00 0.00 1.00
  992.  
  993. Pre: (-0.707f,-0.707f,0.000f), -0.000f
  994. Post: (-0.707f,0.000f,-0.707f), -0.000f
  995. Expected: (-0.707f,0.000f,-0.707f), 0.000f
  996.  
  997. Pre: (0.707f,0.707f,0.000f), -0.000f
  998. Post: (0.707f,-0.000f,0.707f), -0.000f
  999. Expected: (0.707f,0.000f,0.707f), 0.000f
  1000.  
  1001. Pre: (-0.707f,0.707f,0.000f), -0.000f
  1002. Post: (-0.707f,-0.000f,0.707f), -0.000f
  1003. Expected: (-0.707f,0.000f,0.707f), 0.000f
  1004.  
  1005. Pre: (0.707f,-0.707f,0.000f), -0.000f
  1006. Post: (0.707f,0.000f,-0.707f), -0.000f
  1007. Expected: (0.707f,0.000f,-0.707f), 0.000f
  1008.  
  1009. Pre: (-0.707f,-0.707f,0.000f), 0.707f
  1010. Post: (-0.707f,0.000f,-0.707f), 0.707f
  1011. Expected: (-0.707f,0.000f,-0.707f), 0.707f
  1012.  
  1013. Pre: (0.707f,0.707f,0.000f), -0.707f
  1014. Post: (0.707f,-0.000f,0.707f), -0.707f
  1015. Expected: (0.707f,0.000f,0.707f), -0.707f
  1016.  
  1017. Pre: (-0.707f,0.707f,0.000f), -0.707f
  1018. Post: (-0.707f,-0.000f,0.707f), -0.707f
  1019. Expected: (-0.707f,0.000f,0.707f), -0.707f
  1020.  
  1021. Pre: (0.707f,-0.707f,0.000f), 0.707f
  1022. Post: (0.707f,0.000f,-0.707f), 0.707f
  1023. Expected: (0.707f,0.000f,-0.707f), 0.707f
  1024.  
  1025. Translation matrix
  1026. 1.00 0.00 0.00 0.00
  1027. 0.00 1.00 0.00 0.00
  1028. 0.00 0.00 1.00 0.00
  1029. 0.00 3.00 0.00 1.00
  1030.  
  1031. Pre: (-0.707f,-0.707f,0.000f), -0.000f
  1032. Post: (-0.707f,-0.707f,0.000f), 2.121f
  1033. Expected: (-0.707f,-0.707f,0.000f), 2.121f
  1034.  
  1035. Pre: (0.707f,0.707f,0.000f), -0.000f
  1036. Post: (0.707f,0.707f,0.000f), -2.121f
  1037. Expected: (0.707f,0.707f,0.000f), -2.121f
  1038.  
  1039. Pre: (-0.707f,0.707f,0.000f), -0.000f
  1040. Post: (-0.707f,0.707f,0.000f), -2.121f
  1041. Expected: (-0.707f,0.707f,0.000f), -2.121f
  1042.  
  1043. Pre: (0.707f,-0.707f,0.000f), -0.000f
  1044. Post: (0.707f,-0.707f,0.000f), 2.121f
  1045. Expected: (0.707f,-0.707f,0.000f), 2.121f
  1046.  
  1047. Pre: (-0.707f,-0.707f,0.000f), 0.707f
  1048. Post: (-0.707f,-0.707f,0.000f), 2.828f
  1049. Expected: (-0.707f,-0.707f,0.000f), 2.828f
  1050.  
  1051. Pre: (0.707f,0.707f,0.000f), -0.707f
  1052. Post: (0.707f,0.707f,0.000f), -2.828f
  1053. Expected: (0.707f,0.707f,0.000f), -2.828f
  1054.  
  1055. Pre: (-0.707f,0.707f,0.000f), -0.707f
  1056. Post: (-0.707f,0.707f,0.000f), -2.828f
  1057. Expected: (-0.707f,0.707f,0.000f), -2.828f
  1058.  
  1059. Pre: (0.707f,-0.707f,0.000f), 0.707f
  1060. Post: (0.707f,-0.707f,0.000f), 2.828f
  1061. Expected: (0.707f,-0.707f,0.000f), 2.828f
  1062.  
  1063. Scale matrix
  1064. 1.00 0.00 0.00 0.00
  1065. 0.00 2.00 0.00 0.00
  1066. 0.00 0.00 3.00 0.00
  1067. 0.00 0.00 0.00 1.00
  1068.  
  1069. Pre: (-0.707f,-0.707f,0.000f), -0.000f
  1070. Post: (-0.707f,-0.354f,0.000f), -0.000f
  1071. Expected: (-0.707f,-0.354f,0.000f), -0.000f
  1072.  
  1073. Pre: (0.707f,0.707f,0.000f), -0.000f
  1074. Post: (0.707f,0.354f,0.000f), -0.000f
  1075. Expected: (0.707f,0.354f,0.000f), -0.000f
  1076.  
  1077. Pre: (-0.707f,0.707f,0.000f), -0.000f
  1078. Post: (-0.707f,0.354f,0.000f), -0.000f
  1079. Expected: (-0.707f,0.354f,0.000f), -0.000f
  1080.  
  1081. Pre: (0.707f,-0.707f,0.000f), -0.000f
  1082. Post: (0.707f,-0.354f,0.000f), -0.000f
  1083. Expected: (0.707f,-0.354f,0.000f), -0.000f
  1084.  
  1085. Pre: (-0.707f,-0.707f,0.000f), 0.707f
  1086. Post: (-0.707f,-0.354f,0.000f), 0.707f
  1087. Expected: (-0.707f,-0.354f,0.000f), 0.707f
  1088.  
  1089. Pre: (0.707f,0.707f,0.000f), -0.707f
  1090. Post: (0.707f,0.354f,0.000f), -0.707f
  1091. Expected: (0.707f,0.354f,0.000f), -0.707f
  1092.  
  1093. Pre: (-0.707f,0.707f,0.000f), -0.707f
  1094. Post: (-0.707f,0.354f,0.000f), -0.707f
  1095. Expected: (-0.707f,0.354f,0.000f), -0.707f
  1096.  
  1097. Pre: (0.707f,-0.707f,0.000f), 0.707f
  1098. Post: (0.707f,-0.354f,0.000f), 0.707f
  1099. Expected: (0.707f,-0.354f,0.000f), 0.707f
  1100.  
  1101. Rotation * translation matrix
  1102. 1.00 0.00 0.00 0.00
  1103. 0.00 -0.00 1.00 0.00
  1104. 0.00 -1.00 -0.00 0.00
  1105. 0.00 -0.00 3.00 1.00
  1106.  
  1107. Pre: (-0.707f,-0.707f,0.000f), -0.000f
  1108. Post: (-0.707f,0.000f,-0.707f), 2.121f
  1109. Expected: (-0.707f,0.000f,-0.707f), 2.121f
  1110.  
  1111. Pre: (0.707f,0.707f,0.000f), -0.000f
  1112. Post: (0.707f,-0.000f,0.707f), -2.121f
  1113. Expected: (0.707f,-0.000f,0.707f), -2.121f
  1114.  
  1115. Pre: (-0.707f,0.707f,0.000f), -0.000f
  1116. Post: (-0.707f,-0.000f,0.707f), -2.121f
  1117. Expected: (-0.707f,-0.000f,0.707f), -2.121f
  1118.  
  1119. Pre: (0.707f,-0.707f,0.000f), -0.000f
  1120. Post: (0.707f,0.000f,-0.707f), 2.121f
  1121. Expected: (0.707f,0.000f,-0.707f), 2.121f
  1122.  
  1123. Pre: (-0.707f,-0.707f,0.000f), 0.707f
  1124. Post: (-0.707f,0.000f,-0.707f), 2.828f
  1125. Expected: (-0.707f,0.000f,-0.707f), 2.828f
  1126.  
  1127. Pre: (0.707f,0.707f,0.000f), -0.707f
  1128. Post: (0.707f,-0.000f,0.707f), -2.828f
  1129. Expected: (0.707f,-0.000f,0.707f), -2.828f
  1130.  
  1131. Pre: (-0.707f,0.707f,0.000f), -0.707f
  1132. Post: (-0.707f,-0.000f,0.707f), -2.828f
  1133. Expected: (-0.707f,-0.000f,0.707f), -2.828f
  1134.  
  1135. Pre: (0.707f,-0.707f,0.000f), 0.707f
  1136. Post: (0.707f,0.000f,-0.707f), 2.828f
  1137. Expected: (0.707f,0.000f,-0.707f), 2.828f
  1138.  
  1139. Rotation * scale matrix
  1140. 1.00 0.00 0.00 0.00
  1141. 0.00 -0.00 2.00 0.00
  1142. 0.00 -3.00 -0.00 0.00
  1143. 0.00 0.00 0.00 1.00
  1144.  
  1145. Pre: (-0.707f,-0.707f,0.000f), -0.000f
  1146. Post: (-0.707f,0.000f,-0.354f), -0.000f
  1147. Expected: (-0.707f,0.000f,-0.354f), -0.000f
  1148.  
  1149. Pre: (0.707f,0.707f,0.000f), -0.000f
  1150. Post: (0.707f,-0.000f,0.354f), -0.000f
  1151. Expected: (0.707f,-0.000f,0.354f), -0.000f
  1152.  
  1153. Pre: (-0.707f,0.707f,0.000f), -0.000f
  1154. Post: (-0.707f,-0.000f,0.354f), -0.000f
  1155. Expected: (-0.707f,-0.000f,0.354f), -0.000f
  1156.  
  1157. Pre: (0.707f,-0.707f,0.000f), -0.000f
  1158. Post: (0.707f,0.000f,-0.354f), -0.000f
  1159. Expected: (0.707f,0.000f,-0.354f), -0.000f
  1160.  
  1161. Pre: (-0.707f,-0.707f,0.000f), 0.707f
  1162. Post: (-0.707f,0.000f,-0.354f), 0.707f
  1163. Expected: (-0.707f,0.000f,-0.354f), 0.707f
  1164.  
  1165. Pre: (0.707f,0.707f,0.000f), -0.707f
  1166. Post: (0.707f,-0.000f,0.354f), -0.707f
  1167. Expected: (0.707f,-0.000f,0.354f), -0.707f
  1168.  
  1169. Pre: (-0.707f,0.707f,0.000f), -0.707f
  1170. Post: (-0.707f,-0.000f,0.354f), -0.707f
  1171. Expected: (-0.707f,-0.000f,0.354f), -0.707f
  1172.  
  1173. Pre: (0.707f,-0.707f,0.000f), 0.707f
  1174. Post: (0.707f,0.000f,-0.354f), 0.707f
  1175. Expected: (0.707f,0.000f,-0.354f), 0.707f
  1176.  
  1177. Translation * scale matrix
  1178. 1.00 0.00 0.00 0.00
  1179. 0.00 2.00 0.00 0.00
  1180. 0.00 0.00 3.00 0.00
  1181. 0.00 3.00 0.00 1.00
  1182.  
  1183. Pre: (-0.707f,-0.707f,0.000f), -0.000f
  1184. Post: (-0.707f,-0.354f,0.000f), 1.061f
  1185. Expected: (-0.707f,-0.354f,0.000f), 1.061f
  1186.  
  1187. Pre: (0.707f,0.707f,0.000f), -0.000f
  1188. Post: (0.707f,0.354f,0.000f), -1.061f
  1189. Expected: (0.707f,0.354f,0.000f), -1.061f
  1190.  
  1191. Pre: (-0.707f,0.707f,0.000f), -0.000f
  1192. Post: (-0.707f,0.354f,0.000f), -1.061f
  1193. Expected: (-0.707f,0.354f,0.000f), -1.061f
  1194.  
  1195. Pre: (0.707f,-0.707f,0.000f), -0.000f
  1196. Post: (0.707f,-0.354f,0.000f), 1.061f
  1197. Expected: (0.707f,-0.354f,0.000f), 1.061f
  1198.  
  1199. Pre: (-0.707f,-0.707f,0.000f), 0.707f
  1200. Post: (-0.707f,-0.354f,0.000f), 1.768f
  1201. Expected: (-0.707f,-0.354f,0.000f), 1.768f
  1202.  
  1203. Pre: (0.707f,0.707f,0.000f), -0.707f
  1204. Post: (0.707f,0.354f,0.000f), -1.768f
  1205. Expected: (0.707f,0.354f,0.000f), -1.768f
  1206.  
  1207. Pre: (-0.707f,0.707f,0.000f), -0.707f
  1208. Post: (-0.707f,0.354f,0.000f), -1.768f
  1209. Expected: (-0.707f,0.354f,0.000f), -1.768f
  1210.  
  1211. Pre: (0.707f,-0.707f,0.000f), 0.707f
  1212. Post: (0.707f,-0.354f,0.000f), 1.768f
  1213. Expected: (0.707f,-0.354f,0.000f), 1.768f
  1214.  
  1215. Rotation * translation * scale matrix
  1216. 1.00 0.00 0.00 0.00
  1217. 0.00 -0.00 2.00 0.00
  1218. 0.00 -3.00 -0.00 0.00
  1219. 0.00 -0.00 3.00 1.00
  1220.  
  1221. Pre: (-0.707f,-0.707f,0.000f), -0.000f
  1222. Post: (-0.707f,0.000f,-0.354f), 1.061f
  1223. Expected: (-0.707f,0.000f,-0.354f), 1.061f
  1224.  
  1225. Pre: (0.707f,0.707f,0.000f), -0.000f
  1226. Post: (0.707f,-0.000f,0.354f), -1.061f
  1227. Expected: (0.707f,-0.000f,0.354f), -1.061f
  1228.  
  1229. Pre: (-0.707f,0.707f,0.000f), -0.000f
  1230. Post: (-0.707f,-0.000f,0.354f), -1.061f
  1231. Expected: (-0.707f,-0.000f,0.354f), -1.061f
  1232.  
  1233. Pre: (0.707f,-0.707f,0.000f), -0.000f
  1234. Post: (0.707f,0.000f,-0.354f), 1.061f
  1235. Expected: (0.707f,0.000f,-0.354f), 1.061f
  1236.  
  1237. Pre: (-0.707f,-0.707f,0.000f), 0.707f
  1238. Post: (-0.707f,0.000f,-0.354f), 1.768f
  1239. Expected: (-0.707f,0.000f,-0.354f), 1.768f
  1240.  
  1241. Pre: (0.707f,0.707f,0.000f), -0.707f
  1242. Post: (0.707f,-0.000f,0.354f), -1.768f
  1243. Expected: (0.707f,-0.000f,0.354f), -1.768f
  1244.  
  1245. Pre: (-0.707f,0.707f,0.000f), -0.707f
  1246. Post: (-0.707f,-0.000f,0.354f), -1.768f
  1247. Expected: (-0.707f,-0.000f,0.354f), -1.768f
  1248.  
  1249. Pre: (0.707f,-0.707f,0.000f), 0.707f
  1250. Post: (0.707f,0.000f,-0.354f), 1.768f
  1251. Expected: (0.707f,0.000f,-0.354f), 1.768f
  1252. Image match: 99.999535%
  1253.  
  1254. Starting test 62, 'terrainSceneNode'
  1255. Image match: 99.075134%
  1256. Image match: 99.019157%
  1257. Image match: 100.000000%
  1258.  
  1259. Starting test 63, 'lightMaps'
  1260. Running test runTestWithDriver
  1261. Testing driver Irrlicht Software Driver 1.0
  1262. Testing driver Burning's Video 0.47 beautiful
  1263. Image match: 97.696457%
  1264. Testing driver OpenGL 4.0.10237
  1265. Image match: 84.193909%
  1266. Writing mismatched image to 'results/OpenGL-lightmaps.png'
  1267.  
  1268. ******** Test failure ********
  1269. Test 63 'lightMaps' failed
  1270. ******** Test failure ********
  1271.  
  1272. Starting test 64, 'triangleSelector'
  1273. Image match: 79.464394%
  1274. Writing mismatched image to 'results/OpenGL-octree_select1.png'
  1275. Image match: 85.119438%
  1276. Writing mismatched image to 'results/OpenGL-octree_select2.png'
  1277. Image match: 37.548611%
  1278. Writing mismatched image to 'results/OpenGL-tri_select1.png'
  1279. Image match: 37.460247%
  1280. Writing mismatched image to 'results/OpenGL-tri_select2.png'
  1281. Image match: 38.216721%
  1282. Writing mismatched image to 'results/OpenGL-tri_select3.png'
  1283.  
  1284. ******** Test failure ********
  1285. Test 64 'triangleSelector' failed
  1286. ******** Test failure ********
  1287.  
  1288. Tests finished. 49 tests of 65 passed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement